-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: 7.13.0
-
Component/s: None
-
Environment:Camunda BPM 7.13
Since 7.13 LicenseKeyStore#readFromLocation() is used in Spring Boot Starter to retrieve the License Key from the classpath. Method checks with File#exists() if a physical file is present at the given location. It fails for classpath resources.