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


 discard 9b061afbba generatedFiles
 discard 0198067ed9 Fix #5559 to add tests for array with type of byte, binary, 
date, datetime and password
    omit 8e23ae92d6 Remove redundant Jetty dependencies from the BOM
    omit eea14377a4 Add camel-tooling-util to the BOM
    omit 257ba303cf Fixed compilation issue + generated files
    omit ec2a6d2218 generated files
    omit adc958c381 Fix Spring 6.1.x native support
    omit 976e575e06 Disabled JTA & SQL native  because of spring update #5583
    omit 953dd1789b Disabled spring-rabbitmq because of spring update #5583
    omit 2f4cf1d6fa Disabled native for tarfile test - #5538
    omit 4c3052d92d Fix of upgraded spring-version to 6.1.1
    omit 0f68fc7e06 Fixed core eip tests throttling + generated files
    omit b2256fdd3b Quick fix of fhir + fixed compilation + generated stuff
    omit 990bad9b78 Resolved conflit + generated files
    omit c4b570be93 Fixed compilation issue in fhir
    omit 301fa93f74 Generated files
    omit 5035563a10 Disabled tarfile tests #5538
    omit b8732dc477 Different fix of http version conflict, CAMEL-20142
    omit 3ba22d5698 Fixed Joor because of CAMEL-20137
    omit abc862f902 Fixed compilation issues with fhir, http + generated stuff
    omit 779029acde Upgrade Camel to 4.3.0
     add 4d477f8f2f Fix disablement of InfinispanTest.query on JUnit 5.10.1
     add 4551a0da99 Move Infinispan test classes to the correct package
     add 5c7e3b7fa8 Switch to enabling JFR support with 
quarkus.native.monitoring config property
     add 9b7ff3f98c Fix incorrect Maven args variable name used for example 
projects build
     add a642f261cc Regen SBOM from commit 
9b7ff3f98c4937a476de11263d0a190ccfaee697 (#5602)
     new cce4e692d2 Upgrade Camel to 4.3.0
     new fccbf1ee67 Fixed compilation issues with fhir, http + generated stuff
     new e88ddea39f Fixed Joor because of CAMEL-20137
     new 7d4720c45f Different fix of http version conflict, CAMEL-20142
     new a9b9f1b903 Disabled tarfile tests #5538
     new f7899edd74 Generated files
     new c9751e1b20 Fixed compilation issue in fhir
     new bc4c4be7bb Resolved conflit + generated files
     new 58de931b11 Quick fix of fhir + fixed compilation + generated stuff
     new 4f2f6be046 Fixed core eip tests throttling + generated files
     new d69bb24168 Fix of upgraded spring-version to 6.1.1
     new 9e03fcfb52 Disabled native for tarfile test - #5538
     new 0e92228111 Disabled spring-rabbitmq because of spring update #5583
     new 7dddb3c3a9 Disabled JTA & SQL native  because of spring update #5583
     new 1cdd0662aa Fix Spring 6.1.x native support
     new e74b58d372 generated files
     new 38b8cddf85 Fixed compilation issue + generated files
     new 23e46bf9c2 Add camel-tooling-util to the BOM
     new eb45210ab9 Remove redundant Jetty dependencies from the BOM
     new 65c5c4d1fa Fix #5559 to add tests for array with type of byte, binary, 
date, datetime and password
     new d3f02a04f2 generatedFiles
     new 34640f1bc1 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   (9b061afbba)
            \
             N -- N -- N   refs/heads/camel-main (34640f1bc1)

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 22 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:
 .github/workflows/camel-master-cron.yaml           |    2 +-
 .github/workflows/ci-build.yaml                    |    2 +-
 .github/workflows/quarkus-master-cron.yaml         |    2 +-
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 1405 ++------------------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          |  671 ++--------
 .../ROOT/pages/reference/extensions/jfr.adoc       |    4 +-
 extensions/jfr/runtime/src/main/doc/usage.adoc     |    4 +-
 .../component/infinispan}/InfinispanRoutes.java    |    1 +
 .../component/infinispan}/InfinispanIT.java        |    1 +
 .../infinispan}/InfinispanServerTestResource.java  |    1 +
 .../component/infinispan}/InfinispanTest.java      |    4 +-
 .../jfr/src/main/resources/application.properties  |    2 +-
 pom.xml                                            |    2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |    2 +-
 .../src/main/generated/flattened-reduced-pom.xml   |    2 +-
 .../generated/flattened-reduced-verbose-pom.xml    |    2 +-
 16 files changed, 206 insertions(+), 1901 deletions(-)
 rename integration-tests/infinispan/src/main/java/{ => 
org/apache/camel/quarkus/component/infinispan}/InfinispanRoutes.java (98%)
 rename integration-tests/infinispan/src/test/java/{ => 
org/apache/camel/quarkus/component/infinispan}/InfinispanIT.java (94%)
 rename integration-tests/infinispan/src/test/java/{ => 
org/apache/camel/quarkus/component/infinispan}/InfinispanServerTestResource.java
 (97%)
 rename integration-tests/infinispan/src/test/java/{ => 
org/apache/camel/quarkus/component/infinispan}/InfinispanTest.java (94%)

Reply via email to