-
Enhancement
-
Resolution: Done
-
Major
-
7.1.2.GA
When a cumulative patch is applied, it changes the location and potentially file name of the jandex jar file if patched.
If we specify the main class in the module.xml
<module xmlns="urn:jboss:module:1.3" name="org.jboss.jandex"> <properties> <property name="jboss.api" value="private"/> </properties> <main-class name="org.jboss.jandex.Main"/> ...
It will simplify the command to this below, where the jandex jar location/name is not needed, it can just reference the module name and will be consistent across CP updates.
java -jar jboss-modules.jar -mp modules/ org.jboss.jandex [jandex options]
- clones
-
WFCORE-3802 Add main-class to the org.jboss.jandex module.xml to make it easier to run jandex
- Resolved
- is incorporated by
-
JBEAP-14910 (7.1.z) Upgrade WildFly Core to 3.0.17.Final-redhat-1
- Closed