Skip to content

0.84.2 – Keep it going

Compare
Choose a tag to compare
@pdvrieze pdvrieze released this 04 May 10:17
· 356 commits to master since this release

Features:

  • Add @XmlIgnoreWhitespace annotation to allow not retaining whitespace with
    an @XmlValue field of type List<CompactFragment>

Fixes:

  • Fix storing comment events
  • Don't defer serializing inline values as that is not valid. This
    also addresses a potential similar issue when reordering.
  • When deserializing element content to a List<CompactFragment> retain
    ignorable whitespace.
  • Fix the StringReader implementation for native (an issue with parsing from
    strings over 8192 characters long). #86.