v3.18.0
What's Changed
- Google Truth to AssertJ migration by @timtebeek in #819
- Migrate Byteman on JUnit 4 to JUnit 5 using
WithBytemanby @marcosgopen in #818 - Add JUnit 5.14 migration recipes for deprecated APIs by @timtebeek in #820
- truth migration adds assertj-core by @sullis in #822
- Add missing JUnit 6 migration recipes by @timtebeek in #823
- remove dependency: google truth by @sullis in #821
- OpenRewrite recipe best practices by @timtebeek in #825
- Various JMockit fixes by @knutwannheden in #824
- Fixing bug in
MockitoWhenOnStaticToMockStaticrelated to originally not using the FQN of the class when detecting it from awhen(X.y())style usage. by @steve-aom-elliott in #826
New Contributors
- @marcosgopen made their first contribution in #818
Full Changelog: v3.17.0...v3.18.0