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

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


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new ff022200583 Regen for commit 77d84b45e9d3f75212071a23caaf1d712095307f 
(#9951)
ff022200583 is described below

commit ff02220058305ce91e2b30ecc9c7bf1c0c0eebe3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 26 19:50:27 2023 +0200

    Regen for commit 77d84b45e9d3f75212071a23caaf1d712095307f (#9951)
    
    Signed-off-by: GitHub <nore...@github.com>
    Co-authored-by: orpiske <orpi...@users.noreply.github.com>
---
 .../camel/component/kafka/integration/KafkaConsumerAuthIT.java      | 6 +++---
 .../component/kafka/integration/KafkaConsumerAuthInvalidIT.java     | 6 +++---
 .../kafka/integration/KafkaConsumerAuthInvalidWithReconnectIT.java  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthIT.java
index a12f5954104..c37436e2818 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthIT.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthIT.java
@@ -51,9 +51,9 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
 import static org.junit.jupiter.api.Assertions.fail;
 
 @EnabledIfSystemProperties({
-    @EnabledIfSystemProperty(named = "kafka.instance.type", matches = 
"local-kafka3-container",
-                             disabledReason = "Requires Kafka 3.x"),
-    @EnabledIfSystemProperty(named = "kafka.instance.type", matches = "kafka", 
disabledReason = "Requires Kafka 3.x")
+        @EnabledIfSystemProperty(named = "kafka.instance.type", matches = 
"local-kafka3-container",
+                                 disabledReason = "Requires Kafka 3.x"),
+        @EnabledIfSystemProperty(named = "kafka.instance.type", matches = 
"kafka", disabledReason = "Requires Kafka 3.x")
 })
 @TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthInvalidIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthInvalidIT.java
index b2ae9058a7c..527838bc68c 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthInvalidIT.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthInvalidIT.java
@@ -49,9 +49,9 @@ import static 
org.junit.jupiter.api.Assertions.assertDoesNotThrow;
 import static org.junit.jupiter.api.Assertions.fail;
 
 @EnabledIfSystemProperties({
-    @EnabledIfSystemProperty(named = "kafka.instance.type", matches = 
"local-kafka3-container",
-                             disabledReason = "Requires Kafka 3.x"),
-    @EnabledIfSystemProperty(named = "kafka.instance.type", matches = "kafka", 
disabledReason = "Requires Kafka 3.x")
+        @EnabledIfSystemProperty(named = "kafka.instance.type", matches = 
"local-kafka3-container",
+                                 disabledReason = "Requires Kafka 3.x"),
+        @EnabledIfSystemProperty(named = "kafka.instance.type", matches = 
"kafka", disabledReason = "Requires Kafka 3.x")
 })
 @DisabledIfSystemProperty(named = "ci.env.name", matches = "github.com", 
disabledReason = "Flaky on Github CI")
 @TestMethodOrder(MethodOrderer.OrderAnnotation.class)
diff --git 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthInvalidWithReconnectIT.java
 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthInvalidWithReconnectIT.java
index 8afb6e89097..e7d4c296a3d 100644
--- 
a/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthInvalidWithReconnectIT.java
+++ 
b/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerAuthInvalidWithReconnectIT.java
@@ -51,9 +51,9 @@ import static 
org.junit.jupiter.api.Assertions.assertDoesNotThrow;
 import static org.junit.jupiter.api.Assertions.fail;
 
 @EnabledIfSystemProperties({
-    @EnabledIfSystemProperty(named = "kafka.instance.type", matches = 
"local-kafka3-container",
-                             disabledReason = "Requires Kafka 3.x"),
-    @EnabledIfSystemProperty(named = "kafka.instance.type", matches = "kafka", 
disabledReason = "Requires Kafka 3.x")
+        @EnabledIfSystemProperty(named = "kafka.instance.type", matches = 
"local-kafka3-container",
+                                 disabledReason = "Requires Kafka 3.x"),
+        @EnabledIfSystemProperty(named = "kafka.instance.type", matches = 
"kafka", disabledReason = "Requires Kafka 3.x")
 })
 @TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)

Reply via email to