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 d0ba16e104 Upgrade Quarkus to 2.13.0.CR1
     add 005de05ebe Updated CHANGELOG.md
     add 91baca89de Upgrade to Quarkiverse CXF 1.5.0.CR1
     add fd28c9f0a3 Make nightly branch sync workflows report failures if the 
build was cancelled
     add 5d35f2176f file: experiment disabling filter test #3584
     add 57542847f3 Fix small typo
     add 8b4070c036 Fix potential NPE in change feed result checking
     add 74736d4c81 Updated CHANGELOG.md
     add 3e1922408d Upgrade Quarkus to 2.12.0.Final
     add da19a75bbe Filter out non-service endpoints in Salesforce 
testGetRestResources
     add 141c3b3f36 Log warning instead of throw exception for Debezium MongoDB 
container script execution failure
     add 88aef1f991 Adapt Dropbox tests to new authentication mechanism
     add c67919c1f8 Updated CHANGELOG.md
     new cf1e4231f3 Upgrade Quarkus to 2.13.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   (d0ba16e104)
            \
             N -- N -- N   refs/heads/quarkus-main (cf1e4231f3)

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:
 .github/workflows/camel-master-cron.yaml           |   4 +-
 .github/workflows/quarkus-master-cron.yaml         |   4 +-
 CHANGELOG.md                                       |  24 ++
 extensions-support/cxf-wss/deployment/pom.xml      |  66 -----
 extensions-support/cxf-wss/pom.xml                 |  39 ---
 extensions-support/cxf-wss/runtime/pom.xml         |  67 -----
 .../main/resources/META-INF/quarkus-extension.yaml |  28 ---
 extensions-support/pom.xml                         |   1 -
 .../cxf/soap/deployment/CxfSoapProcessor.java      |  46 +---
 extensions/cxf-soap/runtime/pom.xml                |  15 --
 .../cxf/soap/graal/CxfSoapSubstitutions.java       |  41 ----
 .../storage/blob/it/AzureStorageBlobResource.java  |  11 +-
 integration-tests/cxf-soap/pom.xml                 |   9 +-
 .../it/mongodb/DebeziumMongodbTestResource.java    |   6 +-
 integration-tests/dropbox/README.adoc              |   9 +
 .../component/dropbox/it/DropboxResource.java      |  35 ++-
 .../quarkus/component/dropbox/it/DropboxTest.java  |   4 +
 .../camel/quarkus/component/file/it/FileTest.java  |   2 +
 integration-tests/google-pubsub/README.adoc        |   2 +-
 .../component/salesforce/SalesforceTest.java       |   1 +
 pom.xml                                            |   4 +-
 poms/bom/pom.xml                                   |  62 +----
 poms/bom/src/main/generated/flattened-full-pom.xml | 272 ++++++++++++++++-----
 .../src/main/generated/flattened-reduced-pom.xml   | 272 ++++++++++++++++-----
 .../generated/flattened-reduced-verbose-pom.xml    | 272 ++++++++++++++++-----
 25 files changed, 740 insertions(+), 556 deletions(-)
 delete mode 100644 extensions-support/cxf-wss/deployment/pom.xml
 delete mode 100644 extensions-support/cxf-wss/pom.xml
 delete mode 100644 extensions-support/cxf-wss/runtime/pom.xml
 delete mode 100644 
extensions-support/cxf-wss/runtime/src/main/resources/META-INF/quarkus-extension.yaml
 delete mode 100644 
extensions/cxf-soap/runtime/src/main/java/org/apache/camel/quarkus/component/cxf/soap/graal/CxfSoapSubstitutions.java

Reply via email to