This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from d05e30f4400 CAMEL-19231: Default REST DSL type in camel-jbang 
generator (#9736)
     add cfca1dcc6be CAMEL-19173 - Splitting long uris in XML DSLs (#9611)
     add 17dc6b18790 CAMEL-19237: camel-jbang - version list for newer releases 
to include details
     add 4738a1e6af2 Update with latest releases in camel-catalog
     add 28c81a2d5f5 CAMEL-19224: Fix blob consumer prefix usage (#9773)
     add e85ea9d6e3a CAMEL-19193 - Follow Micrometer meter naming conventions 
(#9803)
     add 8ca3d2a63bc CAMEL-19248 fixed copy-paste issue in CouchbaseConsumer: 
previously rangeStartKey was ignored (#9810)
     add b58d39ba6a2 Fixed default host and port for zeebe service and improved 
documentation with JSON examples (#9804) (#9814)
     add bf283c34407 camel-jbang - Upgrade to quarkus 2.16.6
     add bcfcc90c523 CAMEL-19242: camel-jbang - camel doc may not work on main
     add cfc5a88c10c CAMEL-19180 - Kafka Idempotent Repository does not give 
the user control over a randomized group id if the kafka broker requires the id 
to be in a specified form
     add d44c275f0fd CAMEL-19180 - Kafka Idempotent Repository does not give 
the user control over a randomized group id if the kafka broker requires the id 
to be in a specified form
     add 2d37c05acd9 CAMEL-19180 - Kafka Idempotent Repository does not give 
the user control over a randomized group id if the kafka broker requires the id 
to be in a specified form
     add 802f3f422e4 CAMEL-19250: Classes generated by 
camel-restdsl-openapi-plugin are not added to jar (#9820)
     add 12859a3ea0d CAMEL-18625 - Provide an option to pass specific AWS SAML 
Profile
     add 61ed938fdb7 CAMEL-18625 - Provide an option to pass specific AWS SAML 
Profile
     add ed49602f9b2 CAMEL-18625 - Provide an option to pass specific AWS SAML 
Profile
     add b42a006077a CAMEL-18625 - Provide an option to pass specific AWS SAML 
Profile
     add c89bb81df27 CAMEL-18625 - Provide an option to pass specific AWS SAML 
Profile
     add b7b13d5a1a9 CAMEL-19180 - Kafka Idempotent Repository does not give 
the user control over a randomized group id if the kafka broker requires the id 
to be in a specified form
     add 7211f74d8cc (chores) ci: bump to mvnd 1.0-m6-m40 as the older versions 
were removed from the Apache CDN
     add e38d53eed57 (chores) ci: fix mvnd URL
     add 71433c314ed (chores) ci: fix mvnd sha256 URL
     add 7347bb365b4 (chores) ci: rollback to mvnd 0.8.2 as 1.0-m6 requires 
additional changes
     add 73d0db721f9 (chores) ci: use the Apache archive for downloading Maven 
Daemon
     add 58125968290 CAMEL-18625 - Provide an option to pass specific AWS SAML 
Profile - Reload Task
     add 7a3613f39c2 CAMEL-18625 - Provide an option to pass specific AWS SAML 
Profile - Reload Task
     add 1c087dd8884 CAMEL-18625 - Provide an option to pass specific AWS SAML 
Profile - Reload Task
     add 69ea78515f7 Regen for commit 1c087dd8884921083ae6f193a6340be9d2745bda

No new revisions were added by this update.

Summary of changes:
 .github/actions/install-mvnd/action.yml            |  4 +-
 .../main/camel-main-configuration-metadata.json    |  2 +
 .../camel/catalog/releases/camel-releases.json     |  7 +++
 .../aws/secretsmanager/SecretsDevConsole.java      |  4 ++
 .../SecretsManagerPropertiesFunction.java          | 40 ++++++++++++++-
 .../vault/CloudTrailReloadTriggerTask.java         | 17 +++++++
 .../blob/BlobConfigurationOptionsProxy.java        |  8 +--
 .../storage/blob/integration/BlobConsumerIT.java   | 35 +++++++++++++
 .../component/couchbase/CouchbaseConsumer.java     |  2 +-
 .../camel-kafka/src/main/docs/kafka-component.adoc |  1 +
 .../kafka/KafkaIdempotentRepository.java           | 48 +++++++++++++++++-
 .../component/micrometer/MicrometerConstants.java  | 24 ++++-----
 .../camel-zeebe/src/main/docs/zeebe-component.adoc | 48 ++++++++++++++++++
 .../camel/component/zeebe/ZeebeComponent.java      |  4 +-
 .../camel/component/zeebe/ZeebeComponentTest.java} | 15 +++---
 .../apache/camel/vault/AwsVaultConfiguration.java  | 26 ++++++++++
 .../main/AwsVaultConfigurationConfigurer.java      | 12 +++++
 .../AwsVaultConfigurationPropertiesConfigurer.java | 12 +++++
 .../camel-main-configuration-metadata.json         |  2 +
 core/camel-main/src/main/docs/main.adoc            |  4 +-
 .../main/AwsVaultConfigurationProperties.java      | 16 ++++++
 .../java/org/apache/camel/main/MainVaultTest.java  | 59 ++++++++++++++++++++++
 .../java/org/apache/camel/util/URISupport.java     | 13 +++++
 .../java/org/apache/camel/xml/in/BaseParser.java   |  4 ++
 .../org/apache/camel/xml/in/ModelParserTest.java   | 41 +++++++++++++++
 .../java/org/apache/camel/xml/jaxb/JaxbHelper.java | 33 +++++++++++-
 .../ROOT/pages/camel-3x-upgrade-guide-3_21.adoc    | 19 +++++++
 .../dsl/jbang/core/commands/ExportBaseCommand.java |  2 +-
 .../core/commands/catalog/CatalogBaseCommand.java  |  2 +-
 .../jbang/core/commands/version/VersionList.java   | 57 +++++++++++++++++++++
 .../main/download/MavenDependencyDownloader.java   |  8 +--
 .../maven/generator/openapi/GenerateMojo.java      |  8 +++
 32 files changed, 537 insertions(+), 40 deletions(-)
 copy 
components/{camel-bonita/src/test/java/org/apache/camel/component/bonita/api/util/BonitaAPIConfigTest.java
 => 
camel-zeebe/src/test/java/org/apache/camel/component/zeebe/ZeebeComponentTest.java}
 (72%)

Reply via email to