[jboss-jira] [JBoss JIRA] (WFLY-10873) Duplicated httpcomponent jars in WF 14.0.0.Beta2
Rostislav Svoboda (JIRA)
issues at jboss.org
Tue Aug 21 07:53:01 EDT 2018
[ https://issues.jboss.org/browse/WFLY-10873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622013#comment-13622013 ]
Rostislav Svoboda commented on WFLY-10873:
------------------------------------------
[~ehugonnet] are you working on fix for this so it makes it to WF14 ?
> Duplicated httpcomponent jars in WF 14.0.0.Beta2
> ------------------------------------------------
>
> Key: WFLY-10873
> URL: https://issues.jboss.org/browse/WFLY-10873
> Project: WildFly
> Issue Type: Bug
> Components: Server
> Affects Versions: 14.0.0.Beta2
> Reporter: Martin Švehla
> Assignee: ehsavoie Hugonnet
>
> In current Beta2 build, I see duplicated httpclient and httpcore jars. The new org.apache.httpcomponents.core module was added that introduced this duplication.
> in 14.0.0.Beta2:
> {code}
> $ tree modules/system/layers/base/org/apache/httpcomponents/
> modules/system/layers/base/org/apache/httpcomponents/
> ├── core
> │ └── main
> │ ├── httpclient-4.5.2.jar
> │ ├── httpcore-4.4.4.jar
> │ └── module.xml
> └── main
> ├── httpasyncclient-4.1.3.jar
> ├── httpclient-4.5.2.jar
> ├── httpcore-4.4.4.jar
> ├── httpcore-nio-4.4.4.jar
> ├── httpmime-4.5.2.jar
> └── module.xml
> {code}
> In WF 13.0.0.Final
> {code}
> $ tree modules/system/layers/base/org/apache/httpcomponents/
> modules/system/layers/base/org/apache/httpcomponents/
> └── main
> ├── httpasyncclient-4.1.3.jar
> ├── httpclient-4.5.2.jar
> ├── httpcore-4.4.4.jar
> ├── httpcore-nio-4.4.4.jar
> ├── httpmime-4.5.2.jar
> └── module.xml
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list