This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 5ba62e3 Sync deps new 92a6455 CAMEL-15961: Extend configuration with 'syncFlow' parameter new 4413f2a CAMEL-15961: Implement basic Google Calendar synchronization flow new 6a35c62 Remove explicit initialization to false (default value for its type). new 0c53381 Validate configuration at consumer creation new eda5c0e Regen google-calendar component new d60553e Regen The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../catalog/components/google-calendar-stream.json | 2 + .../docs/google-calendar-stream-component.adoc | 3 +- .../GoogleCalendarStreamComponentConfigurer.java | 6 +++ .../GoogleCalendarStreamEndpointConfigurer.java | 6 +++ .../GoogleCalendarStreamEndpointUriFactory.java | 3 +- .../calendar/stream/google-calendar-stream.json | 2 + .../docs/google-calendar-stream-component.adoc | 3 +- .../stream/GoogleCalendarStreamConfiguration.java | 16 +++++- .../stream/GoogleCalendarStreamConsumer.java | 58 ++++++++++++++++++++-- .../stream/GoogleCalendarStreamEndpoint.java | 11 ++++ ...oogleCalendarStreamComponentBuilderFactory.java | 17 +++++++ ...GoogleCalendarStreamEndpointBuilderFactory.java | 33 ++++++++++++ .../pages/google-calendar-stream-component.adoc | 3 +- 13 files changed, 154 insertions(+), 9 deletions(-)