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

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


 discard 4f03b29d67 Upgrade Camel to 4.14.0
     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
     new fbf5bfcad9 Upgrade Camel to 4.14.0

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   (4f03b29d67)
            \
             N -- N -- N   refs/heads/camel-main (fbf5bfcad9)

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 1 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/modules/ROOT/nav.adoc                         |  1 +
 .../component/kafka/deployment/KafkaProcessor.java | 22 ++--------
 .../deployment/KafkaDevServicesEnabledTest.java    |  2 -
 .../component/kafka/KafkaComponentObserver.java    | 48 ++++++++++++++++++++++
 pom.xml                                            |  6 +--
 poms/bom/src/main/generated/flattened-full-pom.xml |  8 ++--
 .../src/main/generated/flattened-reduced-pom.xml   |  8 ++--
 .../generated/flattened-reduced-verbose-pom.xml    |  8 ++--
 8 files changed, 68 insertions(+), 35 deletions(-)
 create mode 100644 
extensions/kafka/runtime/src/main/java/org/apache/camel/quarkus/component/kafka/KafkaComponentObserver.java

Reply via email to