Regression in merged annotation resolution #22654
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: regression
A bug that is also a regression
Milestone
Related to #22586.
Merged annotations used as meta annotations seems to no longer resolve attributes.
Simplified test below passes for 5.1.5.RELEASE and fails for current 5.2.0.BUILD-SNAPSHOT.
Result for 5.1.5:
BaseAnnotation(name=custom-name, val1=true)
Result for 5.2.0:
BaseAnnotation(name=base-name, val1=false)
The text was updated successfully, but these errors were encountered: