This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot 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) add d705425 CAMEL-17644 - Support ability to load properties from Vault/Secrets cloud services - AWS Secrets Manager add aec9a69 CAMEL-17644 - Support ability to load properties from Vault/Secrets cloud services - AWS Secrets Manager add b1db29c CAMEL-17644 - Support ability to load properties from Vault/Secrets cloud services - AWS Secrets Manager add 3bdf76c CAMEL-17644 - Support ability to load properties from Vault/Secrets cloud services - AWS Secrets Manager - Docs No new revisions were added by this update. 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%)