Repository: spark
Updated Branches:
  refs/heads/master 234d9435d -> fd7d141d8


[SPARK-22919] Bump httpclient versions

Hi all,

I would like to bump the PATCH versions of both the Apache httpclient Apache 
httpcore. I use the SparkTC Stocator library for connecting to an object store, 
and I would align the versions to reduce java version mismatches. Furthermore 
it is good to bump these versions since they fix stability and performance 
issues:
https://archive.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4.5.x.txt
https://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES-4.4.x.txt

Cheers, Fokko

## What changes were proposed in this pull request?

Update the versions of the httpclient and httpcore. Only update the PATCH 
versions, so no breaking changes.

## How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, 
manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)

Please review http://spark.apache.org/contributing.html before opening a pull 
request.

Author: Fokko Driesprong <fokkodriespr...@godatadriven.com>

Closes #20103 from Fokko/SPARK-22919-bump-httpclient-versions.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fd7d141d
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fd7d141d
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fd7d141d

Branch: refs/heads/master
Commit: fd7d141d8bbba229c7304714bd418d3386f8f253
Parents: 234d943
Author: Fokko Driesprong <fokkodriespr...@godatadriven.com>
Authored: Sat Dec 30 10:37:41 2017 -0600
Committer: Sean Owen <so...@cloudera.com>
Committed: Sat Dec 30 10:37:41 2017 -0600

----------------------------------------------------------------------
 dev/deps/spark-deps-hadoop-2.6 | 4 ++--
 dev/deps/spark-deps-hadoop-2.7 | 4 ++--
 pom.xml                        | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/fd7d141d/dev/deps/spark-deps-hadoop-2.6
----------------------------------------------------------------------
diff --git a/dev/deps/spark-deps-hadoop-2.6 b/dev/deps/spark-deps-hadoop-2.6
index fea6427..a7fce2e 100644
--- a/dev/deps/spark-deps-hadoop-2.6
+++ b/dev/deps/spark-deps-hadoop-2.6
@@ -84,8 +84,8 @@ hk2-locator-2.4.0-b34.jar
 hk2-utils-2.4.0-b34.jar
 hppc-0.7.2.jar
 htrace-core-3.0.4.jar
-httpclient-4.5.2.jar
-httpcore-4.4.4.jar
+httpclient-4.5.4.jar
+httpcore-4.4.8.jar
 ivy-2.4.0.jar
 jackson-annotations-2.6.7.jar
 jackson-core-2.6.7.jar

http://git-wip-us.apache.org/repos/asf/spark/blob/fd7d141d/dev/deps/spark-deps-hadoop-2.7
----------------------------------------------------------------------
diff --git a/dev/deps/spark-deps-hadoop-2.7 b/dev/deps/spark-deps-hadoop-2.7
index 6dd4433..94b2e98 100644
--- a/dev/deps/spark-deps-hadoop-2.7
+++ b/dev/deps/spark-deps-hadoop-2.7
@@ -84,8 +84,8 @@ hk2-locator-2.4.0-b34.jar
 hk2-utils-2.4.0-b34.jar
 hppc-0.7.2.jar
 htrace-core-3.1.0-incubating.jar
-httpclient-4.5.2.jar
-httpcore-4.4.4.jar
+httpclient-4.5.4.jar
+httpcore-4.4.8.jar
 ivy-2.4.0.jar
 jackson-annotations-2.6.7.jar
 jackson-core-2.6.7.jar

http://git-wip-us.apache.org/repos/asf/spark/blob/fd7d141d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 34793b0..1b37164 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,8 +148,8 @@
     <!-- the producer is used in tests -->
     <aws.kinesis.producer.version>0.10.2</aws.kinesis.producer.version>
     <!--  org.apache.httpcomponents/httpclient-->
-    <commons.httpclient.version>4.5.2</commons.httpclient.version>
-    <commons.httpcore.version>4.4.4</commons.httpcore.version>
+    <commons.httpclient.version>4.5.4</commons.httpclient.version>
+    <commons.httpcore.version>4.4.8</commons.httpcore.version>
     <!--  commons-httpclient/commons-httpclient-->
     <httpclient.classic.version>3.1</httpclient.classic.version>
     <commons.math3.version>3.4.1</commons.math3.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to