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 5ff8e9d851 Regen SBOM from commit 
a3338cf3a6c17849c980c1ebbc23dba506d25e83
     add a6d3198fa9 Regen SBOM from commit 
a3338cf3a6c17849c980c1ebbc23dba506d25e83 (#6219)
     add 4bc44cb448 Update changelog for 3.12.0 release
     add d4b38e9bd2 Clean release procedure
     add 67758a7b31 Improve the testing guide
     add e6e6cc155e Miscellaneous test framework tidy ups
     add 34e2371c30 Bump me.escoffier.certs:certificate-generator-junit5 from 
0.6.0 to 0.7.1
     add cbdf110b1e Fix release procedure
     add d8a15e06b7 Document that ConsumerTemplate, ProducerTemplate & Registry 
can be injected into CDI beans
     add b763148b6a Set -Xmx4600m for Jenkins build jobs
     add dbeeea9e10 Upgrade to maven-enforcer-plugin 3.5.0 and cq-maven-plugin 
4.9.0 and fix dependency convergence issues
     add b00a01c9d7 Ensure additional caffeine cache classes are registered for 
reflection if stats are enabled
     add f3423994d3 Bump quarkiverse-groovy.version from 3.11.0 to 3.12.0 
(#6235)
     add bf0d926633 Bump net.revelc.code:impsort-maven-plugin from 1.10.0 to 
1.11.0 (#6236)
     add 4292300be3 Bump quarkus-mybatis to 2.2.3 (#6237)
     add a890f30afd perf-regression: Upgrade hyperfoil-maven-plugin to version 
0.26
     add 1e0851c22f perf-regression: Fix warning linked to unused percentiles 
configuration
     add edcfd95440 perf-regression: Fix deprecated apis usage
     add b484c09286 Regen SBOM from commit 
edcfd954408c04dd805049a776ba6349830d9e44

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   (5ff8e9d851)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (b484c09286)

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:
 CHANGELOG.md                                       |  58 +-
 Jenkinsfile                                        |   5 +-
 Jenkinsfile.sonarcloud                             |   6 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 626 ++++++++++++---------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 448 ++++++++-------
 .../pages/contributor-guide/release-guide.adoc     |  80 ++-
 docs/modules/ROOT/pages/user-guide/cdi.adoc        |  58 ++
 docs/modules/ROOT/pages/user-guide/testing.adoc    | 342 ++++++++---
 .../caffeine/deployment/CaffeineProcessor.java     |  21 +-
 .../src/main/resources/application.properties      |   2 +-
 pom.xml                                            |  16 +-
 poms/bom/pom.xml                                   |  20 +
 poms/bom/src/main/generated/flattened-full-pom.xml |  30 +-
 .../src/main/generated/flattened-reduced-pom.xml   |  30 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  30 +-
 ...RouteBuilderWarningWithProducedBuilderTest.java |   2 +-
 ...teBuilderWarningWithoutProducedBuilderTest.java |   2 +-
 .../apache/camel/quarkus/test/CallbackUtil.java    |   9 +-
 .../quarkus/test/CamelQuarkusTestSupport.java      | 126 +++--
 .../cq-perf-regression-sample-base/pom.xml         |   3 +-
 .../performance/regression/MvnwCmdHelper.java      |   3 +-
 21 files changed, 1229 insertions(+), 688 deletions(-)
 copy integration-tests/{joor => 
caffeine}/src/main/resources/application.properties (94%)

Reply via email to