| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-26 | 4.1 kB | |
| v1.14.9 source code.tar.gz | 2026-01-26 | 8.7 MB | |
| v1.14.9 source code.zip | 2026-01-26 | 9.0 MB | |
| Totals: 3 Items | 17.8 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
- bump dependencies, bump dexter by @jgrnrt in https://github.com/mockk/mockk/pull/1477
- Fix issue 1475: nullable value class verification by @sdetilly in https://github.com/mockk/mockk/pull/1480
- Migrate build configuration to version catalog by @jgrnrt in https://github.com/mockk/mockk/pull/1481
- Clean up CI configuration and build artifacts by @jgrnrt in https://github.com/mockk/mockk/pull/1482
- Add Spotless formatting plugin by @jgrnrt in https://github.com/mockk/mockk/pull/1483
- Enable ktlint unused-imports rule and clean up code by @jgrnrt in https://github.com/mockk/mockk/pull/1489
- chore: enable no-wildcard-imports in ktlint by @jgrnrt in https://github.com/mockk/mockk/pull/1491
- Add List injection support for @InjectMockKs (#1356) by @h2jinee in https://github.com/mockk/mockk/pull/1492
- Unify settings files by prioritizing mockk.properties in MockKSettings by @snowykte0426 in https://github.com/mockk/mockk/pull/1474
- Fix type matching for any() when parameter is Any (#1296) by @chapakook in https://github.com/mockk/mockk/pull/1494
- Upgrade Dokka to 2.1.0 and Refactor Documentation Setup by @jgrnrt in https://github.com/mockk/mockk/pull/1499
- chore: bump gradle to 9.3.0, add .gitattributes by @jgrnrt in https://github.com/mockk/mockk/pull/1502
- Fix [#1342]: Handle value classes for type parameters and don't unbox value classes returned as interface/supertype by @ianbrandt in https://github.com/mockk/mockk/pull/1442
- Introduce clearAllStubsFromMemory by @nishatoma in https://github.com/mockk/mockk/pull/1503
- Bump dokka to 2.2.0-Beta by @jgrnrt in https://github.com/mockk/mockk/pull/1505
- fix: resolve @InjectMockKs initialization order based on dependencies by @neungs-2 in https://github.com/mockk/mockk/pull/1500
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
- @jgrnrt made their first contribution in https://github.com/mockk/mockk/pull/1477
- @h2jinee made their first contribution in https://github.com/mockk/mockk/pull/1492
- @snowykte0426 made their first contribution in https://github.com/mockk/mockk/pull/1474
- @chapakook made their first contribution in https://github.com/mockk/mockk/pull/1494
- @ianbrandt made their first contribution in https://github.com/mockk/mockk/pull/1442
- @neungs-2 made their first contribution in https://github.com/mockk/mockk/pull/1500
Full Changelog: https://github.com/mockk/mockk/compare/1.14.6...1.14.9