Skip to content

Releases: openrewrite/rewrite-testing-frameworks

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

3.8.0

07 May 17:52
ef96c01
Compare
Choose a tag to compare

What's Changed

  • refactor: OpenRewrite Recipe best practices by @timtebeek in #712
  • Fix Import of Mockito classes in MockitoRuleToExtension recipe by @amishra-u in #715
  • Resolve failing tests by @timtebeek in #716
  • Fix exception handling in ReplaceInitMockito recipe by @amishra-u in #719
  • Fix Incorrect Migration of TemporaryFolder.newFile in TemporaryFolderToTmpDir Recipe by @amishra-u in #714
  • Fix JunitParams to Parameterized by recursively updating referenced method to static by @amishra-u in #717
  • Utilize MockitoJUnitRunnerToExtension for UseMockitoExtension by @amishra-u in #711
  • Fix ParameterizedRunnerToParameterized: Remove redundant super call by @amishra-u in #718
  • Handle non-@rule TemporaryFolder fields by @amishra-u in #720

Full Changelog: v3.7.0...v3.8.0

3.7.0

24 Apr 18:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.1...v3.7.0

3.6.1

10 Apr 15:50
Compare
Choose a tag to compare

Full Changelog: v3.6.0...v3.6.1

3.6.0

09 Apr 19:26
55495a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.6.0

3.5.1

27 Mar 19:38
9089e95
Compare
Choose a tag to compare