Hi,
I have some general question about how Jersey uses JSON serializers.
I've just upgraded to jersey 1.4 and noticed that it pulls the
jackson-jaxrs.jar (which contains the jackson providers) making Jersey to
use Jackson for JSON serialization.
By doing this, configuration options using JSONConfiguration class along
with most of the classes in jersey-json.jar no longer works or applicable.
By excluding the jackson-jaxrs.jar brings back the jettision JSON lib.
My first question is that is this the recommended way for registering the
providers? It seems like when multiple providers are deployed, it picks the
first one that it encounters.
Next question is that is there any plan to provide similar configuration
options in Jackson through Jersey? Or is it left to Jackson to deal with
this.
Thanks
--
View this message in context: http://jersey.576304.n2.nabble.com/Jersey-with-Jackson-for-JSON-tp6480924p6480924.html
Sent from the Jersey mailing list archive at Nabble.com.