What's Changed
- The
ProtoParser
must not returnnull
values by @knutwannheden in #3322 - Match a dynamic Spring version by @timtebeek in #3328
- Add option to allow the user to opt out of adding a Gradle wrapper when one is missing by @shanman190 in #3339
- Add support for upgrading multiple Gradle wrappers at different locations by @shanman190 in #3340
- Fixing runTimeout being ignored by @joanvr in #3329
- Add
FindMethodsVisitor
and refactorFindMethods
by @JLLeitschuh in #3326 - Isolated Change: Cleanup
MethodMatcher
by @JLLeitschuh in #3342 - Reduce memory overhead of
JavaType
implementations by @knutwannheden in #3345 - Fix AutoFormat issue of extraneous spaces added for annotated return type by @kunli2 in #3347
- Remove Recipe.NOOP by @jkschneider in #3351
New Contributors
Full Changelog: v8.1.2...v8.1.3