This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
from 6c3c0ca Remove camel-maven-plugin from examples where it is not
needed.
add 398cd4b CAMEL-18166: Added endpointdsl example
add 6169a0e Regen
No new revisions were added by this update.
Summary of changes:
README.adoc | 8 ++--
{routetemplate => endpointdsl}/pom.xml | 22 ++++-----
endpointdsl/readme.adoc | 53 ++++++++++++++++++++++
.../src/main/java/sample/camel/MyBean.java | 0
.../main/java/sample/camel/MyCamelApplication.java | 11 +++++
.../src/main/resources/application.properties | 5 +-
.../sample/camel/MyCamelApplicationJUnit5Test.java | 0
pom.xml | 1 +
8 files changed, 82 insertions(+), 18 deletions(-)
copy {routetemplate => endpointdsl}/pom.xml (86%)
create mode 100644 endpointdsl/readme.adoc
copy {spring-boot => endpointdsl}/src/main/java/sample/camel/MyBean.java (100%)
copy {kamelet-chucknorris =>
endpointdsl}/src/main/java/sample/camel/MyCamelApplication.java (74%)
copy master/src/main/resources/application-openshift.properties =>
endpointdsl/src/main/resources/application.properties (91%)
copy {kamelet-chucknorris =>
endpointdsl}/src/test/java/sample/camel/MyCamelApplicationJUnit5Test.java (100%)