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

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


 discard 14e43f3811 Upgrade Camel to 3.19.0
     add 7a58d177e8 Minor tidying of test-framework modules and docs
     add 23a9ba61f3 Updated CHANGELOG.md
     add 177542c66a Use CDI producres instead of camel.beans.* in 
application.properties
     add 21f9acb064 CxfSoapClientIT.wsSecurityClient fails in native mode: 
wsse:Nonce not present in the request #3966
     add 9423192143 Upgrade to cq-maven-plugin 3.1.0
     add 31259a720f Updated CHANGELOG.md
     new 77631274f0 Upgrade Camel to 3.19.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   (14e43f3811)
            \
             N -- N -- N   refs/heads/camel-main (77631274f0)

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:
 CHANGELOG.md                                       |   9 ++
 docs/modules/ROOT/pages/user-guide/testing.adoc    |   6 +-
 .../cxf-wss}/deployment/pom.xml                    |  21 +++--
 extensions-support/{xstream => cxf-wss}/pom.xml    |   4 +-
 .../{aws2 => cxf-wss}/runtime/pom.xml              |  23 ++---
 .../main/resources/META-INF/quarkus-extension.yaml |   4 +-
 extensions-support/pom.xml                         |   1 +
 .../deployment/XmlsecurityProcessor.java           |  12 ++-
 integration-tests/cxf-soap/pom.xml                 |   8 +-
 .../component/cxf/soap/it/CxfSoapRoutes.java       | 103 +++++++++++++++++++++
 .../component/cxf/soap/it/PasswordCallback.java    |   6 +-
 .../src/main/resources/application.properties      |  37 --------
 .../component/cxf/soap/it/CxfSoapClientTest.java   |   3 -
 .../camel/quarkus/component/jslt/it/JsltTest.java  |   3 +-
 pom.xml                                            |   5 +-
 poms/bom-test/pom.xml                              |  61 ------------
 poms/bom/pom.xml                                   |  73 +++++++++++----
 poms/bom/src/main/generated/flattened-full-pom.xml |  53 +++++++++++
 .../src/main/generated/flattened-reduced-pom.xml   |  73 +++++++++++++++
 .../generated/flattened-reduced-verbose-pom.xml    |  73 +++++++++++++++
 .../quarkus/test/CamelQuarkusTestSupport.java      |  57 ++++++------
 .../test/common/JupiterCallbackCorrectTest.java    |   2 +-
 test-framework/pom.xml                             |   3 -
 23 files changed, 446 insertions(+), 194 deletions(-)
 copy {extensions/stax => extensions-support/cxf-wss}/deployment/pom.xml (81%)
 copy extensions-support/{xstream => cxf-wss}/pom.xml (92%)
 copy extensions-support/{aws2 => cxf-wss}/runtime/pom.xml (77%)
 copy extensions-support/{stax => 
cxf-wss}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (90%)

Reply via email to