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 AnnotationConfigApplicationContext is used against first configuration class only (SomeClass) I assume last configuration class (OtherClass) should be processed as well. However the bean defined inside last configuration class doesn't exist in application context after initialization (refresh).
Some investigation showed that ConfigurationClassPostProcessor is not invoked for OtherClass therefore any annotations inside class never get processed.
Affects: 3.0 GA
Issue Links:
INT-3207 Ensure Annotation Configuration support for Infrastructure components ("is depended on by")