Skip to content

Releases: openrewrite/rewrite-testing-frameworks

2.11.0

07 Jun 23:06
4e8ba68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.1...v2.11.0

2.10.1

22 May 22:16
1fd73d3
Compare
Choose a tag to compare

What's Changed

  • Only upgrade maven-surefire-plugin on older Maven versions by @timtebeek in #517

Full Changelog: v2.10.0...v2.10.1

2.10.0

22 May 16:52
Compare
Choose a tag to compare

What's Changed

  • AssertToAssertions should only convert methods from exact class by @timtebeek in #516
  • Add maven-surefire-plugin with junit-platform-surefire-provider dependency

Full Changelog: v2.9.0...v2.10.0

2.9.0

18 May 06:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.9.0

2.8.0

08 May 15:08
Compare
Choose a tag to compare

Full Changelog: v2.7.0...v2.8.0

2.7.0

24 Apr 15:41
fafcb85
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

2.6.0

19 Mar 20:01
02c06d0
Compare
Choose a tag to compare

Full Changelog: v2.5.0...v2.6.0

2.5.0

12 Mar 22:20
Compare
Choose a tag to compare

What's Changed

  • JMockit to Mockito Recipe - eq Support, Better Type Propagation, and Error Handling by @tinder-dthomson in #485
  • refactor: Recipe nullability best practices by @timtebeek in #487
  • refactor: remove expired suppressions by @zieka in #486
  • refactor: Upgrade Develocity by @timtebeek in #488
  • Update AssertionsArgumentOrder.java: fix typo, missing negation by @timo-abele in #493

Full Changelog: v2.4.0...v2.5.0

2.4.1

20 Feb 21:35
65053ab
Compare
Choose a tag to compare

What's Changed

  • Add more simplifications by @timo-abele in #474
  • Limit AssertTrueNullToAssertNull applicability by @timtebeek in #476
  • Also remove exclusion from spring-boot-testcontainers by @timtebeek in #478
  • JUnitAssertEqualsToAssertThat skipped adding assertThat import for custom classes by @timo-abele in #480
  • JMockit to Mockito Recipe - Rewrite JMockit Mocked Variable to Mockito statements by @zenghu1chen in #481
  • don't use TempDirNonFinal on method parameters by @Bananeweizen in #484

New Contributors

Full Changelog: v2.3.2...v2.4.1

2.4.0

20 Feb 20:42
65053ab
Compare
Choose a tag to compare

What's Changed

  • Add more simplifications by @timo-abele in #474
  • Limit AssertTrueNullToAssertNull applicability by @timtebeek in #476
  • Also remove exclusion from spring-boot-testcontainers by @timtebeek in #478
  • JUnitAssertEqualsToAssertThat skipped adding assertThat import for custom classes by @timo-abele in #480
  • JMockit to Mockito Recipe - Rewrite JMockit Mocked Variable to Mockito statements by @zenghu1chen in #481
  • don't use TempDirNonFinal on method parameters by @Bananeweizen in #484

New Contributors

Full Changelog: v2.3.2...v2.4.0