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

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


 discard f8dc5c79d1 conflict
 discard 68753ae291 added logging because of EipTest.throttle
 discard 6a718b8fac Fixed variables + generated files
 discard 512b0844ab Synced + generated files
 discard 8b89c3d6cd Generated files
 discard debb317ae5 Variables - global vs local setVariable test (#5654)
 discard c8352bda49 Generated files
 discard 75810e4b5f Rebased + synced + generated files
 discard 2ae072daf0 rebased + synced + generated files
 discard 7e83500b5b rebased + synced + generated files
 discard 3d57f44d84 rebased + synced + generated files
 discard 6ae58da875 Generated files
 discard 2388584ae8 Rebased + generated files
 discard e235e3af82 Quick workaround to make micrometer-deployment pass.
 discard 360c7d07bf Disabled consul because of #5635
 discard d43f1f4761 fixed micrometer tests
 discard 98f14fa048 Added initialization of VariableRepositoryFactory 
(CAMEL-19749)
 discard 0146c89cab Rebase to main + generated files
 discard 25dd80a3e2 Upgrade Camel to 4.4.0
     add f8c942e895 Increase kudu extension test coverage
     add 0e32ac083a Upgrade Quarkus to 3.7.1
     add f1419aaeda Bump peter-evans/create-pull-request from 5 to 6
     add 81f954197c Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.1.3 
to 3.1.4
     add 01680694b7 CXF-SOAP: Cover possible regression prior CXF fix causing 
hang of the client (#5685)
     add 4c7cbd4c7f Bump quarkiverse-jsch.version from 3.0.5 to 3.0.6 (#5710)
     add 212e996be9 Fix #573 to add manual saga tests (#5714)
     add 2460645985 Regen SBOM from commit 
212e996be9b49dfaac451d76d7a2b5421178f22c (#5718)
     new a5a667b4dc Upgrade Camel to 4.4.0
     new d034e27557 Rebase to main + generated files
     new f5d66190bb Added initialization of VariableRepositoryFactory 
(CAMEL-19749)
     new c09727634d fixed micrometer tests
     new c2342fe9e4 Disabled consul because of #5635
     new 005b020c70 Quick workaround to make micrometer-deployment pass.
     new fd7ae5f7b9 Rebased + generated files
     new b1302b383f Generated files
     new fce93f8217 rebased + synced + generated files
     new e84419629a rebased + synced + generated files
     new ce8cfccd93 rebased + synced + generated files
     new 31a27bfaf8 Rebased + synced + generated files
     new 7567f3529f Generated files
     new b42606edec Variables - global vs local setVariable test (#5654)
     new d28a186fbc Generated files
     new f5d3321c9f Synced + generated files
     new 72101450b7 Fixed variables + generated files
     new f636b28833 added logging because of EipTest.throttle
     new 77e337e85e conflict
     new 52d3c412f3 testing commit, to see what fails on CI

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   (f8dc5c79d1)
            \
             N -- N -- N   refs/heads/camel-main (52d3c412f3)

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 20 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/generate-sbom-main.yml           |    2 +-
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 8836 ++++++++++----------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 8650 +++++++++----------
 docs/antora.yml                                    |    2 +-
 .../component/joor/deployment/JoorProcessor.java   |   11 +-
 .../joor/runtime/JoorExpressionRecorder.java       |   15 +-
 .../cxf-soap/cxf-soap-ws-security-client/pom.xml   |   46 +
 .../src/main/resources/application.properties      |    2 +-
 .../src/main/resources/wsdl/HelloWorld.wsdl        |  109 +
 .../soap/wss/client/it/CxfSoapWssClientTest.java   |   62 +
 integration-tests/cxf-soap-grouped/pom.xml         |   22 +
 integration-tests/kudu/pom.xml                     |   15 +-
 .../kudu/it/KuduInfrastructureTestHelper.java      |   89 -
 .../quarkus/component/kudu/it/KuduResource.java    |  102 +-
 .../camel/quarkus/component/kudu/it/KuduRoute.java |   27 +-
 .../camel/quarkus/component/kudu/it/KuduTest.java  |  268 +-
 .../component/kudu/it/KuduTestResource.java        |  122 +-
 integration-tests/lra/pom.xml                      |   17 +
 .../quarkus/component/lra/it/LraResource.java      |   25 +
 .../camel/quarkus/component/lra/it/LraRoutes.java  |   28 +
 .../camel/quarkus/component/lra/it/LraTest.java    |   17 +
 pom.xml                                            |   10 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |  356 +-
 .../src/main/generated/flattened-reduced-pom.xml   |   48 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  104 +-
 25 files changed, 9805 insertions(+), 9180 deletions(-)
 create mode 100644 
integration-test-groups/cxf-soap/cxf-soap-ws-security-client/src/main/resources/wsdl/HelloWorld.wsdl
 delete mode 100644 
integration-tests/kudu/src/main/java/org/apache/camel/quarkus/component/kudu/it/KuduInfrastructureTestHelper.java

Reply via email to