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
The ApplicationListener registered in SpringModulithRuntimeAutoConfiguration always triggers the initialization of the consumed ApplicationModulesRuntime, even if no ApplicationModuleInitializer instances are registered.
Furthermore, the initializing code for ApplicationModulesRuntime eagerly triggers the initialization of the ApplicationModulesBootstrap, despite AMR works with a lazily initialized ApplicationModules instance.