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

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


 discard bd3a91ffb6 Disable microprofile-fault-tolerance testing due to #4225
 discard 8943a67b17 Upgrade Quarkus to 2.15.0.CR1
     add ed7dcf9a6a Updated CHANGELOG.md
     add 68f0517b10 Cover endpoint URI based CXF definitions
     add 558727642b Updated CHANGELOG.md
     add 6f90fec14e Fix #4258 make xml integration tests working in Quarkus 
Platform (#4275)
     add 0f06fbd714 Updated CHANGELOG.md
     add ba608351df Remove camel-quarkus-support-xstream from salesforce 
extension issue #4272 .
     new a64ecabcbd Upgrade Quarkus to 2.15.0.CR1
     new df7823ef78 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   (bd3a91ffb6)
            \
             N -- N -- N   refs/heads/quarkus-main (df7823ef78)

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                                         |  9 +++++++++
 extensions/salesforce/deployment/pom.xml             |  4 ----
 extensions/salesforce/runtime/pom.xml                |  4 ----
 .../cxf/soap/client/it/CxfSoapClientResource.java    |  5 +++--
 .../cxf/soap/client/it/CxfSoapClientRoutes.java      | 18 +++++++++++++++---
 .../cxf/soap/client/it/CxfSoapClientTest.java        |  9 ++++++---
 .../component/cxf/soap/server/it/CxfSoapRoutes.java  |  6 +++++-
 .../cxf/soap/server/it/CxfSoapServiceTest.java       |  9 ++++++---
 integration-tests/xml/pom.xml                        |  4 ----
 .../camel/quarkus/component/xml/it/XmlResource.java  | 17 ++++++++++++++---
 .../quarkus/component/xml/it/XmlRouteBuilder.java    |  5 ++---
 integration-tests/xml/src/test/resources/data1.xml   | 20 --------------------
 integration-tests/xml/src/test/resources/data2.xml   | 20 --------------------
 integration-tests/xml/src/test/resources/data3.xml   | 20 --------------------
 pom.xml                                              |  2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml   |  6 +++---
 .../bom/src/main/generated/flattened-reduced-pom.xml |  6 +++---
 .../main/generated/flattened-reduced-verbose-pom.xml |  6 +++---
 18 files changed, 70 insertions(+), 100 deletions(-)
 delete mode 100644 integration-tests/xml/src/test/resources/data1.xml
 delete mode 100644 integration-tests/xml/src/test/resources/data2.xml
 delete mode 100644 integration-tests/xml/src/test/resources/data3.xml

Reply via email to