8.41.0
What's Changed
- Call
isTrue
onReference
asserts inXmlParserTest
by @nielsdebruin in #4689 - Fix NPE in
SpringReference
by @Laurens-W in #4691 - Make
FindMissingTypes
stricter for method invocations by @knutwannheden in #4688 - Find Refaster style recipes as well by @timtebeek in #4693
- Find Yaml recipes as well by @timtebeek in #4695
TypeUtils#isAssignable()
improvements by @knutwannheden in #4696- When merging yaml files comments on the last element of existing block are placed at the wrong line by @jevanlingen in #4671
- Fix parsing of nested generics in Groovy by @knutwannheden in #4707
- Support Groovy declared constructors by @knutwannheden in #4706
- Add missing semicolon to JavaTemplate stub when replacing method arguments by @timtebeek in #4709
- Restrict usage of
RecipeList
methods fromScanningRecipe
by @timtebeek in #4712 - Add initial support for java references in application properties file by @nielsdebruin in #4697
- fix:
MergeYaml
block indentation not as expected by @pstreef in #4358 - Add
AddAnnotationProcessor
recipe by @Laurens-W in #4694 - Skip
project
dependencies inUpgradeDependencyVersion
recipe by @knutwannheden in #4717 - Replace
UnaryOperator
withFunction
inListUtils
methods by @knutwannheden in #4720 - Refactor references updating by @knutwannheden in #4714
- Add a new recipe to add comments to a Java method by @agoncal in #4719
- Exclude omitted dependencies as well through a second cycle by @timtebeek in #4724
- feat: Created recipe to add property comment by @ashakirin in #4723
New Contributors
- @jevanlingen made their first contribution in #4671
- @agoncal made their first contribution in #4719
Full Changelog: v8.40.3...v8.41.0