[wildfly-dev] Removal of commons-cli, commons-lang and commons-lang3 modules

Jim Ma ema at redhat.com
Thu Apr 4 05:40:04 EDT 2019


WebService subsystem uses org.apache.commons.lang3 now : 
https://github.com/wildfly/wildfly/blob/master/feature-pack/src/main/resources/modules/system/layers/base/org/apache/cxf/impl/main/module.xml#L81
We can look at remove it after delete it from CXF future release first.

Cheers,
Jim

On 4/3/19 3:24 AM, Brian Stansberry wrote:
> 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 wanted to notify any such 
> folks that these will likely be going away and you'll need to provide 
> these yourselves.ed.
>
> Best regards,
> Brian
>
> [1] This one is referenced in a commented out module.xml section 
> related to My Faces 1.1 support. I've checked with Farah Juma and that 
> is no longer relevant and the comment can be removed.
>
>
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20190404/7c19e7ba/attachment.html 


More information about the wildfly-dev mailing list