Skip to content

Commit

Permalink
Add assertIterableEquals overflow fix
Browse files Browse the repository at this point in the history
Issue #2157
  • Loading branch information
sormuras committed Jan 20, 2020
1 parent df10b04 commit ffa104e
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -43,6 +43,8 @@ milestone pages in the JUnit repository on GitHub.
handles events from multiple levels of nested classes.
* Module `org.junit.platform.launcher` now reads `java.logging` due to usage of types in
package `java.util.logging`.
* Method `assertIterableEquals()` in `Assertions` no longer throws a `StackOverflowError`
when comparing iterables with components that themselves implement `Iterable`.

==== Deprecations and Breaking Changes

Expand Down

0 comments on commit ffa104e

Please sign in to comment.