-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
if you have aesh-1.0.jar and aesh-readline-1.3.jar
on your module path, jvm complains as both jars export package org.aesh.io
which violates the modules contract where only one module (jar) can provide single package.
example error that jvm prints
java.lang.module.ResolutionException: Modules aesh.readline and aesh export package org.aesh.io to module jboss.marshalling.river
same issue applies for packages
org.aesh.readline org.aesh.util org.aesh.io
- is incorporated by
-
WFCORE-3704 Upgrade core to depended on aesh 1.1, aesh-extensions 1.1, aesh-readline 1.6
- Resolved