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.
omit f2a4b4d Regen for commit 337480379b018586ba5e058ec9ca580f079da11a
add ddac217 Upgrade AWS SDK v2 to version 2.17.131
add e7a2611 CAMEL-17644 - Support ability to load properties from
Vault/Secrets cloud services - aws secrets manager
add 15267d5 CAMEL-17644 - Support ability to load properties from
Vault/Secrets cloud services - aws secrets manager
add fc78029 Sync deps
add bd556b9 CAMEL-17644 - Support ability to load properties from
Vault/Secrets cloud services - aws secrets manager
add 66f3577 CAMEL-17644 - Support ability to load properties from
Vault/Secrets cloud services - aws secrets manager
add 44f48dc CAMEL-17644 - Support ability to load properties from
Vault/Secrets cloud services - aws secrets manager
add 95a0b70 CAMEL-17644 - Support ability to load properties from
Vault/Secrets cloud services - aws secrets manager
add 32f3fb5 Regen for commit 95a0b70ecf472338aaf1929b6f384a38c228034b
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f2a4b4d)
\
N -- N -- N refs/heads/regen_bot (32f3fb5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
camel-dependencies/pom.xml | 2 +-
.../camel-aws/camel-aws-secrets-manager/pom.xml | 4 +
.../SecretsManagerPropertiesFunction.java | 71 ++++++++--
.../SecretsManagerNoEnvPropertiesSourceTestIT.java | 148 +++++++++++++++++++++
.../SecretsManagerPropertiesSourceTestIT.java | 60 ++++++++-
parent/pom.xml | 2 +-
6 files changed, 270 insertions(+), 17 deletions(-)
create mode 100644
components/camel-aws/camel-aws-secrets-manager/src/test/java/org/apache/camel/component/aws/secretsmanager/integration/SecretsManagerNoEnvPropertiesSourceTestIT.java