This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 72837d4 Sync deps
new aa9009f Generated configurer special handling for camel-main so we
can use them only during bootstrap. Removed need for ALL_OPTIONS in almost all
configurers.
new bee4c7a Generated configurer special handling for camel-main so we
can use them only during bootstrap. Removed need for ALL_OPTIONS in almost all
configurers.
The 2 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:
.../component/as2/AS2ComponentConfigurer.java | 17 +++++-
.../camel/component/as2/AS2EndpointConfigurer.java | 47 ++++++++++++++++-
.../component/box/BoxComponentConfigurer.java | 32 +++++++++++-
.../camel/component/box/BoxEndpointConfigurer.java | 36 ++++++++++++-
.../braintree/BraintreeComponentConfigurer.java | 16 +++++-
.../braintree/BraintreeEndpointConfigurer.java | 30 ++++++++++-
.../component/fhir/FhirComponentConfigurer.java | 40 +++++++++++++-
.../component/fhir/FhirEndpointConfigurer.java | 61 +++++++++++++++++++++-
.../GoogleCalendarComponentConfigurer.java | 27 +++++++++-
.../calendar/GoogleCalendarEndpointConfigurer.java | 47 ++++++++++++++++-
.../drive/GoogleDriveComponentConfigurer.java | 24 ++++++++-
.../drive/GoogleDriveEndpointConfigurer.java | 45 +++++++++++++++-
.../google/mail/GoogleMailComponentConfigurer.java | 23 +++++++-
.../google/mail/GoogleMailEndpointConfigurer.java | 43 ++++++++++++++-
.../sheets/GoogleSheetsComponentConfigurer.java | 24 ++++++++-
.../sheets/GoogleSheetsEndpointConfigurer.java | 44 +++++++++++++++-
.../olingo2/Olingo2ComponentConfigurer.java | 31 ++++++++++-
.../olingo2/Olingo2EndpointConfigurer.java | 51 +++++++++++++++++-
.../olingo4/Olingo4ComponentConfigurer.java | 29 +++++++++-
.../olingo4/Olingo4EndpointConfigurer.java | 49 ++++++++++++++++-
.../twilio/TwilioComponentConfigurer.java | 21 +++++++-
.../component/twilio/TwilioEndpointConfigurer.java | 38 +++++++++++++-
.../zendesk/ZendeskComponentConfigurer.java | 23 +++++++-
.../zendesk/ZendeskEndpointConfigurer.java | 42 ++++++++++++++-
.../packaging/EndpointSchemaGeneratorMojo.java | 3 +-
25 files changed, 818 insertions(+), 25 deletions(-)