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 2023/12/03 10:39:34 UTC

(camel-quarkus) branch regen_bot_sbom updated (87e2f28fb7 -> d28521be14)

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 87e2f28fb7 Regen SBOM from commit 60b35cf29b784192b78ccf1f5c43ad657ffcdcb9
     add e49cefd7ef Regen SBOM from commit 60b35cf29b784192b78ccf1f5c43ad657ffcdcb9 (#5557)
     add c743973786 Upgrade quarkus-amazon-services-bom to 2.7.2
     add 03e433d285 Fix native issues with REST DSL param arrayType and allowableValues
     add 0163e1d588 Remove redundant Apache Arrow io.netty classes from google-biqquery extension
     add 5bebe18768 Bump org.amqphub.quarkus:quarkus-qpid-jms-bom from 2.4.0 to 2.5.0 (#5563)
     add 8f6895ad7c Bump quarkiverse-pooled-jms.version from 2.2.0 to 2.3.0 (#5567)
     add a309bb3409 Add changelog for 3.6.0
     add 41852bcfdd Add release scripts in Camel Quarkus for uploading and promoting sour… (#5571)
     add 7b3449a249 Enable Dependabot updates of GitHub actions
     add 834583897a Use native builder image pull strategy 'missing' to reduce interactions with quay.io
     add 80178e822f Bump actions/setup-java from 3 to 4
     add 377ad61131 Bump peter-evans/create-pull-request from 4 to 5
     add 871212cbf7 Bump actions/github-script from 6 to 7
     add 0697ce5739 Bump actions/checkout from 1 to 4
     add 2f8865e13c Convert KotlinFeature from Kotlin to Java source
     add e691b5af0f Add CI workflow steps to test on JDK 21
     add 72cdb07401 Bump com.unboundid:unboundid-ldapsdk from 6.0.10 to 6.0.11
     add d28521be14 Regen SBOM from commit 72cdb07401b4ec463c6e6135dd85547760162c13

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   (87e2f28fb7)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (d28521be14)

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/dependabot.yml                             |     4 +
 .github/workflows/assign-issue-milestone.yaml      |     2 +-
 .../workflows/assign-wontfix-issue-milestone.yaml  |     2 +-
 .github/workflows/camel-master-cron.yaml           |    73 +-
 .github/workflows/ci-build.yaml                    |    78 +-
 .github/workflows/generate-jvm-extension.yaml      |     2 +-
 .github/workflows/generate-sbom-main.yml           |     4 +-
 .github/workflows/label-issue.yaml                 |     2 +-
 .github/workflows/pr-validate.yml                  |     4 +-
 .github/workflows/quarkus-master-cron.yaml         |    73 +-
 .../workflows/synchronize-dependabot-branch.yaml   |     4 +-
 CHANGELOG.md                                       |    57 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         |  2944 ++--
 camel-quarkus-sbom/camel-quarkus-sbom.xml          |  2884 ++-
 .../pages/contributor-guide/release-guide.adoc     |    22 +-
 .../src/main/java/io/netty/buffer/LargeBuffer.java |    34 -
 .../io/netty/buffer/MutableWrappedByteBuf.java     |   447 -
 .../io/netty/buffer/PooledByteBufAllocatorL.java   |   277 -
 .../io/netty/buffer/UnsafeDirectLittleEndian.java  |   261 -
 extensions/kotlin/deployment/pom.xml               |    83 +-
 .../quarkus/kotlin/deployment/KotlinFeature.java}  |     9 +-
 .../quarkus/kotlin/deployment/KotlinFeature.kt     |    31 -
 .../java/deployment/OpenApiJavaProcessor.java      |     4 +
 extensions/openapi-java/runtime/pom.xml            |     5 -
 .../java/graal/RestOpenApiReaderSubstitutions.java |    32 -
 .../component/openapijava/it/OpenApiRoutes.java    |    79 +-
 .../component/openapijava/it/v3/OpenApiV3Test.java |    27 +
 pom.xml                                            |    13 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 17408 ++++++++++---------
 .../src/main/generated/flattened-reduced-pom.xml   |   111 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   307 +-
 .../scripts/promote-release.sh                     |    14 +-
 .../scripts/sign.sh                                |    22 +-
 .../scripts/upload-source.sh                       |    23 +-
 34 files changed, 12930 insertions(+), 12412 deletions(-)
 delete mode 100644 extensions/google-bigquery/runtime/src/main/java/io/netty/buffer/LargeBuffer.java
 delete mode 100644 extensions/google-bigquery/runtime/src/main/java/io/netty/buffer/MutableWrappedByteBuf.java
 delete mode 100644 extensions/google-bigquery/runtime/src/main/java/io/netty/buffer/PooledByteBufAllocatorL.java
 delete mode 100644 extensions/google-bigquery/runtime/src/main/java/io/netty/buffer/UnsafeDirectLittleEndian.java
 copy extensions/{amqp/deployment/src/main/java/org/apache/camel/quarkus/component/amqp/deployment/AmqpProcessor.java => kotlin/deployment/src/main/java/org/apache/camel/quarkus/kotlin/deployment/KotlinFeature.java} (84%)
 delete mode 100644 extensions/kotlin/deployment/src/main/kotlin/org/apache/camel/quarkus/kotlin/deployment/KotlinFeature.kt
 delete mode 100644 extensions/openapi-java/runtime/src/main/java/org/apache/camel/quarkus/component/openapi/java/graal/RestOpenApiReaderSubstitutions.java
 copy docs/local-build.sh => release-utils/scripts/promote-release.sh (73%)
 copy docs/local-build.sh => release-utils/scripts/sign.sh (73%)
 copy integration-tests/mail/src/test/resources/generate-certificates.sh => release-utils/scripts/upload-source.sh (56%)