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

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


 discard 0b375ad  Azure extension native build fails with Quarkus 1.13 #2299
 discard 2ea64f1  Temporarily disable SQL itest due to #2296
 discard d2fb0ac  Fix #1918 to add a integration test with camel-jdbc and 
camel-jms
 discard 835e3ce  Remove support for Webocket JSR 356
 discard 91b64fe  Upgrade to Quarkus 1.13.0.Final
     add 628ba6d  Updated CHANGELOG.md
     add a6d1922  Less reflection in Paho extension
     add 798aff6  Paho MQTT 5 support #2145
     add ea07027  Adjust references to the runner JAR for the fast-jar format
     add c44c614  Upgrade Quarkus to 1.12.1.Final
     add 31619cd  Updated CHANGELOG.md
     new 6e019e2  Upgrade to Quarkus 1.13.0.Final
     new b869f3d  Remove support for Webocket JSR 356
     new d87bc21  Fix #1918 to add a integration test with camel-jdbc and 
camel-jms
     new c75c45a  Temporarily disable SQL itest due to #2296
     new ad7b8f5  Azure extension native build fails with Quarkus 1.13 #2299

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0b375ad)
            \
             N -- N -- N   refs/heads/quarkus-master (ad7b8f5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 5 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:
 CHANGELOG.md                                       | 14 +++++++-
 catalog/pom.xml                                    | 39 ++++++++++++++++++++++
 .../extensions/{lra.adoc => paho-mqtt5.adoc}       | 16 ++++-----
 .../modules/ROOT/pages/user-guide/first-steps.adoc |  8 ++---
 .../partials/reference/components/paho-mqtt5.adoc  | 14 +++++++-
 .../paho-mqtt5}/deployment/pom.xml                 |  8 ++---
 .../paho/mqtt5/deployment/PahoMqtt5Processor.java} | 32 ++++++++++--------
 extensions/{nitrite => paho-mqtt5}/pom.xml         |  4 +--
 extensions/{nitrite => paho-mqtt5}/runtime/pom.xml | 13 ++++----
 .../main/resources/META-INF/quarkus-extension.yaml |  6 ++--
 .../component/paho/deployment/PahoProcessor.java   |  2 +-
 extensions/pom.xml                                 |  1 +
 integration-tests/{nitrite => paho-mqtt5}/pom.xml  | 19 ++++++-----
 .../paho/mqtt5/it/PahoMqtt5Resource.java}          | 30 +++++++++++------
 .../component/paho/mqtt5/it/PahoMqtt5IT.java}      |  4 +--
 .../component/paho/mqtt5/it/PahoMqtt5Test.java}    | 20 ++++++-----
 .../paho/mqtt5/it/PahoMqtt5TestResource.java}      | 22 ++++++------
 integration-tests/pom.xml                          |  1 +
 poms/bom/pom.xml                                   | 15 +++++++++
 tooling/scripts/test-categories.yaml               |  1 +
 20 files changed, 185 insertions(+), 84 deletions(-)
 copy docs/modules/ROOT/pages/reference/extensions/{lra.adoc => 
paho-mqtt5.adoc} (55%)
 copy {extensions-jvm/stitch => extensions/paho-mqtt5}/deployment/pom.xml (90%)
 copy 
extensions/{paho/deployment/src/main/java/org/apache/camel/quarkus/component/paho/deployment/PahoProcessor.java
 => 
paho-mqtt5/deployment/src/main/java/org/apache/camel/quarkus/component/paho/mqtt5/deployment/PahoMqtt5Processor.java}
 (60%)
 copy extensions/{nitrite => paho-mqtt5}/pom.xml (93%)
 copy extensions/{nitrite => paho-mqtt5}/runtime/pom.xml (90%)
 copy extensions/{paho => 
paho-mqtt5}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (93%)
 copy integration-tests/{nitrite => paho-mqtt5}/pom.xml (88%)
 copy 
integration-tests/{rabbitmq/src/main/java/org/apache/camel/quarkus/component/rabbitmq/it/RabbitmqResource.java
 => 
paho-mqtt5/src/main/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Resource.java}
 (63%)
 copy 
integration-tests/{arangodb/src/test/java/org/apache/camel/quarkus/component/arangodb/it/ArangodbIT.java
 => 
paho-mqtt5/src/test/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5IT.java}
 (89%)
 copy 
integration-tests/{rabbitmq/src/test/java/org/apache/camel/quarkus/component/rabbitmq/it/RabbitmqTest.java
 => 
paho-mqtt5/src/test/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5Test.java}
 (71%)
 copy 
integration-tests/{activemq/src/test/java/org/apache/camel/quarkus/component/activemq/it/ActiveMQTestResource.java
 => 
paho-mqtt5/src/test/java/org/apache/camel/quarkus/component/paho/mqtt5/it/PahoMqtt5TestResource.java}
 (75%)

Reply via email to