[
https://issues.apache.org/jira/browse/WW-3549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988506#action_12988506
]
Maurizio Cucchiara commented on WW-3549:
----------------------------------------
Unfortunately xwork core doesn't depend only on FileUtils class.
So there are 2 alternatives:
1. shade the entire common-io library
2. unshade FileUtils class (the struts-core itself already depends on common-io
library)
I prefer the second option, see comments.
I'm going to restore the previous version.
> Shade common-io from the xwork-core.jar
> ---------------------------------------
>
> Key: WW-3549
> URL: https://issues.apache.org/jira/browse/WW-3549
> Project: Struts 2
> Issue Type: Bug
> Components: Build Management
> Affects Versions: 2.2.1.1
> Environment: struts.version=2.2.1.1
> Reporter: Krzysztof Koziol
> Assignee: Lukasz Lenart
> Priority: Critical
> Fix For: 2.2.2
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> I would kindly request to remove common-io package from the xwork-core.jar.
> I'm using maven and I can not utilize the FileUtils class that was shipped in
> the latest common-io jar only because the same class exists in the
> xwork-core.jar.
> Merry Christmas!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.