Skip to content

Commit f4c1add

Browse files
authored
Use Apache HttpClient5 transport as the default (#4287)
1 parent 9c09b43 commit f4c1add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/testcontainers/utility/TestcontainersConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public String getDockerClientStrategyClassName() {
176176
}
177177

178178
public String getTransportType() {
179-
return getEnvVarOrProperty("transport.type", "okhttp");
179+
return getEnvVarOrProperty("transport.type", "httpclient5");
180180
}
181181

182182
public Integer getImagePullPauseTimeout() {

0 commit comments

Comments
 (0)