This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from be5547d CAMEL-12451 Make sure the camel-cxf component release UoW in oneway invocation new ff5477c Remove example that is not really relevent to Camel. We have plenty of SB examples already. new 113a4a7 CAMEL-12383: Migrate to spring boot 2 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/README.adoc | 4 +- .../src/main/resources/application.properties | 2 +- .../camel-example-spring-boot-live-reload/pom.xml | 112 --------------------- .../readme.adoc | 23 ----- .../livereload/LiveReloadApplication.java | 37 ------- .../springboot/livereload/LiveReloadRouter.java | 46 --------- .../src/main/resources/application.properties | 25 ----- examples/camel-example-spring-boot/readme.adoc | 12 ++- .../src/main/resources/application.properties | 8 +- examples/pom.xml | 1 - 10 files changed, 17 insertions(+), 253 deletions(-) delete mode 100644 examples/camel-example-spring-boot-live-reload/pom.xml delete mode 100644 examples/camel-example-spring-boot-live-reload/readme.adoc delete mode 100644 examples/camel-example-spring-boot-live-reload/src/main/java/org/apache/camel/example/springboot/livereload/LiveReloadApplication.java delete mode 100644 examples/camel-example-spring-boot-live-reload/src/main/java/org/apache/camel/example/springboot/livereload/LiveReloadRouter.java delete mode 100644 examples/camel-example-spring-boot-live-reload/src/main/resources/application.properties -- To stop receiving notification emails like this one, please contact davscl...@apache.org.