Skip to content

2.19.0

Choose a tag to compare

@timtebeek timtebeek released this 10 Oct 17:18
· 61 commits to main since this release
3c1a313

What's Changed

  • Fix FinalClass recipe to correctly handle nested static subclasses by @timtebeek in #742
  • Add Objects.requireNonNullElse/ElseGet support to AnnotateNullableParameters by @timtebeek in #743
  • Fix ReplaceLambdaWithMethodReference handling of nested class imports by @timtebeek in #745
  • OpenRewrite recipe best practices by @timtebeek in #746
  • Update recipe documentation examples by @timtebeek in #747
  • Support for-each loop in NeedBraces by @timtebeek in #749
  • Update documentation examples by @timtebeek in #750
  • Update documentation examples by @timtebeek in #751
  • fixed test that got changed behavior in rewrite-core by @Jenson3210 in #753
  • No longer remove String.valueof when it's called on a method invocation by @Laurens-W in #752

New Contributors

Full Changelog: v2.18.0...v2.19.0