This is an automated email from the ASF dual-hosted git repository.
Croway pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
from 9ebee93aae2 Regen
new a2f7cbf0f46 CAMEL-24508: vault and secrets starters - fail closed when
early property resolution fails
new 4ccec5ea1b9 CAMEL-24508: Address review feedback
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:
...pringBootAwsSecretsManagerPropertiesParser.java | 17 ++++-
.../SpringBootAzureKeyVaultPropertiesParser.java | 17 ++++-
.../SpringBootCyberArkVaultPropertiesParser.java | 17 ++++-
...ingBootGoogleSecretManagerPropertiesParser.java | 17 ++++-
.../SpringBootHashicorpVaultPropertiesParser.java | 18 ++++-
.../springboot/EarlyResolutionFailureTest.java | 81 ++++++++++++++++++++++
.../IBMSecretsManagerVaultPropertiesParser.java | 17 ++++-
.../SpringBootCloudConfigPropertiesParser.java | 18 ++++-
.../src/main/docs/spring-boot.json | 6 ++
.../additional-spring-configuration-metadata.json | 6 ++
10 files changed, 200 insertions(+), 14 deletions(-)
create mode 100644
components-starter/camel-hashicorp-vault-starter/src/test/java/org/apache/camel/component/hashicorp/vault/springboot/EarlyResolutionFailureTest.java