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 1b0cda6f5f Added await into spring-rebbitmq to see result on CI
 discard 9d55b60fdb Fixed compilation issue
 discard f3a74cced6 Upgrade Camel to 4.14.0
 discard a6c07d4812 Add iso8583 extension
     add 283e056f6e Fixes #5679 Stabilize throttle test
     add f8cf1c1a4a Fix disabled test in CoreMainTest
     add 8941e6b3b3 Add note to @Disabled query test in InfinispanTest
     add 7d10e787ff Regen SBOM from commit 
8941e6b3b36611e29174305ac75af64a42b700c0 (#7577)
     add bd3358d839 Enable disabled As2Test#clientMultipartSignedTest
     new 5f270df713 Add iso8583 extension
     new 4b947c0f65 Upgrade Camel to 4.14.0
     new 39ed020688 Fixed compilation issue
     new 29fe43dd67 Added await into spring-rebbitmq to see result 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   (1b0cda6f5f)
            \
             N -- N -- N   refs/heads/camel-main (29fe43dd67)

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 4 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:
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 20303 +++++++++----------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 20168 +++++++++---------
 .../apache/camel/quarkus/eip/it/EipResource.java   |     8 +
 .../org/apache/camel/quarkus/eip/it/EipRoutes.java |    13 +-
 .../eip/src/main/resources/application.properties  |    19 -
 .../org/apache/camel/quarkus/eip/it/EipTest.java   |    62 +-
 .../camel/quarkus/component/as2/it/As2Helper.java  |     4 +-
 .../quarkus/component/as2/it/As2Receiver.java      |     5 +-
 .../camel/quarkus/component/as2/it/As2Test.java    |     2 -
 .../component/infinispan/InfinispanTest.java       |     2 +-
 integration-tests/main/pom.xml                     |    32 -
 .../main/src/main/resources/application.properties |     3 +-
 .../apache/camel/quarkus/main/CoreMainTest.java    |     3 +-
 .../main/src/test/resources/application.properties |    43 -
 14 files changed, 19761 insertions(+), 20906 deletions(-)
 delete mode 100644 
integration-test-groups/foundation/eip/src/main/resources/application.properties
 delete mode 100644 
integration-tests/main/src/test/resources/application.properties

Reply via email to