-
Bug
-
Resolution: Done
-
Major
-
8.36.0.Final
-
None
-
2023 Week 12-14 (from Mar 20)
-
2
-
NEW
-
NEW
-
---
-
---
Issue Description:
Cannot find RuleUnit drl in spring boot executable jar.
Spring Boot classloader adds "!" after "BOOT-INF/classes" when resource url is acquired by getResources().
BOOT-INF/classes!/com/some/corp/rules
Need to remove "!" to be consistent with actual path inside Jar file.
Acceptance Criteria:
Able to find RuleUnit drl under "BOOT-INF/classes/" in a spring boot executable jar "BOOT-INF/classes".
- relates to
-
KOGITO-8608 Kogito cannot find DRL files when deployed in a JAR file.
- Resolved