This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 4eef3816d57 CAMEL-22220: camel-jbang - Fix NPE in get variable command
new 73236a3012d CAMEL-22219: Fixed test
new 3a2e249d2b1 CAMEL-22219: api component generator should include json
metadata for API methods that has no parameters.
new 03b2f58df53 CAMEL-22219: Regen
new 93d72819c59 CAMEL-22219: Update test
The 4 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:
.../org/apache/camel/catalog/components/box.json | 16 +++++++-------
.../apache/camel/catalog/components/braintree.json | 12 +++++------
.../camel/catalog/components/google-calendar.json | 8 +++----
.../camel/catalog/components/google-drive.json | 16 +++++++-------
.../camel/catalog/components/google-mail.json | 4 ++--
.../camel/catalog/components/google-sheets.json | 4 ++--
.../apache/camel/catalog/components/twilio.json | 4 ++--
.../apache/camel/catalog/components/zendesk.json | 4 ++--
.../org/apache/camel/catalog/CamelCatalogTest.java | 6 ++++--
.../org/apache/camel/component/box/box.json | 16 +++++++-------
.../camel/component/braintree/braintree.json | 12 +++++------
.../component/google/calendar/google-calendar.json | 8 +++----
.../camel/component/google/drive/google-drive.json | 16 +++++++-------
.../drive/AbstractGoogleDriveTestSupport.java | 4 ++--
.../camel/component/google/mail/google-mail.json | 4 ++--
.../component/google/sheets/google-sheets.json | 4 ++--
.../org/apache/camel/component/twilio/twilio.json | 4 ++--
.../apache/camel/component/zendesk/zendesk.json | 4 ++--
.../packaging/EndpointSchemaGeneratorMojo.java | 25 ++++++++++++++++++++++
19 files changed, 99 insertions(+), 72 deletions(-)