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 253d91cb12 Upgrade Quarkus to 3.31.0.CR1
     add 8d313225a5 [fixes #3037] Use preferred way for handling gRPC onError
     add 673a344561 Regen SBOM from commit 
8d313225a5a914dc305f358a2f0cead28ca97256 (#7974)
     add 2a8a7b4a47 Add camel. extension prefix for route resources supported 
for hot reload
     new 45b6f74a5e Upgrade Quarkus to 3.31.0.CR1
     new 16cd0cafac Disable Infinispan tests and native profiles due to #7976

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   (253d91cb12)
            \
             N -- N -- N   refs/heads/quarkus-main (16cd0cafac)

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:
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 35553 ++++++++++---------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 35353 +++++++++---------
 .../quarkus/core/deployment/util/CamelSupport.java |     3 +-
 extensions/infinispan/runtime/pom.xml              |    11 -
 integration-tests-jvm/main-devmode/pom.xml         |    17 +
 ...ternWithSupportedFileExtensionsDevModeTest.java |   122 +
 integration-tests/grpc/README.adoc                 |    34 +
 .../quarkus/component/grpc/it/PingPongImpl.java    |    74 -
 .../camel/quarkus/component/grpc/it/GrpcTest.java  |    29 +-
 .../infinispan-quarkus-client/pom.xml              |     2 +
 .../infinispan/InfinispanQuarkusClientIT.java      |     2 +
 .../infinispan/InfinispanQuarkusClientTest.java    |     2 +
 integration-tests/infinispan/pom.xml               |     2 +
 .../quarkus/component/infinispan/InfinispanIT.java |     2 +
 .../component/infinispan/InfinispanTest.java       |     2 +
 15 files changed, 36135 insertions(+), 35073 deletions(-)
 create mode 100644 
integration-tests-jvm/main-devmode/src/test/java/org/apache/camel/quarkus/main/CamelMainRoutesIncludePatternWithSupportedFileExtensionsDevModeTest.java
 create mode 100644 integration-tests/grpc/README.adoc
 delete mode 100644 
integration-tests/grpc/src/main/java/org/apache/camel/quarkus/component/grpc/it/PingPongImpl.java

Reply via email to