2.19.0
What's Changed
- Fix FinalClass recipe to correctly handle nested static subclasses by @timtebeek in #742
- Add
Objects.requireNonNullElse/ElseGetsupport toAnnotateNullableParametersby @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
- @Jenson3210 made their first contribution in #753
Full Changelog: v2.18.0...v2.19.0