spring-framework/spring-core
Sam Brannen d757f73902 Handle exceptions in annotation searches again
Prior to Spring Framework 5.2, most annotation search algorithms made
use of AnnotationUtils.handleIntrospectionFailure() to handle exceptions
thrown while attempting to introspect annotation metadata. With the
introduction of the new MergedAnnotation API in Spring Framework 5.2,
this exception handling was accidentally removed.

This commit introduces the use of handleIntrospectionFailure() within
the new MergedAnnotation internals in order to (hopefully) align with
the previous behavior.

Closes gh-24188
2019-12-12 11:29:06 +01:00
..
kotlin-coroutines Refine Coroutines annotated controller support 2019-11-22 14:13:17 +01:00
src Handle exceptions in annotation searches again 2019-12-12 11:29:06 +01:00
spring-core.gradle Upgrade to Shadow Plugin 5.2.0 2019-11-11 14:56:40 +01:00