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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new a14a2d947b0 Fix camel-kafka KafkaWithDBTransactionIT test and 
camel-jbang-core formatting (#18570)
a14a2d947b0 is described below

commit a14a2d947b0ff17fd9e57d51939f841d4644a9bd
Author: Claudio Miranda <[email protected]>
AuthorDate: Thu Jul 10 05:55:10 2025 +0100

    Fix camel-kafka KafkaWithDBTransactionIT test and camel-jbang-core 
formatting (#18570)
---
 .../camel/component/kafka/integration/KafkaWithDBTransactionIT.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaWithDBTransactionIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaWithDBTransactionIT.java
index cd1a5489dbd..b1455023c02 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaWithDBTransactionIT.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaWithDBTransactionIT.java
@@ -62,7 +62,7 @@ public class KafkaWithDBTransactionIT extends 
BaseKafkaTestSupport {
 
     @BeforeAll
     public static void before() {
-        stringsConsumerConn = createStringKafkaConsumer("DemoTransaction");
+        stringsConsumerConn = 
createStringKafkaConsumer("KafkaWithDBTransactionIT");
     }
 
     @ContextFixture

Reply via email to