-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 14.0.0
-
Fix Version/s: 14.0.0
-
Component/s: configurator
-
Labels:None
The regex expression parsing to expand env vars in boot.json is not working correctly (results in null values being substituted).
We should replace with apache commons StrSubstitutor, which does this in a more robust fashion.