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-spring-boot-examples.git.
from 0c964fe Update AvroRouteBuilder.java (#51)
new 723a2d7 Added an example of using AWS Secrets Manager Properties
source in Camel Spring Boot
new cee8d35 Added an example of using AWS Secrets Manager Properties
source in Camel Spring Boot
new 00123dc Added an example of using AWS Secrets Manager Properties
source in Camel Spring Boot
new d86249e Added an example of using AWS Secrets Manager Properties
source in Camel Spring Boot
new 7b15155 Added an example of using AWS Secrets Manager Properties
source in Camel Spring Boot
new 2661188 Added an example of using AWS Secrets Manager Properties
source in Camel Spring Boot
The 6 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:
README.adoc | 4 +++-
{aws2-s3 => aws-secrets-manager}/README.adoc | 10 ++++++++--
{aws2-s3 => aws-secrets-manager}/pom.xml | 17 ++++++++++++-----
.../camel/example/springboot/aws}/Application.java | 2 +-
.../camel/example/springboot/aws}/CamelRoute.java | 7 ++++---
.../src/main/resources/application.properties | 9 +++++----
.../src/main/resources/logback.xml | 0
pom.xml | 1 +
8 files changed, 34 insertions(+), 16 deletions(-)
copy {aws2-s3 => aws-secrets-manager}/README.adoc (58%)
copy {aws2-s3 => aws-secrets-manager}/pom.xml (82%)
copy {rest-swagger/src/main/java/org/apache/camel/example/springboot =>
aws-secrets-manager/src/main/java/org/apache/camel/example/springboot/aws}/Application.java
(96%)
copy {aws2-s3/src/main/java/org/apache/camel/example/springboot/aws2s3 =>
aws-secrets-manager/src/main/java/org/apache/camel/example/springboot/aws}/CamelRoute.java
(81%)
copy {aws2-s3 =>
aws-secrets-manager}/src/main/resources/application.properties (87%)
copy {aws2-s3 => aws-secrets-manager}/src/main/resources/logback.xml (100%)