You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2024/01/21 10:40:36 UTC

(camel-quarkus) branch regen_bot_sbom updated (8e5ed874fb -> ffccbdd6f6)

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

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


    omit 8e5ed874fb Regen SBOM from commit 1861562580677004650d1b5e5b0af4b566054cef
     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 173d909631 Adding a rebase step into github action integration-tests-alternative-jdk
     add e7ea089a8a Upgrade to Quarkus CXF 2.7.0.CR2
     add 7eb5277641 Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.7.3 to 2.10.1
     add ffccbdd6f6 Regen SBOM from commit 7eb5277641eeba0956ef8b0532400b4b0b737b5d

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   (8e5ed874fb)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (ffccbdd6f6)

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:
 .github/workflows/camel-master-cron.yaml           |     6 +
 .github/workflows/quarkus-master-cron.yaml         |     6 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 33273 +++++++++++++------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 23965 +++++++------
 docs/antora.yml                                    |     2 +-
 .../jackson-dataformat-xml/deployment/pom.xml      |     4 +
 .../JacksonDataformatXmlSupportProcessor.java      |    27 +-
 .../jackson-dataformat-xml/runtime/pom.xml         |     4 +
 .../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                                            |    24 +-
 poms/bom/pom.xml                                   |    12 +
 poms/bom/src/main/generated/flattened-full-pom.xml |  3012 +-
 .../src/main/generated/flattened-reduced-pom.xml   |   183 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   821 +-
 35 files changed, 39367 insertions(+), 23181 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