Hi all,

I was playing with the YAML provider today and saw an issue.  In the local
unit tests, everything runs fine.  However when you deploy the equivalent
example to the app server it was failing.  I believe its a class loader
issue, since they seem to use some basic class loading support to do POJO
binding.

I've raised a PR to fix the classloader issue, as well as filed a JIRA
ticket.  I'm not sure if this is newer functionality but I had upgraded
SnakeYAML to match the version deployed to Wildfly.  The docs should
probably be updated to reflect the new version (1.15) as well as the new
behavior when an invalid YAML document is passed in (it returns 400 instead
of 500).

https://github.com/resteasy/Resteasy/pull/673
https://issues.jboss.org/browse/RESTEASY-1223

John
------------------------------------------------------------------------------
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to