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 d2bd922  CAMEL-18048 Webhook Spring Boot example update information on 
creating localhost tunnel (#55)
     new 3aa966e  Add Narayana example
     new 3a43bfa  Minor fixes

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                                            |   2 +
 .../consumer => spring-boot-jta-jpa}/pom.xml       |  72 ++++++-------
 spring-boot-jta-jpa/readme.adoc                    |  82 +++++++++++++++
 .../src/main/java/sample/camel/Application.java    |  50 +++++++++
 .../src/main/java/sample/camel/AuditLog.java       |  65 ++++++------
 .../src/main/java/sample/camel/CamelRoutes.java    |  66 ++++++++++++
 .../src/main/java/sample/camel/RMFactory.java      |  15 ++-
 .../src/main/resources/application.properties      |  17 ++--
 .../src/main/resources/jbossts-properties.xml      |  45 ++++++++
 .../src/main/resources/logback.xml                 |  22 ++--
 .../src/main/resources/spring-camel.xml            | 113 +++++++++++++++++++++
 12 files changed, 459 insertions(+), 94 deletions(-)
 copy {servicecall/consumer => spring-boot-jta-jpa}/pom.xml (69%)
 create mode 100644 spring-boot-jta-jpa/readme.adoc
 create mode 100644 
spring-boot-jta-jpa/src/main/java/sample/camel/Application.java
 copy 
rest-jpa/src/main/java/org/apache/camel/example/spring/boot/rest/jpa/Book.java 
=> spring-boot-jta-jpa/src/main/java/sample/camel/AuditLog.java (56%)
 create mode 100644 
spring-boot-jta-jpa/src/main/java/sample/camel/CamelRoutes.java
 copy resilience4j/client/src/main/java/sample/camel/CounterBean.java => 
spring-boot-jta-jpa/src/main/java/sample/camel/RMFactory.java (72%)
 copy {aws-secrets-manager => 
spring-boot-jta-jpa}/src/main/resources/application.properties (71%)
 create mode 100644 
spring-boot-jta-jpa/src/main/resources/jbossts-properties.xml
 copy routes-configuration/src/main/resources/myerror/xml-error.xml => 
spring-boot-jta-jpa/src/main/resources/logback.xml (63%)
 create mode 100644 spring-boot-jta-jpa/src/main/resources/spring-camel.xml

Reply via email to