在使用响应之后,我试图释放资源,我也使用了org.jboss.resteasy.client.ClientResponse。我的代码如下。cannot find symbol [javac] location: class org.jboss.resteasy.client.ClientResponse
我在使用RESTEasy提供的客户端框架调用RESTful the服务时遇到了一些问题。当我尝试注册ResteasyProviderFactory时,我得到了一个ClassCastException,但没有其他的工作。java.lang.ClassCastException: com.sun.jersey.server.impl.provider.RuntimeDelegateImpl cannot be cast to org.jboss.resteasy.spi.ResteasyProviderFactory我使用<e