Skip to content

Commit 47dde91

Browse files
committed
Consistent use of logIntrospectionFailure
Issue: SPR-12325
1 parent 8325b10 commit 47dde91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ private static <A extends Annotation> A findAnnotation(Class<?> clazz, Class<A>
355355
}
356356
catch (Exception ex) {
357357
// Assuming nested Class values not resolvable within annotation attributes...
358-
// We're probably hitting a non-present optional arrangement - let's back out.
358+
logIntrospectionFailure(clazz, ex);
359359
return null;
360360
}
361361

0 commit comments

Comments
 (0)