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
If there was an alternative to ImportSelector that allowed selectImports to be called early and without any BeanFactoryAware etc. callbacks we could use that as the key and get rid of all the stupid filtering.
The text was updated successfully, but these errors were encountered:
The caching behaviour when using ImportAutoConfiguration is covered
by tests in spring-boot-test-auto-configuration, specifically by
ImportsContextCustomizerFactoryWithAutoConfigurationTests.
See gh-7953
If there was an alternative to
ImportSelector
that allowedselectImports
to be called early and without anyBeanFactoryAware
etc. callbacks we could use that as the key and get rid of all the stupid filtering.The text was updated successfully, but these errors were encountered: