Skip to content

Commit 91fbba0

Browse files
concrete > fix missing set of configService
1 parent c54e655 commit 91fbba0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hivemq-edge/src/main/java/com/hivemq/HiveMQEdgeMain.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,12 @@ public void bootstrap() throws HiveMQEdgeStartupException {
6767
}
6868
final HiveMQEdgeBootstrap bootstrap =
6969
new HiveMQEdgeBootstrap(metricRegistry, systemInformation, moduleLoader, configService);
70+
71+
7072
injector = bootstrap.bootstrap();
73+
if (configService == null) {
74+
configService = injector.configurationService();
75+
}
7176
}
7277

7378

0 commit comments

Comments
 (0)