[
https://issues.jboss.org/browse/WFCORE-2170?page=com.atlassian.jira.plugi...
]
Tomaz Cerar moved JBEAP-8171 to WFCORE-2170:
--------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-2170 (was: JBEAP-8171)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Modules
Test Suite
(was: REST)
(was: Web Services)
Affects Version/s: 3.0.0.Alpha16
(was: 7.1.0.DR9)
Update org.apache.httpcomponents* to latest
-------------------------------------------
Key: WFCORE-2170
URL:
https://issues.jboss.org/browse/WFCORE-2170
Project: WildFly Core
Issue Type: Component Upgrade
Components: Modules, Test Suite
Affects Versions: 3.0.0.Alpha16
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
Artifacts versions in EAP 7.1.0.DR9:
{code:java}
[jbliznak@erebos-rh jboss-eap-7.1]$ ls
modules/system/layers/base/org/apache/httpcomponents/main/
httpasyncclient-4.1.0.redhat-1.jar
httpclient-4.5.0.redhat-1.jar
httpcore-4.4.1.redhat-1.jar
httpcore-nio-4.4.1.redhat-1.jar
httpmime-4.5.0.redhat-1.jar
module.xml
{code}
Latest versions found in central:
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpasynccli...
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4...
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/4.4.5
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore-nio...
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime/4.5.2
Our httpcomponents artifacts versions our more than a year old, we could update it.
Modules that use these artifacts:
{code:java}
[jbliznak@erebos-rh jboss-eap-7.1]$ grep -R --include="module.xml"
httpcomponents
modules/system/layers/base/org/apache/httpcomponents/main/module.xml:<module
xmlns="urn:jboss:module:1.5" name="org.apache.httpcomponents">
modules/system/layers/base/org/apache/cxf/impl/main/module.xml: <module
name="org.apache.httpcomponents"/>
modules/system/layers/base/org/apache/cxf/services-sts/main/module.xml: <module
name="org.apache.httpcomponents"/>
modules/system/layers/base/org/apache/cxf/ws-security/main/module.xml: <module
name="org.apache.httpcomponents"/>
modules/system/layers/base/org/jboss/resteasy/resteasy-legacy/main/module.xml:
<module name="org.apache.httpcomponents"/>
modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/module.xml:
<module name="org.apache.httpcomponents"/>
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)