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
The `EmbeddedKafkaBroker.brokerProperties(brokerProperties)` does not accept a `null`.
* Fix `brokerProperties` map extraction for a `.orElse(Map.of())` instead of `null`
* Modify `GlobalEmbeddedKafkaTestExecutionListenerTests` to ensure that `brokerProperties`
are covered both ways - present and missed
Copy file name to clipboardExpand all lines: spring-kafka-test/src/main/java/org/springframework/kafka/test/junit/GlobalEmbeddedKafkaTestExecutionListener.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ public void testPlanExecutionStarted(TestPlan testPlan) {
Copy file name to clipboardExpand all lines: spring-kafka-test/src/test/java/org/springframework/kafka/test/junit/GlobalEmbeddedKafkaTestExecutionListenerTests.java
0 commit comments