Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X, 7.1.X, 7.2.X, Master
-
7.2.x, 7.1.x, 7.0.x
-
Committed
-
4
-
Code Upgrade
Description
LicenseManagerMessageType.java refers to JSONUtil, JSONFactoryUtil.
Those classes full initialisation depend on service tracker and OSGi container speed to inject necessary dependency objects.
In CI environment it may happen that '@Component' is activated prior all Util classes are ready.
In this particular case, as it is quite simple JSON creation, use string pattern to form JSON message.