We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df10b04 commit ffa104eCopy full SHA for ffa104e
documentation/src/docs/asciidoc/release-notes/release-notes-5.6.0.adoc
@@ -43,6 +43,8 @@ milestone pages in the JUnit repository on GitHub.
43
handles events from multiple levels of nested classes.
44
* Module `org.junit.platform.launcher` now reads `java.logging` due to usage of types in
45
package `java.util.logging`.
46
+* Method `assertIterableEquals()` in `Assertions` no longer throws a `StackOverflowError`
47
+ when comparing iterables with components that themselves implement `Iterable`.
48
49
==== Deprecations and Breaking Changes
50
0 commit comments