Skip to content

Commit

Permalink
Use httpclient 5.3.1, not httpclient 5.4
Browse files Browse the repository at this point in the history
Reverts 1991154 from
jenkinsci#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.

jenkinsci#29
notes that there may have been a breaking change in httpclient 5.4.

jenkinsci#59
also notes that there is an issue in httpclient 5.4.
  • Loading branch information
MarkEWaite committed Oct 23, 2024
1 parent 6b5b322 commit 83b40ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<properties>
<gitHubRepo>jenkinsci/apache-httpcomponents-client-5-api-plugin</gitHubRepo>
<httpclient.version>5.4</httpclient.version>
<httpclient.version>5.3.1</httpclient.version>
<httpcore.version>5.3.1</httpcore.version>
<jenkins.version>2.361.4</jenkins.version>
<revision>${httpclient.version}</revision>
Expand Down

0 comments on commit 83b40ba

Please sign in to comment.