-
Enhancement
-
Resolution: Unresolved
-
Major
-
6.2.4.Final
-
None
When using resteasy client proxy capabilities, we have the following warning.
17:51:18,685 WARN [org.jboss.resteasy.client.jaxrs.i18n] (Cleaner-0) RESTEASY004687: Closing a class org.jboss.resteasy.client.jaxrs.engines.ManualClosingApacheHttpClient43Engine$CleanupAction instance for you. Please close clients yourself.
We don't know how can we close the http client ourself.
The proxy is building the http client itself.
Any help on this ?
Some infos:
- It's happening on Jboss EAP 8.0 (resteasy-client-6.2.4.Final-redhat-00001)
- We're building the proxy this way via org.jboss.resteasy.client.jaxrs.ResteasyWebTarget.proxy(Class<T>)