mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
fix re registration of BootstrapContextFilter after restart
This commit is contained in:
@@ -39,7 +39,7 @@ public class InjectionContextRestartStrategy implements RestartStrategy {
|
||||
LOG.warn("reinitialize injection context");
|
||||
context.initialize();
|
||||
|
||||
LOG.debug("re register injection context for events");
|
||||
LOG.debug("register injection context on new eventbus");
|
||||
ScmEventBus.getInstance().register(context);
|
||||
} catch ( Exception ex) {
|
||||
LOG.error("failed to restart", ex);
|
||||
|
||||
Reference in New Issue
Block a user