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 48f4e2aa73 Add temporary dependency override for JSONata4Java #4294
 discard 0543d35006 Disable DatasonnetIT due to #4284
 discard e02d76f941 Disable microprofile-fault-tolerance testing due to #4225
 discard 558259d4d0 Upgrade Quarkus to 2.15.0.CR1
     add 4a5cdc7769 Updated CHANGELOG.md
     add 411305baf1 Add quarkus-pooled-jms-deployment to camel-quarkus-bom
     add 635737e5b1 Test Java first CXF server endpoint with multiple SEI 
methods #4306
     add 21d46fd8fa Updated CHANGELOG.md
     add 17f777c817 Upgrade Quarkus to 2.15.0.CR1
     add 75a49266a2 Disable microprofile-fault-tolerance testing due to #4225
     add deb436109d Disable DatasonnetIT due to #4284
     add 0a896ef62f Add temporary dependency override for JSONata4Java #4294
     add 74f5f2a7ec Align SSHD test dependencies with Quarkus managed 
sshd-common
     add 3a31aace22 Remove superfluous actions heading from controlbus docs
     add 8958c5bf6d Bump Optaplanner to 8.31.0.Final
     add 2f8b110a71 Updated CHANGELOG.md
     new 52230495dd Upgrade Quarkus to 2.16.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   (48f4e2aa73)
            \
             N -- N -- N   refs/heads/quarkus-main (52230495dd)

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/antora.yml                                    |  4 +-
 .../pages/reference/extensions/controlbus.adoc     |  4 +-
 .../controlbus/runtime/src/main/doc/usage.adoc     |  3 +-
 .../cxf/soap/server/it}/CodeFirstService.java      | 15 ++++++--
 .../cxf/soap/server/it/CxfSoapRoutes.java          | 13 ++++++-
 .../cxf/soap/server/it/CxfSoapServiceTest.java     | 43 ++++++++++++++--------
 pom.xml                                            |  4 +-
 poms/bom/pom.xml                                   |  5 +++
 poms/bom/src/main/generated/flattened-full-pom.xml | 13 +++++--
 .../src/main/generated/flattened-reduced-pom.xml   | 13 +++++--
 .../generated/flattened-reduced-verbose-pom.xml    | 13 +++++--
 tooling/scripts/group-tests.groovy                 |  1 -
 13 files changed, 97 insertions(+), 43 deletions(-)
 rename 
integration-test-groups/cxf-soap/cxf-soap-server/src/main/java/{com/helloworld/service
 => 
org/apache/camel/quarkus/component/cxf/soap/server/it}/CodeFirstService.java 
(62%)

Reply via email to