File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/main/java/com/github/dockerjava/jaxrs Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4949
5050 <jersey .version>2.23.1</jersey .version>
5151 <jackson-jaxrs .version>2.6.4</jackson-jaxrs .version>
52- <httpclient .version>4.5</httpclient .version>
52+ <httpclient .version>4.5</httpclient .version><!-- 4.5.1-4.5.2 broken -->
5353 <commons-compress .version>1.12</commons-compress .version>
5454 <commons-codec .version>1.10</commons-codec .version>
5555 <commons-io .version>2.5</commons-io .version>
9292 <dependency >
9393 <groupId >org.apache.httpcomponents</groupId >
9494 <artifactId >httpcore</artifactId >
95- <version >4.4</version >
95+ <version >4.4.5 </version >
9696 </dependency >
9797 <dependency >
9898 <groupId >org.apache.httpcomponents</groupId >
Original file line number Diff line number Diff line change 2929import java .net .URI ;
3030
3131import org .apache .http .HttpHost ;
32- import org .apache .http .annotation .Immutable ;
32+ import org .apache .http .annotation .Contract ;
33+ import org .apache .http .annotation .ThreadingBehavior ;
3334import org .apache .http .conn .ConnectTimeoutException ;
3435import org .apache .http .conn .socket .ConnectionSocketFactory ;
3536import org .apache .http .protocol .HttpContext ;
3839/**
3940 * Provides a ConnectionSocketFactory for connecting Apache HTTP clients to Unix sockets.
4041 */
41- @ Immutable
42+ @ Contract ( threading = ThreadingBehavior . IMMUTABLE_CONDITIONAL )
4243public class UnixConnectionSocketFactory implements ConnectionSocketFactory {
4344
4445 private File socketFile ;
You can’t perform that action at this time.
0 commit comments