-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable GensonJaxRSFeature in resteasy web.xml #108
Comments
Are you doing this? If you have a question please first use the google group http://groups.google.com/group/genson or the gitter room https://gitter.im/owlike/genson. |
Hi @EugenCepoi , Sorry for inconvenience about issue posting, but i think disabling support with web.xml may be good feature. Then, I tried your suggestion;
}` `init-param
It still uses genson to parse over jackson. |
Np. Do you have a simplified version of your web.xml? Or even better would be a mavenized example that I can run to test it. Sent from my iPhone
|
Thanks @EugenCepoi , i am preparing an example code btw, complete web.xml; |
I don't see anything wrong in here, a runnable example would be helpful. |
Hi,
In documentation/Extensions/JaxRs disabling genson explained. But it is for jersey.
Is there any way to disable GensonJaxRSFeature in web.xml at resteasy application.
Our rest interface heavily depend on the Jackson, but also we need&like genson when class serialization & deserialization, so we can not remove it from dependencies.
resteasy selects a json-converter-provider from dependencies automatically.
Any help or pr really appreciated. @EugenCepoi
ps: i am also working with this but i am so newbie in resteasy&jaxrs stuff.
The text was updated successfully, but these errors were encountered: