Allow AOT contributions to customize code fragments.
Update the `BeanRegistrationAotContribution` interface to allow it to customize `BeanRegistrationCodeFragments`. This change allows us to drop the `BeanRegistrationCodeFragmentsCustomizer` interface since an `BeanRegistrationAotProcessor` can now be used instead. Closes gh-28557
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
org.springframework.beans.factory.aot.registration.BeanRegistrationCodeFragmentsCustomizer=\
|
||||
org.springframework.aop.scope.ScopedProxyBeanRegistrationCodeFragmentsCustomizer
|
||||
org.springframework.beans.factory.aot.registration.BeanRegistrationAotProcessor=\
|
||||
org.springframework.aop.scope.ScopedProxyBeanRegistrationAotProcessor
|
||||
|
||||
Reference in New Issue
Block a user