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 318a4b8 Adapt to latest Camel API changes
discard 3c97bf6 Adapt to latest Camel API changes
discard a2e2459 Remove redundant reflective class registration for
SunJaxb21NamespacePrefixMapper
discard eaefd43 Sync minio version with quarkiverse version due to
incompatible okhttp version between quarkus and recent minio version
discard 856983c Camel 3.12 : Dataformat fix attributes names
discard 3b3d359 Upgrade spark and hadoop versions
discard f632ed3 Upgrade Camel to 3.12.0
add 003a1b8 Improve Kafka test coverage Fixes #2627
new 0cc9738 Upgrade Camel to 3.12.0
new 5d7548e Upgrade spark and hadoop versions
new 6d5e0f1 Camel 3.12 : Dataformat fix attributes names
new 86b6f28 Sync minio version with quarkiverse version due to
incompatible okhttp version between quarkus and recent minio version
new 9f3bb20 Remove redundant reflective class registration for
SunJaxb21NamespacePrefixMapper
new 7478cdd Adapt to latest Camel API changes
new a8a8186 Adapt to latest Camel API changes
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 (318a4b8)
\
N -- N -- N refs/heads/camel-main (a8a8186)
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 7 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:
integration-tests/kafka/pom.xml | 22 +++++
.../component/kafka/CamelKafkaResource.java | 72 ++++++++++++++
.../quarkus/component/kafka/CamelKafkaRoutes.java | 48 +++++++++
.../component/kafka/CounterRoutePolicy.java | 20 ++--
.../component/kafka/CustomHeaderDeserializer.java} | 33 +++----
.../component/kafka/model/KafkaMessage.java} | 21 ++--
.../quarkus/component/kafka/model/Price.java} | 30 +++---
.../quarkus/component/kafka/it/CamelKafkaTest.java | 108 +++++++++++++++++++++
8 files changed, 299 insertions(+), 55 deletions(-)
copy
integration-test-groups/foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean/Counter.java
=>
integration-tests/kafka/src/main/java/org/apache/camel/quarkus/component/kafka/CounterRoutePolicy.java
(63%)
copy
integration-tests/{dataformats-json/src/main/java/org/apache/camel/quarkus/component/dataformats/json/model/PojoA.java
=>
kafka/src/main/java/org/apache/camel/quarkus/component/kafka/CustomHeaderDeserializer.java}
(62%)
copy
integration-tests/{atlasmap/src/main/java/org/apache/camel/quarkus/component/atlasmap/it/model/Account.java
=>
kafka/src/main/java/org/apache/camel/quarkus/component/kafka/model/KafkaMessage.java}
(75%)
copy
integration-tests/{dataformats-json/src/main/java/org/apache/camel/quarkus/component/dataformats/json/model/PojoA.java
=>
kafka/src/main/java/org/apache/camel/quarkus/component/kafka/model/Price.java}
(67%)