Skip to content

Releases: openrewrite/rewrite-testing-frameworks

3.16.0

27 Aug 16:34
Compare
Choose a tag to compare

What's Changed

  • Use @ValueSource instead of @CsvSource where there's a single arg by @timtebeek in #797
  • Adapt @EnabledOnJre, @DisabledOnJre, @EnabledForJreRange and @DisabledForJreRange for JUnit 6's Java 17 minimum by @Jenson3210 in #795

Full Changelog: v3.15.1...v3.16.0

v3.15.1

21 Aug 20:15
46caa79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.15.0...v3.15.1

3.15.0

12 Aug 21:32
76c6888
Compare
Choose a tag to compare

What's Changed

  • Include additional AssertJ migrations by @timtebeek in #773
  • Include recipes in larger composites where possible by @timtebeek in #774
  • Retain comments when chaining assertions by @timtebeek in #775
  • refactor: Static imports for Collections and Collectors by @timtebeek in #779
  • Added implementation to extract any expression arguments from last statement in assertThrows by @JohannisK in #724
  • Don't clean up mockito imports for Kotlin by @jevanlingen in #782
  • Adding dependency guards to the Junit 4 -> 5 migration for when the POM or build.gradle have a dependency on org.testng:testng. by @steve-aom-elliott in #760
  • rename settings.local.json to settings.json by @zieka in #783
  • Fix ClassCastException in PowerMockitoWhenNewToMockito by @timtebeek in #786
  • MockitoJUnitRunnerToExtension: Handle existing MockitoExtension by @amishra-u in #788

Full Changelog: v3.14.0...v3.15.0

3.14.1

23 Jul 21:58
29a8273
Compare
Choose a tag to compare

3.14.0

23 Jul 11:29
29a8273
Compare
Choose a tag to compare

What's Changed

  • Collapse more consecutive assertions by @timtebeek in #769
  • refactor: Unwrap else block after return or throw statement by @timtebeek in #771
  • Remove all PowerMock imports after migration by @JohannisK in #770
  • Remove assertTrue(true) and assertFalse(false) by @aet2505 in #767

New Contributors

Full Changelog: v3.13.0...v3.14.0

3.13.0

16 Jul 14:56
Compare
Choose a tag to compare

What's Changed

  • Removing NoInitializationForInjectMock recipe due to side effects when using recipe by @steve-aom-elliott in #765
  • Adding functionality to MockitoWhenOnStaticToMockStatic for recognizing an existing try-with-resources MockedStatic<T> can be reused instead of creating a new one. by @steve-aom-elliott in #766
  • Inconvertible Mockito when situation involving lambda and static method. by @steve-aom-elliott in #763
  • Changing order of mockito-all -> mockito-core change vs org.mockito:* upgrade, and made the former upgrade to 3.x at the same time, as there aren't aligned versions between the two. by @steve-aom-elliott in #768

New Contributors

Full Changelog: v3.12.0...v3.13.0

3.12.0

09 Jul 15:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.0...v3.12.0

3.11.0

25 Jun 11:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.10.0...v3.11.0

3.10.0

28 May 16:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.9.0...v3.10.0

v3.9.0

20 May 18:02
e969a22
Compare
Choose a tag to compare

What's Changed

  • Fix TemporaryFolderToTempDir: Don't add methods to unrelated classes by @amishra-u in #722
  • Fix import ambiguity regression by reordering AddImport/RemoveImport by @amishra-u in #731
  • ReplaceInitMockToOpenMock: Ensure unique name for added tearDown method by @amishra-u in #725
  • Added support for generic instanceof checks in AssertTrueInstanceofToAssertInstanceOf recipe by @JohannisK in #734

Full Changelog: v3.8.0...v3.9.0