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

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


 discard 73a88c0972 Upgrade Quarkus to 3.26.0.CR1
     add 13267f11b4 Fix Dev UI nav link
     add 9b2e280869 Bump quarkiverse-langchain4j.version from 1.1.0.CR1 to 
1.1.0.CR2
     add 6fc65d1cd3 Bump com.microsoft.graph:microsoft-graph from 6.45.0 to 
6.46.0
     add eeff286988 Bump quarkiverse-groovy.version from 3.24.2 to 3.24.4
     add ba032458d0 Fix Kafka component Quarkus dev services discovery in dev & 
test mode
     add 461a3b6f47 Bump 
io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 3.6.1 to 3.9.1
     add eef947d9a4 Bump com.microsoft.graph:microsoft-graph from 6.46.0 to 
6.47.0
     add fced4e1c7b Bump quarkiverse-langchain4j.version from 1.1.0.CR2 to 1.1.0
     add f2fe5ddab3 Upgrade Quarkus to 3.25.0
     add bd98e2f2e3 Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.8.3 
to 3.8.4
     new 095f40bd32 Upgrade Quarkus to 3.26.0.CR1
     new 55a04a7551 Disable tests for extensions that have not transitioned to 
@ConfigMapping

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   (73a88c0972)
            \
             N -- N -- N   refs/heads/quarkus-main (55a04a7551)

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 2 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:
 docs/antora.yml                                    |    2 +-
 docs/modules/ROOT/nav.adoc                         |    1 +
 .../component/kafka/deployment/KafkaProcessor.java |   22 +-
 .../deployment/KafkaDevServicesEnabledTest.java    |    2 -
 .../component/kafka/KafkaComponentObserver.java    |   48 +
 integration-tests/pom.xml                          |   10 +-
 pom.xml                                            |   12 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 2729 ++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  124 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  344 +--
 tooling/scripts/test-categories.yaml               |   10 +-
 11 files changed, 1691 insertions(+), 1613 deletions(-)
 create mode 100644 
extensions/kafka/runtime/src/main/java/org/apache/camel/quarkus/component/kafka/KafkaComponentObserver.java

Reply via email to