Skip to content

3.27.0

Choose a tag to compare

@greg-at-moderne greg-at-moderne released this 11 Feb 09:32
· 80 commits to main since this release

What's Changed

  • Correcting MockWebServer migration for OkHttp by @steve-aom-elliott in #849
  • Add ReturnActual recipe for AssertJ by @timtebeek in #891
  • Add MockConstructionToTryWithResources recipe by @jkschneider in #892
  • Add CleanupKotlinJUnit5AssertionImports recipe by @jkschneider in #893
  • Skip Kotlin files in PowerMockitoMockStaticToMockito by @jkschneider in #894
  • Add test cases for MockedConstruction pattern by @jkschneider in #895
  • Update byte buddy to a Java 25 compatible version by @Laurens-W in #897
  • Followup after the formatting merge by @Jenson3210 in #900
  • Skip TemporaryFolder conversion when used in RuleChain. by @motlin in #898
  • Add JUnit 4 to JUnit 5 exception class migrations. by @motlin in #902
  • Make declarative recipes singletons by @sambsnyd in #905
  • Handle method references in JUnit Assert to Assertions migration. by @motlin in #901
  • Add explicit test scope to AssertJ dependency additions by @Jenson3210 in #903
  • Skip SimplifyChainedAssertJAssertion when actual type has wildcard type parameters by @knutwannheden in #906
  • Revert "Add explicit test scope to AssertJ dependency additions (#903)" by @Jenson3210 in #907
  • Fix AssertThrowsOnLastStatement to preserve parameterized types when extracting arguments. by @motlin in #908
  • Enhance RemoveInitMocksIfRunnersSpecified to also remove openMocks by @dsgrieve in #904
  • RemoveInitMocksIfRunnersSpecified (or any recipe) should not have a mutable static field by @Jenson3210 in #910

New Contributors

Full Changelog: v3.26.0...v3.27.0