GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/incubator-zeppelin/pull/897
Update HttpClient Dependencies ### What is this PR for? HttpClient dependencies of the stack needs to be addressed as below (due to end of life of commons-httpclient and security issues) 1] Need to identify all components that are still using commons-httpclient. This is already end-of-lived by apache and consumers need to move to HttpComponents.HttpClient 4.3.6 or later 2] All consumers of HttpComponents.HttpClient needs to be on at least 4.3.6 ### What type of PR is it? [Improvement] ### Todos * [x] - migrate all commons-httpclient to org.apache.httpcomponents ### What is the Jira issue? * [ZEPPELIN-860](https://issues.apache.org/jira/browse/ZEPPELIN-860) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/prabhjyotsingh/incubator-zeppelin httpclientVersionMigrate Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/897.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #897 ---- commit e89beb7f399b0208f7146215d18c40bd8d14e750 Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Date: 2016-05-18T15:38:14Z migrate all commons-httpclient to org.apache.httpcomponents ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---