Releases: mockito/mockito
Releases · mockito/mockito
v2.25.1
v2.25.0
Release notes were automatically generated by Shipkit
2.25.0
- 2019-03-05 - 11 commits by Szczepan Faber (10), Garfield Tan (1) - published to
- New API to clean up all inline mocks after test (#1619)
- Memory leak in mockito-inline calling method on mock with at least a mock as parameter (#1614)
- Cross-references and a single spy cause memory leak (#1533)
- Nested spies cause memory leaks (#1532)
v2.24.10
Release notes were automatically generated by Shipkit
2.24.10
- 2019-03-05 - 4 commits by Tim van der Lippe - published to
- Prevent NPE in findTypeFromGenericInArguments (#1648)
v2.24.9
Release notes were automatically generated by Shipkit
2.24.9
- 2019-03-04 - 12 commits by 6 authors - published to
- Commits: Brice Dutheil (5), Tim van der Lippe (3), epeee (1), Fr Jeremy Krieg (1), PaweB PamuBa (1), shipkit-org (1)
- [Java 9 support] ClassCastExceptions with JDK9 javac (#357)
- [Bugfixes] RETURNS_DEEP_STUBS causes "Raw extraction not supported for : 'null'" in some cases (#1621)
- Update shipkit plugin (v2.1.6) (#1647)
- VerificationCollector to handle non-matching args and other assertions (#1644)
- VerificationCollector doesn't work for invocations with non-matching args (#1642)
- Fix returns mocks for final classes (#1641)
- Removes inaccessible links from javadocs in Mockito.java (#1639)
- Mockito.java contains inaccessible links to articles. (#1638)
- Handle terminal type var with bounds (#1624)
- Return null instead of causing a CCE (#1612)
v2.24.8
Release notes were automatically generated by Shipkit
2.24.8
- 2019-03-01 - 2 commits by PaweB PamuBa (1), shipkit-org (1) - published to
- Removes inaccessible links from javadocs in Mockito.java (#1639)
- Mockito.java contains inaccessible links to articles. (#1638)
v2.24.7
Release notes were automatically generated by Shipkit
2.24.7
- 2019-02-28 - 2 commits by shipkit-org (1), Tim van der Lippe (1) - published to
- Fix handling of generics in ReturnsMocks (#1635)
v2.24.6
Release notes were automatically generated by Shipkit
2.24.6
- 2019-02-27 - 16 commits by Szczepan Faber (15), Marcin Stachniuk (1) - published to
- [New features] Expose StubbingLookupListener publicly and create listener distinction (#793)
- Make use of Shipkit v2.1.3 (#1626)
- Exposed new API - StubbingLookupListener (#1543)