| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-06 | 1.8 kB | |
| v1.14.7 source code.tar.gz | 2025-12-06 | 8.7 MB | |
| v1.14.7 source code.zip | 2025-12-06 | 9.0 MB | |
| Totals: 3 Items | 17.7 MB | 0 | |
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