We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bc9b6 commit 1a67df0Copy full SHA for 1a67df0
hivemq-edge/src/main/java/com/hivemq/HiveMQEdgeBootstrap.java
@@ -96,12 +96,12 @@ public HiveMQEdgeBootstrap(
96
log.trace("Cleaning up temporary folders");
97
deleteTmpFolder(systemInformation.getDataFolder());
98
99
- bootstrapCoreComponents();
100
-
101
if (configService == null) {
102
log.trace("Initializing configuration");
103
configService = ConfigurationBootstrap.bootstrapConfig(systemInformation);
104
}
+ bootstrapCoreComponents();
+
105
bootstrapInjector();
106
final long startInit = System.currentTimeMillis();
107
0 commit comments