Branch: refs/heads/3.0
Home:
https://github.com/resteasy/Resteasy
Commit: b40eeee92d8c63b63809b06cbd1a7c76fb0f9519
https://github.com/resteasy/Resteasy/commit/b40eeee92d8c63b63809b06cbd1a7...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-07-05 (Wed, 05 Jul 2017)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ApacheHttpClient43Engine.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ApacheHttpClient4Engine.java
A
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/HttpContextProvider.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/factory/ApacheHttpClient4EngineFactory.java
Log Message:
-----------
[RESTEASY-1669] Deprecating ApacheHttClient*Engine constructors allowing to specify a
HttpContext instance and explaining potential issues with that approach in the javadoc;
added a new HttpContextProvider abstraction to allow users controlling the HttpContext
lifecycle.