This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.quarkiverse.amazonservices-quarkus-amazon-services-bom-2.10.0 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 9503096650 Auto generated changes for dependabot commit 28842833cc878f045b97e09ef01795bbbe6fcd52 discard 28842833cc Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom add 1861562580 Add option to skip sanity-checks script execution add 997c17b93a Regen SBOM from commit 1861562580677004650d1b5e5b0af4b566054cef (#5649) add 250b5a1315 Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 (#5652) add 5a956507b2 Upgrade Quarkus to 3.7.0.CR1 add d9e55920a5 Workaround openstack4j incompatibility with Jackson 2.16.x #5604 add 7300cc0d98 Workaround BigQuery & Apache Arrow Netty imcompatibilities #5641 add 56feb3a533 Revert "Set io.netty.tryReflectionSetAccessible=false for jfr & google-bigquery native modules #5603" add 934f31f0c4 Exclude redundant kubernetes-client dependencies add f6048c4c77 Enable TarfileTest after alignment of common-compress add 8cd503f79c Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom 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 (9503096650) \ N -- N -- N refs/heads/dependabot/maven/io.quarkiverse.amazonservices-quarkus-amazon-services-bom-2.10.0 (8cd503f79c) 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. No new revisions were added by this update. Summary of changes: camel-quarkus-sbom/camel-quarkus-sbom.json | 1696 ++++++++----- camel-quarkus-sbom/camel-quarkus-sbom.xml | 700 ++++-- docs/antora.yml | 2 +- .../csimple/deployment/CSimpleProcessor.java | 3 + .../src/main/java/io/netty/buffer/LargeBuffer.java | 19 +- .../io/netty/buffer/MutableWrappedByteBuf.java | 447 ++++ .../io/netty/buffer/PooledByteBufAllocatorL.java | 275 +++ .../io/netty/buffer/UnsafeDirectLittleEndian.java | 261 ++ extensions/jira/deployment/pom.xml | 2 +- extensions/jira/runtime/pom.xml | 2 +- .../dsl/jsh/deployment/JshDslProcessor.java | 12 +- .../dsl/kotlin/deployment/KotlinDslProcessor.java | 12 +- extensions/lra/deployment/pom.xml | 2 +- extensions/lra/runtime/pom.xml | 2 +- extensions/openstack/runtime/pom.xml | 11 + .../OSBadBooleanDeserializerSubstitutions.java | 87 + .../pgevent/deployment/PgeventProcessor.java | 7 + integration-tests/camel-k-runtime/pom.xml | 5 - .../src/main/resources/application.properties | 19 - integration-tests/jaxb/pom.xml | 4 +- .../jfr/src/main/resources/application.properties | 3 - integration-tests/kubernetes/pom.xml | 5 - integration-tests/master-openshift/pom.xml | 24 +- integration-tests/tarfile/pom.xml | 5 +- .../quarkus/component/tarfile/it/TarfileTest.java | 2 - pom.xml | 20 +- poms/bom/pom.xml | 12 + poms/bom/src/main/generated/flattened-full-pom.xml | 2491 ++++++++++---------- .../src/main/generated/flattened-reduced-pom.xml | 116 +- .../generated/flattened-reduced-verbose-pom.xml | 300 +-- tooling/scripts/sanity-checks.groovy | 6 + 31 files changed, 4175 insertions(+), 2377 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 (69%) 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 create mode 100644 extensions/openstack/runtime/src/main/java/org/apache/camel/quarkus/component/openstack/graal/OSBadBooleanDeserializerSubstitutions.java delete mode 100644 integration-tests/google-bigquery/src/main/resources/application.properties