-
Task
-
Resolution: Done
-
Major
-
None
-
None
Update the elytron-tool.sh script to make use of jboss-modules.
This will mean that anyone currently running the tool with java -jar would need to update the command they use to do this. However, the documentation only mentions elytron-tool.sh so it's not clear how widely java -jar is actually used.
One option might be to update the jar to call the script. Another option might be to have the jar report an error that indicates that the script should be used instead.
The main steps will be to:
- Add a new module for elytron-tool (take a look at existing modules here)
- Update the elytron-tool scripts to make use of jboss-modules (as an example, take a look at the add-user.sh script here)
- Figure out what to do if someone still tries to use java -jar
- Determine what steps to take in the wildfly-elytron repo (
ELY-2251)
- is blocked by
-
WFCORE-5720 Add org.apache.commons.cli and org.apache.commons.lang3 modules
- Closed
-
WFLY-15763 Add unsed modules to LayersTestCase
- Closed
- is cloned by
-
JBEAP-22793 (7.4.z) Update elytron-tool scripts to make use of jboss-modules
- Closed
- relates to
-
ELY-2251 Revisit the shaded jar for Elytron Tool
- Resolved