Introduce CachingBeanRegistrationAotProcessor

It contributes proxy hints for interfaces when class
proxying is not forced.

Closes gh-28943
This commit is contained in:
Sébastien Deleuze
2022-08-17 11:36:05 +02:00
parent 491b7771d0
commit 06d9db154e
3 changed files with 206 additions and 1 deletions

View File

@@ -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