-
Bug
-
Resolution: Done
-
Major
-
14.0.0.Beta2
-
None
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:
$ 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
In WF 13.0.0.Final
$ 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
- is blocked by
-
WFCORE-4057 Add missing dependencies on org.apache.httpcomponents.core module
- Resolved
- is related to
-
WFLY-10622 Use wildfly core httpcomponent.core module
- Closed