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 09071af1c6 Workaround openstack4j incompatibility with Jackson 2.16.x 
#5604
 discard fab1f4e6ad Upgrade Quarkus to 3.7.0.CR1
     add c26ec3c15e Regen SBOM from commit 
37d45bc03bb6914554fbc5eb6eb9eb83c279e23b (#5610)
     add f3d0f850c2 Remove redundant resolutionEntryPointIncludes for protoc 
from BOM generator config
     add 4f60123f59 Add support for s390x architecture to gRPC codegen
     add 32ba917362 Set -Xmx4500m for initial-mvn-install job
     new fc2fa0d392 Upgrade Quarkus to 3.7.0.CR1
     new 2c3de2ad65 Workaround openstack4j incompatibility with Jackson 2.16.x 
#5604
     new 525ac4b747 Disable OpenTelemetryDisabledTest due to 
quarkusio/quarkus#38084
     new 320040f582 Workaround BigQuery & Apache Arrow Netty imcompatibilities 
#5641

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   (09071af1c6)
            \
             N -- N -- N   refs/heads/quarkus-main (320040f582)

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:
 .github/workflows/camel-master-cron.yaml           |     2 +-
 .github/workflows/ci-build.yaml                    |     2 +-
 .github/workflows/quarkus-master-cron.yaml         |     2 +-
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 37817 +++++++++----------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 31498 ++++++++-------
 .../src/main/java/io/netty/buffer/LargeBuffer.java |    21 +-
 .../io/netty/buffer/MutableWrappedByteBuf.java     |   447 +
 .../io/netty/buffer/PooledByteBufAllocatorL.java   |   275 +
 .../io/netty/buffer/UnsafeDirectLittleEndian.java  |   261 +
 extensions/grpc/codegen/pom.xml                    |    12 +
 .../deployment/OpenTelemetryDisabledTest.java      |     2 +
 .../pgevent/deployment/PgeventProcessor.java       |     7 +
 poms/bom/pom.xml                                   |     2 -
 13 files changed, 33397 insertions(+), 36951 deletions(-)
 copy 
integration-test-groups/http/netty-http/src/main/java/org/apache/camel/quarkus/component/http/netty/auth/TestRolePrincipal.java
 => 
extensions/google-bigquery/runtime/src/main/java/io/netty/buffer/LargeBuffer.java
 (65%)
 create mode 100644 
extensions/google-bigquery/runtime/src/main/java/io/netty/buffer/MutableWrappedByteBuf.java
 create mode 100644 
extensions/google-bigquery/runtime/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java
 create mode 100644 
extensions/google-bigquery/runtime/src/main/java/io/netty/buffer/UnsafeDirectLittleEndian.java

Reply via email to