I want to disable the CANONICALIZE_FIELD_NAMES feature and wanted to know how can I do that through xml http://cxf.apache.org/schemas/jaxrs.xsd. For example I would configure the providers as follows
<jaxrs:providers>
<bean class="org.codehaus.jackson.jaxrs.JacksonJsonProvider"/>
</jaxrs:providers>
I assume the features would also be configured in a similar fashion
<jaxrs:features>
----
</jaxrs:features>
I tried checking online did not find any solution