This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git.
from 81da112 Update
new adb1a50 Added a little Camel-AWS-Secrets-Manager example
new 1270e84 Added AWS Secrets Manager example to modules
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:
examples/aws-secrets-manager/README.adoc | 62 ++++++++++++++++++++++
.../{main-health => aws-secrets-manager}/pom.xml | 14 +++--
.../org/apache/camel/example/MyApplication.java | 0
.../org/apache/camel/example/MyRouteBuilder.java | 16 +++---
.../src/main/resources/application.properties | 20 ++++---
.../src/main/resources/logback.xml | 0
examples/pom.xml | 1 +
7 files changed, 88 insertions(+), 25 deletions(-)
create mode 100644 examples/aws-secrets-manager/README.adoc
copy examples/{main-health => aws-secrets-manager}/pom.xml (88%)
copy examples/{main-tiny =>
aws-secrets-manager}/src/main/java/org/apache/camel/example/MyApplication.java
(100%)
copy examples/{csimple =>
aws-secrets-manager}/src/main/java/org/apache/camel/example/MyRouteBuilder.java
(67%)
copy examples/{main-lambda =>
aws-secrets-manager}/src/main/resources/application.properties (76%)
copy examples/{routetemplate =>
aws-secrets-manager}/src/main/resources/logback.xml (100%)