New
v1.14.7
What's Changed
- fix: normalize value class arguments in EqMatcher for consistent comparison by @edwardmp in https://github.com/mockk/mockk/pull/1440
- Add configurable logging to withArg & withNullableArg by @OsaSoft in https://github.com/mockk/mockk/pull/1441
- docs(readme): document suppressing superclass calls by @ch200203 in https://github.com/mockk/mockk/pull/1444
- Fix for issue #1103. by @sdetilly in https://github.com/mockk/mockk/pull/1449
- Fix configuration option example for restricted classes by @TWiStErRob in https://github.com/mockk/mockk/pull/1465
- Fix InaccessibleObjectException when spying on JDK interfaces on JDK 16+ by @Copilot in https://github.com/mockk/mockk/pull/1457
- Fix Java 11 compatibility: replace Random.nextLong(long, long) with Java 8 compatible alternative by @Copilot in https://github.com/mockk/mockk/pull/1456
- Add optional restricted mock system property by @nishatoma in https://github.com/mockk/mockk/pull/1454
- Fix StackOverflowError when mocking methods returning ArrayList by @Copilot in https://github.com/mockk/mockk/pull/1464
- Change JUnit 4/5 dependencies from implementation to compileOnly by @Copilot in https://github.com/mockk/mockk/pull/1455
New Contributors
- @edwardmp made their first contribution in https://github.com/mockk/mockk/pull/1440
- @OsaSoft made their first contribution in https://github.com/mockk/mockk/pull/1441
- @sdetilly made their first contribution in https://github.com/mockk/mockk/pull/1449
- @Copilot made their first contribution in https://github.com/mockk/mockk/pull/1457
- @nishatoma made their first contribution in https://github.com/mockk/mockk/pull/1454
Full Changelog: https://github.com/mockk/mockk/compare/1.14.6...1.14.7