You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pgelinas
pushed a commit
to pgelinas/jackson-dataformat-xml
that referenced
this issue
Dec 10, 2013
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.
The text was updated successfully, but these errors were encountered: