-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
OutputDecorator
not called with XmlMapper
#333
Comments
That is quite possible: I fixed this, I think, for 3.0 ( Which version is this with? |
Sorry, should have mentionned the version. Got the issue in 2.9.8 |
OutputDecorator
not called with XmlMapper
Ok, I think I fixed this in 2.9 -- tests only added in 2.10 due to some problems in reusing tests from other formats (where fix is only in 2.10; configuration of decorators changes between 2.9/2.10 wrt recommended method). So, 2.9.9 should have the fix; 2.10.0 as well. |
Just tested it in 2.9.9, it actually works, thanks a lot! |
Quick question, do you plan a release of 2.9.9 soon? |
Released now. |
Great, thanks a lot! |
OutputDecorator
seems to be ignored onXmlMapper
.With a (JSON)
ObjectMapper
, the following test passes:But with an
XmlMapper
, the following test fails:with the following error:
According to the source code, it seems that the
XmlFactory
never calls its_decorate()
method.The text was updated successfully, but these errors were encountered: