This is an automated email from the ASF dual-hosted git repository. fmariani pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
from a407cb0 Update readme.adoc new 41d61f5 Fix build with mvnd new 1d3c772 Bean configuration via HashiCorp Vault example 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: README.adoc | 4 +- pom.xml | 1 + vault/img/secret-database.png | Bin 0 -> 48269 bytes {spring-jdbc => vault}/pom.xml | 32 +++++----- vault/readme.adoc | 49 ++++++++++++++ .../spring/vault/CamelSpringVaultApplication.java | 60 +++++++++-------- .../src/main/resources/application.properties | 14 ++-- .../src/main/resources/camel/cars-api.yaml | 17 +++-- .../src/main/resources/camel/cars-datasource.yaml | 14 ++-- vault/src/main/resources/camel/cars-routes.yaml | 71 +++++++++++++++++++++ widget-gadget/pom.xml | 4 -- 11 files changed, 199 insertions(+), 67 deletions(-) create mode 100644 vault/img/secret-database.png copy {spring-jdbc => vault}/pom.xml (83%) create mode 100644 vault/readme.adoc copy opentelemetry/FlightBooking/src/main/java/com/example/demo/DemoApplication.java => vault/src/main/java/org/apache/camel/example/spring/vault/CamelSpringVaultApplication.java (76%) copy {resilience4j/service1 => vault}/src/main/resources/application.properties (75%) copy metrics/.mvn/wrapper/maven-wrapper.properties => vault/src/main/resources/camel/cars-api.yaml (73%) copy metrics/.mvn/wrapper/maven-wrapper.properties => vault/src/main/resources/camel/cars-datasource.yaml (64%) create mode 100644 vault/src/main/resources/camel/cars-routes.yaml