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.git.
from 342795d CAMEL-17607: Close streams created from the class Files to
avoid leaks (#6942)
new d705425 CAMEL-17644 - Support ability to load properties from
Vault/Secrets cloud services - AWS Secrets Manager
new aec9a69 CAMEL-17644 - Support ability to load properties from
Vault/Secrets cloud services - AWS Secrets Manager
new b1db29c CAMEL-17644 - Support ability to load properties from
Vault/Secrets cloud services - AWS Secrets Manager
new 3bdf76c CAMEL-17644 - Support ability to load properties from
Vault/Secrets cloud services - AWS Secrets Manager - Docs
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:
core/camel-base/pom.xml | 8 ++
.../AWSSecretsManagerPropertiesFunction.java | 104 +++++++++++++++++++++
.../component/properties/PropertiesComponent.java | 1 +
core/camel-core/pom.xml | 6 ++
...ropertiesComponentAWSSecretsManagerTestIT.java} | 40 ++++----
.../ROOT/pages/using-propertyplaceholder.adoc | 28 ++++++
6 files changed, 170 insertions(+), 17 deletions(-)
create mode 100644
core/camel-base/src/main/java/org/apache/camel/component/properties/AWSSecretsManagerPropertiesFunction.java
copy
core/camel-core/src/test/java/org/apache/camel/component/properties/{PropertiesComponentServiceTest.java
=> PropertiesComponentAWSSecretsManagerTestIT.java} (53%)