What to use instead of org.jboss.resteasy.client.ClientRequest?

前端 未结 3 1040
你的背包
你的背包 2021-02-05 03:24

I just found that org.jboss.resteasy.client.ClientRequest is deprecated, invalidating everything I could find on Google about how to use the RESTEasy c

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-05 03:38

    The 3.0 beta documentation here describes these deprecations like so:

    Resteasy manual client API, interceptors, StringConverters, StringParamterConverters, and Async HTTP APIs have all been deprecated and will be removed possibly in a later release. There is now a JAX-RS 2.0 equivalent for each of these things.

    This would imply that the preferred method will be to use the JAX-RS Client API described in this post

提交回复
热议问题