This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
from 9c8ca0e411b Sync and regen add 7aa43bc45b1 CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud services - Hashicorp Vault add 186b4f27100 CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud services - Hashicorp Vault No new revisions were added by this update. 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%)