Skip to content

Commit 54dbf94

Browse files
authored
Update httpclient for JDK 11 TLS engine (#37994)
The apache commons http client implementations recently released versions that solve TLS compatibility issues with the new TLS engine that supports TLSv1.3 with JDK 11. This change updates our code to use these versions since JDK 11 is a supported JDK and we should allow the use of TLSv1.3.
1 parent aeab55e commit 54dbf94

File tree

67 files changed

+61
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+61
-45
lines changed

buildSrc/version.properties

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,13 @@ joda = 2.10.1
2121
# test dependencies
2222
randomizedrunner = 2.7.1
2323
junit = 4.12
24-
httpclient = 4.5.2
25-
# When updating httpcore, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
26-
httpcore = 4.4.5
27-
# When updating httpasyncclient, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
28-
httpasyncclient = 4.1.2
24+
httpclient = 4.5.7
25+
httpcore = 4.4.11
26+
httpasyncclient = 4.1.4
2927
commonslogging = 1.1.3
30-
commonscodec = 1.10
28+
commonscodec = 1.11
3129
hamcrest = 1.3
3230
securemock = 1.2
33-
# When updating mocksocket, please also update server/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
3431
mocksocket = 1.2
3532

3633
# benchmark dependencies

client/rest/licenses/commons-codec-1.10.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3acb4705652e16236558f0f4f2192cc33c3bd189

client/rest/licenses/httpasyncclient-4.1.2.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f3a3240681faae3fa46b573a4c7e50cec9db0d86

client/rest/licenses/httpclient-4.5.2.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dda059f4908e1b548b7ba68d81a3b05897f27cb0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
de748cf874e4e193b42eceea9fe5574fabb9d4df

client/rest/licenses/httpcore-4.4.5.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7d0a97d01d39cff9aa3e6db81f21fddb2435f4e6

0 commit comments

Comments
 (0)