matrei commented on PR #14922: URL: https://github.com/apache/grails-core/pull/14922#issuecomment-3087963819
> From what I can tell, AnnotationMetadataReader was written for performance reasons. Since Spring 5.2, this was deprecated and finally removed in 6.x. I don't think the Spring classes were removed in 6.x. But rather replaced by final, package protected classes for internal use only. Hence we had to copy them. https://docs.spring.io/spring-framework/docs/5.3.9/javadoc-api/org/springframework/core/type/classreading/AnnotationMetadataReadingVisitor.html > As of Spring Framework 5.2, this class has been replaced by SimpleAnnotationMetadataReadingVisitor for internal use within the framework, but there is no public replacement for AnnotationMetadataReadingVisitor. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
