Regression: annotation searches no longer handle exceptions #24188
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: regression
A bug that is also a regression
Milestone
Overview
While working on #24136, it became apparent that the use of
AnnotationUtils.handleIntrospectionFailure()
was removed in b91ccf0 and added back as aprivate
method in 37255af.Consequently, we lost that exception handling support outside of
AnnotationUtils
which will inevitably lead to regressions for some use cases.Potential Candidates
Potential candidates in
AnnotationsScanner
for local exception handling.Deliverables
AnnotationUtils.handleIntrospectionFailure()
within the newMergedAnnotation
internals.The text was updated successfully, but these errors were encountered: