hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

Using the consumer with the gson provider #189

Closed col-panic closed 7 years ago

col-panic commented 7 years ago

Hy there,

i managed to get the provider with gson to working - very nice! But when providing my rest api via json it seems that I can't get the consumer to accept the json responses. Installing the provider.gson on client side does not work. I am using jersey-min for both client and server side!

thanks

col-panic commented 7 years ago

Nevermind. My own fault, I have to add the GsonProvider on ConsumerFactory.createConsumer