Skip to content

Commit c34cfa3

Browse files
committed
Run tests on Kafka 4.0
1 parent 9a68074 commit c34cfa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

smallrye-reactive-messaging-kafka-test-companion/revapi.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"code": "java.field.constantValueChanged",
2929
"old": "field io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension.KAFKA_VERSION",
3030
"new": "field io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension.KAFKA_VERSION",
31-
"justification": "Update default kafka version from 3.3.2 to 3.9.0",
31+
"justification": "Update default kafka version from 3.3.2 to 4.0.0",
3232
"oldValue": "3.3.2",
33-
"newValue": "3.9.0"
33+
"newValue": "4.0.0"
3434
}
3535
]
3636
}

smallrye-reactive-messaging-kafka-test-companion/src/main/java/io/smallrye/reactive/messaging/kafka/companion/test/KafkaBrokerExtension.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
public class KafkaBrokerExtension implements BeforeAllCallback, BeforeEachCallback, ParameterResolver, CloseableResource {
3030
public static final Logger LOGGER = Logger.getLogger(KafkaBrokerExtension.class.getName());
3131

32-
public static final String KAFKA_VERSION = "3.9.0";
32+
public static final String KAFKA_VERSION = "4.0.0";
3333

3434
protected StrimziKafkaContainer kafka;
3535

0 commit comments

Comments
 (0)