This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
from 9c8ca0e411b Sync and regen new 7aa43bc45b1 CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud services - Hashicorp Vault new 186b4f27100 CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud services - Hashicorp Vault 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: .../src/main/docs/spring-boot.json | 35 +++++++++ ...n.java => HashicorpVaultAutoConfiguration.java} | 19 ++--- .../HashicorpVaultConfigurationProperties.java | 88 ++++++++++++++++++++++ .../src/main/resources/META-INF/spring.factories | 3 +- ...t.java => HashicorpVaultConfigurationTest.java} | 23 +++--- 5 files changed, 148 insertions(+), 20 deletions(-) copy core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/vault/{GcpVaultAutoConfiguration.java => HashicorpVaultAutoConfiguration.java} (70%) create mode 100644 core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/vault/HashicorpVaultConfigurationProperties.java copy core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/vault/{AwsVaultConfigurationTest.java => HashicorpVaultConfigurationTest.java} (62%)