This is an automated email from the ASF dual-hosted git repository.

ggrzybek pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git


    from fc4f115  Update README.adoc
     new d4f46e1  Add example that includes more <route> elements under 
top-level <camel> element
     new 8feb172  Add example that registers bean instances from provided 
*.java file using XML and YAML DSLs

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:
 jbang/{hello-java => app-routes-beans}/README.adoc | 15 ++++++-----
 jbang/app-routes-beans/StandaloneGreeter.java      | 21 ++++++++++++++++
 jbang/app-routes-beans/app.xml                     | 29 ++++++++++++++++++++++
 jbang/app-routes-beans/beans.yaml                  |  5 ++++
 jbang/{hello-java => app-routes}/README.adoc       | 15 ++++++-----
 jbang/app-routes/app.xml                           | 21 ++++++++++++++++
 6 files changed, 94 insertions(+), 12 deletions(-)
 copy jbang/{hello-java => app-routes-beans}/README.adoc (73%)
 create mode 100644 jbang/app-routes-beans/StandaloneGreeter.java
 create mode 100644 jbang/app-routes-beans/app.xml
 create mode 100644 jbang/app-routes-beans/beans.yaml
 copy jbang/{hello-java => app-routes}/README.adoc (78%)
 create mode 100644 jbang/app-routes/app.xml

Reply via email to