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

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


    omit 0a09d982a7 fixes in type convertors (because of CAMEL-19897)x
    omit 4fafc1a836 Handle special case ical zones during build time processing
    omit 9d703db3d8 Add dynamic discovery of ical zoneinfo
    omit a18f2bf1fc Miscellaneous tidy ups
    omit 1847b472e0 Quick fix of aws2-kinesis
    omit 16ad1ce616 More native mode fixes for ical
    omit cab0a50a5c Fixed twilio
    omit 7c2e58c2d4 generated files
    omit cca2c36330 Quick fix of crypto
    omit be698242fc Remove iCal UTC timezone format appendage or 'Z' to the 
timestamp
    omit 6da22c642d generated poms
    omit 49116eda1b Fiexd junit5 + generated poms
    omit 5652cc6189 Upgrade Camel to 4.7.0
     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 f0e80dfbac Regen SBOM from commit 
edcfd954408c04dd805049a776ba6349830d9e44 (#6242)
     add e342e4e4c6 Fix Gradle dev mode execution for gRPC extension
     new dad5a12b8e Upgrade Camel to 4.7.0
     new c07014ae42 Fiexd junit5 + generated poms
     new 17b29dd625 generated poms
     new a418f62936 Remove iCal UTC timezone format appendage or 'Z' to the 
timestamp
     new 839afdff9d Quick fix of crypto
     new c23fec8700 generated files
     new 2e68dc5ea2 Fixed twilio
     new 4f4893ae97 More native mode fixes for ical
     new 8900c4cd09 Quick fix of aws2-kinesis
     new 8ca8e12cdf Miscellaneous tidy ups
     new 54faab786a Add dynamic discovery of ical zoneinfo
     new f28d97b29b Handle special case ical zones during build time processing
     new 6394df757b fixes in type convertors (because of CAMEL-19897)x
     new a27ccbd923 generated files

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   (0a09d982a7)
            \
             N -- N -- N   refs/heads/camel-main (a27ccbd923)

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 14 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:
 Jenkinsfile                                        |   5 +-
 Jenkinsfile.sonarcloud                             |   6 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 626 ++++++++++++---------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 448 ++++++++-------
 docs/modules/ROOT/examples/others/kotlin-dsl.yml   |   4 +-
 .../pages/contributor-guide/release-guide.adoc     |   2 +-
 .../pages/reference/extensions/kotlin-dsl.adoc     |   6 +-
 docs/modules/ROOT/pages/user-guide/cdi.adoc        |  58 ++
 .../caffeine/deployment/CaffeineProcessor.java     |  21 +-
 extensions/grpc/deployment/pom.xml                 |  10 -
 extensions/grpc/runtime/pom.xml                    |   4 -
 .../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 +-
 .../cq-perf-regression-sample-base/pom.xml         |   3 +-
 .../performance/regression/MvnwCmdHelper.java      |   3 +-
 19 files changed, 791 insertions(+), 533 deletions(-)
 copy integration-tests/{joor => 
caffeine}/src/main/resources/application.properties (94%)

Reply via email to