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 b5bf6bdd2c8 CAMEL-17879: remove deprecated component camel-ribbon
new 7b84898b177 CAMEL-17686 - Support ability to load properties from
Vault/Secrets cloud services - Azure Key Vault
new 61e5328cffc CAMEL-17686 - Support ability to load properties from
Vault/Secrets cloud services - Azure Key Vault
new 62e670151a8 CAMEL-17686 - Support ability to load properties from
Vault/Secrets cloud services - Azure Key Vault
new a75ad24aa2f Resync
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:
.../springboot/catalog/components/nagios.json | 5 ++
.../camel/springboot/catalog/components/nats.json | 7 +++
.../springboot/catalog/components/netty-http.json | 17 ++++++-
.../camel/springboot/catalog/components/netty.json | 13 ++++++
.../springboot/catalog/components/nitrite.json | 6 +++
.../camel/springboot/catalog/components/nsq.json | 6 +++
.../springboot/catalog/components/oaipmh.json | 3 ++
.../springboot/catalog/components/olingo2.json | 3 ++
.../springboot/catalog/components/olingo4.json | 3 ++
.../catalog/components/openstack-cinder.json | 13 ++++++
.../catalog/components/openstack-glance.json | 14 ++++++
.../catalog/components/openstack-keystone.json | 12 +++++
.../catalog/components/openstack-neutron.json | 24 ++++++++++
.../catalog/components/openstack-nova.json | 16 +++++++
.../catalog/components/openstack-swift.json | 16 +++++++
.../springboot/catalog/components/optaplanner.json | 8 ++++
.../src/main/docs/spring-boot.json | 29 ++++++++++++
...ation.java => AzureVaultAutoConfiguration.java} | 18 ++++----
...java => AzureVaultConfigurationProperties.java} | 54 +++++++++++++---------
.../src/main/resources/META-INF/spring.factories | 3 +-
...nTest.java => AzureVaultConfigurationTest.java} | 18 +++++---
21 files changed, 249 insertions(+), 39 deletions(-)
copy
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/vault/{AwsVaultAutoConfiguration.java
=> AzureVaultAutoConfiguration.java} (71%)
copy
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/vault/{GcpVaultConfigurationProperties.java
=> AzureVaultConfigurationProperties.java} (52%)
copy
core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/vault/{GcpVaultConfigurationTest.java
=> AzureVaultConfigurationTest.java} (64%)