-
Component Upgrade
-
Resolution: Done
-
Major
-
None
-
None
Artifacts versions in EAP 7.1.0.DR9:
[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
Latest versions found in central:
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpasyncclient/4.1.2
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4.5.2
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/4.4.5
https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore-nio/4.4.5
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:
[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"/>
- clones
-
JBEAP-7603 Update org.apache.httpcomponents* to latest possible
- Closed