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

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


    from 0cde2d978e7 (chores) camel-jbang: fixed variable order
     add 75e94951516 Bump actions/setup-java from 2 to 3
     add c6053f9e454 (chores) ci: fixed incorrect name for the alternative OS 
build
     add 4bbf1273a83 Upgrade JT400 to version 11.0
     add 84b0ec77185 Sync deps
     add 432f3b8c1b7 CAMEL-17689 - Create a Camel Hashicorp Vault Component - 
Read secret operation
     add 5ed03d60b88 CAMEL-17689 - Create a Camel Hashicorp Vault Component - 
Read Secret operation
     add 65c7a44ffea (chores) ci: use batch mode for alternative OS build
     add dffaaed8543 (chores) ci: try to escape the profile options in the 
alternative OS builds
     add 47d9047b601 CAMEL-17689 - Create a Camel Hashicorp Vault Component - 
Define Spring-vault-core version in a property placeholder
     add 5cf25bc03e5 CAMEL-17689 - Create a Camel Hashicorp Vault Component - 
Fix Description
     add cb718511202 CAMEL-17689 - Create a Camel Hashicorp Vault Component - 
Fix Description
     add 9b1bd5aa628 Sync deps and regen
     add 4ebbef5371f CAMEL-18175: camel-jbang - Download artifacts problem when 
they have custom classifier
     add 1741a40c197 Upgrade DNSJava to version 3.5.1
     add a082ecbcfb3 Sync deps
     add 7084594b7a3 Regen for commit a082ecbcfb3e6f640620b38ccb481a2e8d930520

No new revisions were added by this update.

Summary of changes:
 .github/workflows/alternative-os-build.yml         |   6 +-
 .github/workflows/main-checkstyle-build.yml        |   2 +-
 .github/workflows/main-push-build.yml              |   2 +-
 .github/workflows/master-pr-build.yml              |   4 +-
 camel-dependencies/pom.xml                         |   5 +-
 .../camel/catalog/components/hashicorp-vault.json  |   5 +-
 components/camel-hashicorp-vault/pom.xml           |   4 +-
 .../services/org/apache/camel/component.properties |   2 +-
 .../component/hashicorp/vault/hashicorp-vault.json |   5 +-
 .../hashicorp/vault/HashicorpVaultConstants.java   |   7 +-
 .../hashicorp/vault/HashicorpVaultOperation.java   |   3 +-
 .../hashicorp/vault/HashicorpVaultProducer.java    |  17 ++
 .../operations/HashicorpProducerReadSecretIT.java  |  66 ++++++++
 .../java/org/apache/camel/main/CamelGrapeIvy.java  | 178 +++++++++++++++++++++
 .../org/apache/camel/main/DownloaderHelper.java    |  18 ++-
 parent/pom.xml                                     |   5 +-
 16 files changed, 305 insertions(+), 24 deletions(-)
 create mode 100644 
components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/operations/HashicorpProducerReadSecretIT.java
 create mode 100644 
dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/CamelGrapeIvy.java

Reply via email to