Introduce CachingBeanRegistrationAotProcessor
It contributes proxy hints for interfaces when class proxying is not forced. Closes gh-28943
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
org.springframework.beans.factory.aot.BeanRegistrationAotProcessor= \
|
||||
org.springframework.context.aot.ReflectiveProcessorBeanRegistrationAotProcessor
|
||||
org.springframework.context.aot.ReflectiveProcessorBeanRegistrationAotProcessor,\
|
||||
org.springframework.cache.annotation.CachingBeanRegistrationAotProcessor
|
||||
|
||||
Reference in New Issue
Block a user