mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
5aa37ea07b
This commit updates BeanFactoryAwareGeneratorStrategy to extend ClassLoaderAwareGeneratorStrategy in order to avoid duplication of the common generate() implementation. Closes gh-24396