-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Documentation in Chapter 43 currently states:
import org.jboss.resteasy.plugins.client.httpclient.ProxyFactory;
Due to the 2.0 change of merging resteasy-client.jar into resteasy-jaxrs.jar, it should read:
import org.jboss.resteasy.client.ProxyFactory;