Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.2.4
-
None
-
Don't Know (Unsure) - The default level
Description
In particular, when trying to launch a RADiX under JDK11, I run into an issue with xerces:xercesImpl:2.0.2 which is inherited from commons:commons-dbcp dependency.
Every other instance of xercesImpl is pegged at 2.9.1 and hence we get a ClassNotFoundException when attempting to launch, in particular, the workflow and resource manager services.
The fix here is to upgrade to commons-pool2 and commons-dbcp2 respectively.
I'll try and work a fix.