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 bb54fff64c Regen
 discard 72f0a300c7 Revert "Manage org.jgroups:jgroups"
 discard e44577d348 Revert "Artemis jms native quickfix"
 discard d951fd0395 Artemis jms native quickfix
 discard 66514e4c4b Disabled native tests for kubernetes and master-openshift
 discard 06c43687d2 Regen + rebase
 discard 4b83e4dd92 Workaround for langchanin4j-agent compilation problem
 discard 79799acee9 Regen
 discard 02f9691318 Fixes #7675 Add support of camel-groovy-xml extension
 discard 06b9cf07f3 [resolves #2479] Enable Couchbase tests
 discard f0f5b98fdf Regen
 discard 42359e0583 Regen
 discard 1f99afa448 Regen
 discard 6313c76670 Regen
 discard 91f1de7650 Upgrade Camel to 4.15.0
     add e53251caa6 [resolves #5586] Add @DisabledOnQuarkusPlatform annotation
     add 6fe16244f0 Upgrade Quarkus to 3.27.0
     add bdf4c4377a Remove org.bouncycastle:bcmail-jdk18on from 
camel-quarkus-bom and it is now managed in quarkus-bom
     add 256295c4bf Bump org.amqphub.quarkus:quarkus-qpid-jms-bom from 2.9.0 to 
2.10.0
     add 27467a15ed Bump quarkiverse-cxf.version from 3.26.2 to 3.27.0
     new ceeb02e769 [resolves #2479] Enable Couchbase tests
     new e97e404b82 Fixes #7675 Add support of camel-groovy-xml extension
     new 938b5a2fc2 Conversion of component specific messages to 
jakarta.jms.Message is now supported by Camel
     new 386320d913 Upgrade Camel to 4.15.0
     new 7111fdd348 Regen, rebased, squashed

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   (bb54fff64c)
            \
             N -- N -- N   refs/heads/camel-main (7111fdd348)

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:
 docs/antora.yml                                    |     2 +-
 integration-test-groups/foundation/core/pom.xml    |     5 +
 .../org/apache/camel/quarkus/core/CoreTest.java    |    11 +-
 .../messaging/it/MessagingCommonResource.java      |     8 +-
 .../it/util/resolver/JmsMessageResolver.java       |    24 -
 .../util/resolver/JmsMessageResolverProducer.java  |    33 -
 .../jms/util/JmsMessageResolverProducer.java       |    29 -
 integration-tests-support/messaging/sjms/pom.xml   |     4 -
 .../quarkus/messaging/sjms/SjmsProducers.java      |     3 +-
 .../sjms/util/JmsMessageResolverProducer.java      |    29 -
 ...edOnArm.java => DisabledOnQuarkusPlatform.java} |     6 +-
 ...ava => DisabledOnQuarkusPlatformCondition.java} |    21 +-
 integration-tests/foundation-grouped/pom.xml       |     5 +
 .../apache/camel/quarkus/main/CoreMainTest.java    |    13 +-
 pom.xml                                            |     6 +-
 poms/bom/pom.xml                                   |     5 -
 poms/bom/src/main/generated/flattened-full-pom.xml | 14361 ++++++++++---------
 .../src/main/generated/flattened-reduced-pom.xml   |    91 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   623 +-
 19 files changed, 7587 insertions(+), 7692 deletions(-)
 delete mode 100644 
integration-tests-support/messaging/common/src/main/java/org/apache/camel/quarkus/component/messaging/it/util/resolver/JmsMessageResolver.java
 delete mode 100644 
integration-tests-support/messaging/common/src/main/java/org/apache/camel/quarkus/component/messaging/it/util/resolver/JmsMessageResolverProducer.java
 delete mode 100644 
integration-tests-support/messaging/jms/src/main/java/org/apache/camel/quarkus/messaging/jms/util/JmsMessageResolverProducer.java
 delete mode 100644 
integration-tests-support/messaging/sjms/src/main/java/org/apache/camel/quarkus/messaging/sjms/util/JmsMessageResolverProducer.java
 copy 
integration-tests-support/test-support/src/main/java/org/apache/camel/quarkus/test/{DisabledOnArm.java
 => DisabledOnQuarkusPlatform.java} (89%)
 copy 
integration-tests-support/test-support/src/main/java/org/apache/camel/quarkus/test/{DisabledOnArmCondition.java
 => DisabledOnQuarkusPlatformCondition.java} (68%)

Reply via email to