What's Changed
- Extend JSP parser to support scriptlets, expressions, declarations, and comments by @timtebeek in #6054
- Parsers should target the previous LTS to support non-LTS versions by @timtebeek in #6055
- Inline annotated methods through generated recipes to support multiple versions by @timtebeek in #6059
- Groovy - advance cursor when unknown code during Enum parsing by @greg-at-moderne in #6061
- Annotate methods which may return null with nullable by @timtebeek in #6063
JavaTemplate.Matcher
mistakenly matches0.0
to0
by @timtebeek in #6056- Run CI on released version of Java 25 temurin by @timtebeek in #6064
- JavaScript printing of templated expressions by @jkschneider in #6051
- Call
delegate.validate()
forBellwetherDecoratedRecipe
by @timtebeek in #6060 - More robust Groovy enum parsing by @knutwannheden in #6062
Full Changelog: v8.62.3...v8.62.4