Closed renovate[bot] closed 1 year ago
ββ6 filesβ β-βββ6ββββ6 suitesβ β-β6βββ12s :stopwatch: -14s 10 tests Β±ββ0ββ10 :heavy_check_mark: Β±ββ0ββ0 :zzz: Β±0ββ0 :x: Β±0β 10 runsβ β-β10ββ10 :heavy_check_mark: β-β10ββ0 :zzz: Β±0ββ0 :x: Β±0β
Results for commit 23d8d252.βΒ± Comparison against base commit 05946969.
:recycle: This comment has been updated with latest results.
This PR contains the following updates:
3.1.2
->4.0.2
Release Notes
Ninja-Squad/springmockk
### [`v4.0.2`](https://togithub.com/Ninja-Squad/springmockk/releases/tag/4.0.2) [Compare Source](https://togithub.com/Ninja-Squad/springmockk/compare/4.0.1...4.0.2) - the exception thrown when more than one candidate bean names for SpykBean were found didn't align with the one thrown by Spring Boot's native Mockito support. Now it does. See [#100](https://togithub.com/Ninja-Squad/springmockk/issues/100) ### [`v4.0.1`](https://togithub.com/Ninja-Squad/springmockk/releases/tag/4.0.1) [Compare Source](https://togithub.com/Ninja-Squad/springmockk/compare/4.0.0...4.0.1) - fix [#97](https://togithub.com/Ninja-Squad/springmockk/issues/97): memory leak in `com.ninjasquad.springmockk.MockkClear`. In projects where many different Spring contextx are created during tests, even though the Spring test context caches ends up destroying old ones, SpringMockK retained references to mocks, themselves retaining references to the Spring context, and leading to high memory usage. SpringMockK now uses weak references in order to not prevent the garbage collector to collect those mocks if they're only referenced by SpringMockK, for clearing purposes. ### [`v4.0.0`](https://togithub.com/Ninja-Squad/springmockk/releases/tag/4.0.0) [Compare Source](https://togithub.com/Ninja-Squad/springmockk/compare/3.1.2...4.0.0) SpringMockK 4.0.0 is built against Spring Boot 3, with Java 17, and MockK 1.13.3. Spying JDK proxies with Java 17 requires to pass a specific option to the JVM. See [the README](https://togithub.com/Ninja-Squad/springmockk#gotchas) for details. Important note: MockKs artifact ID has been modified from `mockk` to `mockk-jvm`. If you specify a specific version for MockK in your build rather than relying on SpringMockK's transitive dependency, make sure to use the new arctifact ID.Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.