Affects: spring-core 5.2.1
When updating from 5.1.10 to 5.2.0 / 5.2.1, then AnnotationUtils.findAnnotation(Class<?> clazz, @Nullable Class<A> annotationType) no longer finds annotations that are created on the parent.
Example project
https://github.com/sellersj/spring-annotationutils-issue
I thought that #23856 was the same issue, but updating to 5.2.1 didn't fix the issue.
Affects: spring-core 5.2.1
When updating from 5.1.10 to 5.2.0 / 5.2.1, then
AnnotationUtils.findAnnotation(Class<?> clazz, @Nullable Class<A> annotationType)no longer finds annotations that are created on the parent.Example project
https://github.com/sellersj/spring-annotationutils-issue
I thought that #23856 was the same issue, but updating to 5.2.1 didn't fix the issue.