-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Fix Version/s: 8.10
-
Component/s: Nuxeo Package Management
-
Epic Link:
-
Tags:
-
Sprint:DevOps Sprint 11, nxFG 8.4.1
The segment.io dependency used by Connect requires:
- org.apache.httpcomponents:httpclient:4.3.5
- com.google.guava:guava:18.0
So Nuxeo should be updated to these versions as well.
Another issue requiring the upgrade of httpcomponents is nuxeo-automation-client, which embeds httpclient-osgi, which includes commons-codec 1.6 whereas the code of the nuxeo-launcher, which embeds nuxeo-automation-client, requires commons-codec 1.9 (org.nuxeo.launcher.config.ConfigurationGenerator.writeConfiguration calls DigestUtils.getMd5Digest).