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

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from 0eac61c  Fix #476 List itests in an XML file for the Quarkus platform
     add 92fcd38  Add camel-sjms2 extension

No new revisions were added by this update.

Summary of changes:
 .../ROOT/pages/list-of-camel-quarkus-extensions.adoc       |  5 ++++-
 extensions/pom.xml                                         |  1 +
 extensions/readme.adoc                                     |  5 ++++-
 extensions/sjms/runtime/pom.xml                            |  4 ----
 extensions/{sjms => sjms2}/deployment/pom.xml              |  8 ++++----
 .../component/sjms2/deployment/CamelSjms2Processor.java}   |  8 +++-----
 extensions/{aws-eks => sjms2}/pom.xml                      |  4 ++--
 extensions/{pdf => sjms2}/runtime/pom.xml                  | 14 ++++++--------
 .../src/main/resources/META-INF/quarkus-extension.yaml     |  0
 integration-tests/sjms/pom.xml                             |  4 ++++
 .../camel/quarkus/component/sjms/CamelSjmsRoute.java       |  4 ++--
 .../sjms/src/main/resources/application.properties         |  2 +-
 poms/bom-deployment/pom.xml                                |  5 +++++
 poms/bom/pom.xml                                           | 10 ++++++++++
 14 files changed, 46 insertions(+), 28 deletions(-)
 copy extensions/{sjms => sjms2}/deployment/pom.xml (92%)
 copy 
extensions/{direct/deployment/src/main/java/org/apache/camel/quarkus/component/direct/deployment/DirectProcessor.java
 => 
sjms2/deployment/src/main/java/org/apache/camel/quarkus/component/sjms2/deployment/CamelSjms2Processor.java}
 (86%)
 copy extensions/{aws-eks => sjms2}/pom.xml (93%)
 copy extensions/{pdf => sjms2}/runtime/pom.xml (88%)
 copy extensions/{sjms => 
sjms2}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (100%)

Reply via email to