Skip to content
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

Problem with @JacksonXmlText when property output is suppressed #84

Closed
pgelinas opened this issue Dec 10, 2013 · 0 comments
Closed

Problem with @JacksonXmlText when property output is suppressed #84

pgelinas opened this issue Dec 10, 2013 · 0 comments
Milestone

Comments

@pgelinas
Copy link
Member

A property annotated with @JacksonXmlText that is being suppressed during serialization (for example, with Include.NON_EMPTY) will "leak" to the next property being written, even if it is not in the same bean.

pgelinas pushed a commit to pgelinas/jackson-dataformat-xml that referenced this issue Dec 10, 2013
pgelinas pushed a commit to pgelinas/jackson-dataformat-xml that referenced this issue Dec 10, 2013
cowtowncoder added a commit that referenced this issue Dec 26, 2013
Unit test and fix for issue #84
cowtowncoder added a commit that referenced this issue Dec 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants