Releases: Chavaillaz/jaxb-stream
Releases · Chavaillaz/jaxb-stream
1.1.6
1.1.5
1.1.4
- Use single empty tag (changing
<tag></tag>
to<tag />
). This change can reduce the file size by a lot for a big xml file. - Write the last closing tag on a new line. Before this change, the last tag is on the same line of the previous tag.
- Set the xml's encoding to UTF-8. Before, it uses another not-so-common one.
- Change
rootElement
andxmlWriter
to protected so that the inherited class can modify it. After inheriting theStreamingMarshaller
class, we normally want to override thexmlWriter
to set addition properties, etc. - Updates to slf4j to version 2.
Thanks a lot @fcyu for your contribution !
1.1.3
1.1.2
1.1.1
1.0.4
1.1.0
- Update maven dependencies to use Jakarta Binding XML Binding