[jboss-jira] [JBoss JIRA] (WFLY-11935) Remove unused commons-cli, commons-lang and commons-lang3 modules
Brian Stansberry (Jira)
issues at jboss.org
Tue Apr 2 15:38:00 EDT 2019
Brian Stansberry created WFLY-11935:
---------------------------------------
Summary: Remove unused commons-cli, commons-lang and commons-lang3 modules
Key: WFLY-11935
URL: https://issues.jboss.org/browse/WFLY-11935
Project: WildFly
Issue Type: Task
Components: JSF, Server
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 17.0.0.Beta1
Currently WildFly includes 3 JBoss Modules modules that are not used in our runtime. I would like to remove these in WildFly 17:
org.apache.commons.cli
org.apache.commons.lang[1]
org.apache.commons.lang3
All three have the "jboss.api" = "private" property set in their module.xml, meaning they are marked for internal use only and we are free to remove them. End user applications should not have referenced these modules, and if they do we log a WARN on boot advising not to do that.
However, other projects that extend WildFly (i.e. write their own subsystems) may be using these modules, so I sent out a notification that these may be going away:
http://lists.jboss.org/pipermail/wildfly-dev/2019-April/006829.html
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list