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

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


 discard 62f338ec8c Disable MicroProfile Fault Tolerance tests due to #6285
 discard 3320f4fef0 Upgrade Quarkus to 3.14.0.CR1
     add b7665ad56d Add changelog for 3.13.0
     add 9072aa268b Strip label prefix in auto label workflow before performing 
GraphQL search query
     add 91cb3a2b1f Fix #6301 to resort the beans if priority is same the 
default one wins (#6304)
     add 72f2d413d3 cxf-soap SSL tests fail with Quarkus CXF 3.13.0 fix #6294
     new 96f703bd59 Upgrade Quarkus to 3.14.0.CR1
     new f87081f750 Disable MicroProfile Fault Tolerance tests due to #6285

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   (62f338ec8c)
            \
             N -- N -- N   refs/heads/quarkus-main (f87081f750)

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:
 .github/workflows/label-issue.yaml                 |   8 +-
 CHANGELOG.md                                       |  55 ++
 .../camel/quarkus/core/RuntimeBeanRepository.java  |  33 +-
 .../cxf/soap/ssl/it/CxfSoapGlobalTrustedSslIT.java |   2 -
 .../soap/ssl/it/CxfSoapGlobalTrustedSslTest.java   |   2 -
 .../soap/ssl/it/CxfSoapGlobalUntrustedSslIT.java   |   2 -
 .../soap/ssl/it/CxfSoapGlobalUntrustedSslTest.java |   2 -
 .../component/cxf/soap/ssl/it/CxfSoapSslIT.java    |   2 -
 .../component/cxf/soap/ssl/it/CxfSoapSslTest.java  |   2 -
 .../soap/wss/client/it/CxfSoapWssClientTest.java   |  13 +-
 integration-test-groups/foundation/bean/pom.xml    |   8 +
 .../camel/quarkus/component/bean/BeanResource.java |  11 +
 .../bean/src/main/resources/application.properties |   6 +
 .../camel/quarkus/component/bean/BeanTest.java     |   9 +
 integration-tests/foundation-grouped/pom.xml       |   8 +
 pom.xml                                            |   2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 565 +++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   | 117 +++--
 .../generated/flattened-reduced-verbose-pom.xml    | 565 +++++++++++----------
 19 files changed, 770 insertions(+), 642 deletions(-)

Reply via email to