You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolvesspring-projects#2481
The Maven Surefire plugin uses an older version of JUnit platform
which is incompatible with the Global embedded broker.
Check that the platform version is compatible before attempting
to determine if a global embedded broker should be created.
Copy file name to clipboardExpand all lines: spring-kafka-test/src/main/java/org/springframework/kafka/test/junit/GlobalEmbeddedKafkaTestExecutionListener.java
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,10 +84,27 @@ public class GlobalEmbeddedKafkaTestExecutionListener implements TestExecutionLi
0 commit comments