This page: http://cxf.apache.org/docs/jax-rs-client-api.html#JAX-RSClientAPI-JAX-RS2.0andCXFspecificAPI
contains this link: https://jax-rs-spec.java.net/nonav/2.0/apidocs/javax/ws/rs/client/package-frame.html which does not show the package intro. Meanwhile, WARNING: Interceptor for {https://git.basistech.net/repos/benson/test-release-notes/releases}WebClient has thrown exception, unwinding now org.apache.cxf.interceptor.Fault: No message body writer has been found for class com.basistech.ReleaseInfo, ContentType: application/json apparently I need to register a provider to get object serialization. The aforementioned page leaves me with the impression that I don't. What does registering Jackson look like for JAX-RS 2.0?
