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

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


 discard 6fe51f12c1 Upgrade Quarkus to 3.3.0.CR1
     add d921f1ba88 Revert "Disable cxf-soap-grouped native profile due to 
#5008"
     add a6819a556b Upgrade to quarkus-cxf 2.2.0.CR1
     add 2c24b19ce4 Workaround heap out of memory failures on GitHub actions
     add 0a765ca336 Fix #5016 to add a IBMMQ pooling test with 
quarkus-pooled-jms (#5017)
     new 3906b057d2 Upgrade Quarkus to 3.3.0.CR1

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   (6fe51f12c1)
            \
             N -- N -- N   refs/heads/quarkus-main (3906b057d2)

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 1 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:
 .../src/main/resources/application.properties      |   3 +
 integration-tests/cxf-soap-grouped/pom.xml         |   2 -
 integration-tests/jms-ibmmq-client/pom.xml         |   7 +-
 ...QProducers.java => IBMMQConnectionFactory.java} |  26 +-
 .../src/main/resources/application.properties      |   6 +-
 .../it/{IBMMQTest.java => IBMMQPoolingTest.java}   |  25 +-
 .../quarkus/component/jms/ibmmq/it/IBMMQTest.java  |   2 +-
 .../component/jms/ibmmq}/it/JmsPoolingEnabled.java |   2 +-
 pom.xml                                            |   4 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 464 ++++++++++-----------
 .../src/main/generated/flattened-reduced-pom.xml   | 108 ++---
 .../generated/flattened-reduced-verbose-pom.xml    | 464 ++++++++++-----------
 12 files changed, 553 insertions(+), 560 deletions(-)
 rename 
integration-tests/jms-ibmmq-client/src/main/java/org/apache/camel/quarkus/component/jms/ibmmq/it/{IBMMQProducers.java
 => IBMMQConnectionFactory.java} (58%)
 copy integration-tests/{core-discovery-disabled => 
jms-ibmmq-client}/src/main/resources/application.properties (92%)
 copy 
integration-tests/jms-ibmmq-client/src/test/java/org/apache/camel/quarkus/component/jms/ibmmq/it/{IBMMQTest.java
 => IBMMQPoolingTest.java} (82%)
 copy 
integration-tests/{jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis
 => 
jms-ibmmq-client/src/test/java/org/apache/camel/quarkus/component/jms/ibmmq}/it/JmsPoolingEnabled.java
 (95%)

Reply via email to