Skip to content

Commit 83b40ba

Browse files
committed
Use httpclient 5.3.1, not httpclient 5.4
Reverts 1991154 from #57 jenkinsci/docker-plugin#1032 describes the failure that end users encounter with httpclient 5.4 when connecting to the Docker daemon over a Unix domain socket. jenkinsci/docker-plugin#1103 describes the test automation failure that happens with httpclient 5.4. #29 notes that there may have been a breaking change in httpclient 5.4. #59 also notes that there is an issue in httpclient 5.4.
1 parent 6b5b322 commit 83b40ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<properties>
4545
<gitHubRepo>jenkinsci/apache-httpcomponents-client-5-api-plugin</gitHubRepo>
46-
<httpclient.version>5.4</httpclient.version>
46+
<httpclient.version>5.3.1</httpclient.version>
4747
<httpcore.version>5.3.1</httpcore.version>
4848
<jenkins.version>2.361.4</jenkins.version>
4949
<revision>${httpclient.version}</revision>

0 commit comments

Comments
 (0)