You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only BeanRegistrationCodeFragmentsCustomizer can be used to customize BeanRegistrationCodeFragments but for parent/child context support we'd like to be able to apply customization directly from a BeanRegistrationAotContribution.
Making such a change should also allow us to from the BeanRegistrationCodeFragmentsCustomizer entirely since the same functionality could be achieved using the existing BeanRegistrationAotProcessor interface.
The text was updated successfully, but these errors were encountered:
Currently only
BeanRegistrationCodeFragmentsCustomizer
can be used to customizeBeanRegistrationCodeFragments
but for parent/child context support we'd like to be able to apply customization directly from aBeanRegistrationAotContribution
.Making such a change should also allow us to from the
BeanRegistrationCodeFragmentsCustomizer
entirely since the same functionality could be achieved using the existingBeanRegistrationAotProcessor
interface.The text was updated successfully, but these errors were encountered: