Skip to content

1.15.0

Choose a tag to compare

@pway99 pway99 released this 26 Oct 20:16
· 827 commits to main since this release
b4fcf3b

Enhancements:

  • Updated with rewrite version 7.16.0
  • Add Mockito3to4Migration recipe. 3397a95
  • TestsShouldNotBePublic: ignore overridden public test method (#178)
  • Remove wiremock-jre8 from runtime classpath and use stubs instead 5b08e82
  • Add migrate deprecated mockito 3 types and methods to their mockito 4 equivalents. (#176)
  • Configure build and tests for multiple mockito versions. (#174)
  • Add recipe for converting JUnit#assertThrows to AssertJ#AssertExceptionType. (#171) (#172)

Fixes:

  • refactor replace ThreadLocal JavaParsers with Supplier (#177)
  • Update ParameterizedRunnerToParameterized to pass tree elements to the JavaTemplate rather than as part of the template string by printing them. e2ff63e