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

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


 discard 27e5c436c9 Upgrade Camel to 3.20.0
 discard 0f55893738 Fix #4216 to make xml integration tests working in native 
build (#4217)
     add ffb13f065c Adding a test for custom ConnectionFactory without 
quarkus.artemis.url (#4228)
     add 670ca6afa1 Upgrade Quarkus to 2.14.0.Final
     add 367d4d7248 Updated CHANGELOG.md
     new 965c76bfdc Fix #4216 to make xml integration tests working in native 
build (#4217)
     new 8f3f0c789f Upgrade Camel to 3.20.0

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   (27e5c436c9)
            \
             N -- N -- N   refs/heads/camel-main (8f3f0c789f)

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 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:
 CHANGELOG.md                                       |  3 ++
 docs/antora.yml                                    |  2 +-
 integration-tests/jms-artemis-client/pom.xml       |  5 +++
 .../jms/artemis/it/CustomConnectionFactory.java}   | 27 ++++++-------
 .../src/main/resources/application.properties      |  8 ++--
 .../jms/artemis/it/CustomArtemisTestResource.java} | 12 +++---
 .../jms/artemis/it/JmsArtemisCustomTest.java}      |  9 +++--
 .../jms/artemis/it/JmsArtemisDisable.java}         | 13 ++++---
 .../src/test/resources/broker-custom.xml           | 44 ++++++++++++++++++++++
 .../jta/src/main/resources/application.properties  |  2 +-
 .../src/main/resources/application.properties      |  6 +--
 .../src/main/resources/application.properties      |  6 +--
 pom.xml                                            |  4 +-
 13 files changed, 94 insertions(+), 47 deletions(-)
 copy 
integration-tests/{minio/src/main/java/org/apache/camel/quarkus/component/minio/it/MinioClientProducer.java
 => 
jms-artemis-client/src/main/java/org/apache/camel/quarkus/component/jms/artemis/it/CustomConnectionFactory.java}
 (59%)
 copy {integration-test-groups/aws2/aws2-s3 => 
integration-tests/jms-artemis-client}/src/main/resources/application.properties 
(82%)
 copy 
integration-tests/{fhir/src/test/java/org/apache/camel/quarkus/component/fhir/it/util/Dstu2Enabled.java
 => 
jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/CustomArtemisTestResource.java}
 (81%)
 copy 
integration-tests/{activemq/src/test/java/org/apache/camel/quarkus/component/activemq/it/ActiveMQTest.java
 => 
jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisCustomTest.java}
 (78%)
 copy 
integration-tests/{openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v3/OpenApiV3TestProfile.java
 => 
jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisDisable.java}
 (77%)
 create mode 100644 
integration-tests/jms-artemis-client/src/test/resources/broker-custom.xml
 copy {integration-tests-jvm/groovy-dsl => 
integration-tests/sjms-artemis-client}/src/main/resources/application.properties
 (91%)
 copy {integration-tests-jvm/groovy-dsl => 
integration-tests/sjms2-artemis-client}/src/main/resources/application.properties
 (91%)

Reply via email to