File tree 3 files changed +2
-42
lines changed
docker-images/artifacts/kafka-thirdparty-libs
systemtest/src/test/java/io/strimzi/systemtest/log
3 files changed +2
-42
lines changed Original file line number Diff line number Diff line change 289
289
<groupId >org.apache.kafka</groupId >
290
290
<artifactId >kafka-server</artifactId >
291
291
</exclusion >
292
- <exclusion >
293
- <groupId >org.apache.kafka</groupId >
294
- <artifactId >kafka-server-common</artifactId >
295
- </exclusion >
296
- <exclusion >
297
- <groupId >org.apache.kafka</groupId >
298
- <artifactId >kafka-metadata</artifactId >
299
- </exclusion >
300
- <exclusion >
301
- <groupId >org.apache.kafka</groupId >
302
- <artifactId >kafka-raft</artifactId >
303
- </exclusion >
304
- <exclusion >
305
- <groupId >org.apache.kafka</groupId >
306
- <artifactId >kafka-group-coordinator</artifactId >
307
- </exclusion >
308
- <exclusion >
309
- <groupId >org.apache.kafka</groupId >
310
- <artifactId >kafka-storage</artifactId >
311
- </exclusion >
312
292
<exclusion >
313
293
<groupId >org.slf4j</groupId >
314
294
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 282
282
<groupId >org.apache.kafka</groupId >
283
283
<artifactId >kafka-server</artifactId >
284
284
</exclusion >
285
- <exclusion >
286
- <groupId >org.apache.kafka</groupId >
287
- <artifactId >kafka-server-common</artifactId >
288
- </exclusion >
289
- <exclusion >
290
- <groupId >org.apache.kafka</groupId >
291
- <artifactId >kafka-metadata</artifactId >
292
- </exclusion >
293
- <exclusion >
294
- <groupId >org.apache.kafka</groupId >
295
- <artifactId >kafka-raft</artifactId >
296
- </exclusion >
297
- <exclusion >
298
- <groupId >org.apache.kafka</groupId >
299
- <artifactId >kafka-group-coordinator</artifactId >
300
- </exclusion >
301
- <exclusion >
302
- <groupId >org.apache.kafka</groupId >
303
- <artifactId >kafka-storage</artifactId >
304
- </exclusion >
305
285
<exclusion >
306
286
<groupId >org.slf4j</groupId >
307
287
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change @@ -2194,8 +2194,8 @@ void testLoggingHierarchy() {
2194
2194
}
2195
2195
)
2196
2196
void testChangingInternalToExternalLoggingTriggerRollingUpdate () {
2197
- // This test only works with Kafka 3.9.0 since Kafka 4.0.0 uses Log4j2 which provides dynamic logging changes for the brokers.
2198
- // This test can be removed once Kafka 3.9.0 is dropped from support.
2197
+ // This test would need some changes since Kafka 4.0.0 uses Log4j2 which provides dynamic logging changes for the brokers and is therefore disabled .
2198
+ // This test can be enabled again once we fix the issue: https://github.com/strimzi/strimzi-kafka-operator/issues/11312
2199
2199
Assumptions .assumeTrue (TestKafkaVersion .compareDottedVersions (Environment .ST_KAFKA_VERSION , "4.0.0" ) < 0 );
2200
2200
2201
2201
final TestStorage testStorage = new TestStorage (ResourceManager .getTestContext ());
You can’t perform that action at this time.
0 commit comments