We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a xml pretty printer is used, the flag of WRITE_BIGDECIMAL_AS_PLAIN is not taken into account for that if statement.
Is there a reason for this? If not, I can see if I can create a PR to resolve.
https://github.com/FasterXML/jackson-dataformat-xml/blob/master/src/main/java/com/fasterxml/jackson/dataformat/xml/ser/ToXmlGenerator.java#L1126
The text was updated successfully, but these errors were encountered:
Fix FasterXML#336
6def77c
Fixed usage of WRITE_BIGDECIMAL_AS_PLAIN when XML pretty printer is configured.
bb420a2
Backport #336 fix
882b42c
Fix for FasterXML#336, multiple class adapted for the feature.
7c0a367
- Accepts new annotation for collection type.
No branches or pull requests
When a xml pretty printer is used, the flag of WRITE_BIGDECIMAL_AS_PLAIN is not taken into account for that if statement.
Is there a reason for this? If not, I can see if I can create a PR to resolve.
https://github.com/FasterXML/jackson-dataformat-xml/blob/master/src/main/java/com/fasterxml/jackson/dataformat/xml/ser/ToXmlGenerator.java#L1126
The text was updated successfully, but these errors were encountered: