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

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


 discard 58057cc4f1 Disable microprofile-fault-tolerance testing due to #4225
 discard eca187ceaf Upgrade Quarkus to 2.15.0.CR1
     add a4f4417a39 Test CXF service having an Implementation class in the 
application
     add 9f3ce385cc replace doc occurence of camel-quarkus-jaxp with 
camel-quarkus-xml-jaxp
     add 4d26d479b1 Updated CHANGELOG.md
     add c16a261cc7 Upgrade to quarkus-cxf 1.5.5
     add 37550b1de0 Updated CHANGELOG.md
     add ffb13f065c Adding a test for custom ConnectionFactory without 
quarkus.artemis.url (#4228)
     new eda44abbea Upgrade Quarkus to 2.15.0.CR1
     new 06e89ef26b Disable microprofile-fault-tolerance testing due to #4225

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   (58057cc4f1)
            \
             N -- N -- N   refs/heads/quarkus-main (06e89ef26b)

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                                       |   4 +
 .../ROOT/pages/reference/extensions/activemq.adoc  |   2 +-
 .../ROOT/pages/reference/extensions/amqp.adoc      |   2 +-
 .../ROOT/pages/reference/extensions/jms.adoc       |   2 +-
 .../ROOT/pages/reference/extensions/sjms.adoc      |   2 +-
 .../ROOT/pages/reference/extensions/sjms2.adoc     |   2 +-
 .../activemq/runtime/src/main/doc/usage.adoc       |   2 +-
 extensions/amqp/runtime/src/main/doc/usage.adoc    |   2 +-
 .../cxf/soap/deployment/CxfSoapProcessor.java      |  11 -
 extensions/jms/runtime/src/main/doc/usage.adoc     |   2 +-
 extensions/sjms/runtime/src/main/doc/usage.adoc    |   2 +-
 extensions/sjms2/runtime/src/main/doc/usage.adoc   |   2 +-
 .../cxf-soap/cxf-soap-server/pom.xml               |   5 +
 .../cxf/soap/server/it/CxfSoapRoutes.java          |  30 ++
 .../component/cxf/soap/server/it/EchoService.java} |   9 +-
 .../cxf/soap/server/it/EchoServiceImpl.java}       |  12 +-
 .../cxf/soap/server/it/CxfSoapServiceTest.java     |  17 +
 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 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 452 ++++++++++-----------
 .../src/main/generated/flattened-reduced-pom.xml   |  38 +-
 .../generated/flattened-reduced-verbose-pom.xml    | 452 ++++++++++-----------
 31 files changed, 642 insertions(+), 544 deletions(-)
 copy 
integration-test-groups/cxf-soap/cxf-soap-server/src/{test/java/org/apache/camel/quarkus/component/cxf/soap/server/it/CxfSoapServiceIT.java
 => 
main/java/org/apache/camel/quarkus/component/cxf/soap/server/it/EchoService.java}
 (76%)
 copy 
integration-test-groups/cxf-soap/cxf-soap-server/src/{test/java/org/apache/camel/quarkus/component/cxf/soap/server/it/CxfSoapServiceIT.java
 => 
main/java/org/apache/camel/quarkus/component/cxf/soap/server/it/EchoServiceImpl.java}
 (76%)
 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