Skip to content

Releases: Chavaillaz/jaxb-stream

1.1.6

03 Nov 14:33
Compare
Choose a tag to compare
  • Update dependencies
    • Glassfish JAXB Runtime updated to 4.0.5
    • Woodstox updated to 7.1.0
    • Slf4j updated to 2.0.16

1.1.5

21 May 20:53
Compare
Choose a tag to compare
  • Updates dependencies
    • Glassfish JAXB Runtime updated to 4.0.2
    • Woodstox updated to 6.5.1
    • Slf4j updated to 2.0.7

1.1.4

08 Dec 19:24
Compare
Choose a tag to compare
  • 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 and xmlWriter to protected so that the inherited class can modify it. After inheriting the StreamingMarshaller class, we normally want to override the xmlWriter to set addition properties, etc.
  • Updates to slf4j to version 2.

Thanks a lot @fcyu for your contribution !

1.1.3

08 Jun 18:32
Compare
Choose a tag to compare
  • Update jakarta.xml.bind-api and jaxb-runtime to new major version 4.0.0

1.1.2

03 Nov 01:06
Compare
Choose a tag to compare
  • Update dependencies to latest versions

1.1.1

19 Jan 22:19
Compare
Choose a tag to compare
  • Add possibility to give types and tags for marshalling / unmarshalling
  • Simplify extension of classes to handle complex files

1.0.4

15 Jan 00:46
Compare
Choose a tag to compare
  • Change dependencies for JAXB implementation to Glassfish

1.1.0

07 Jan 08:30
Compare
Choose a tag to compare

1.0.3

23 Nov 12:06
Compare
Choose a tag to compare
  • Change factory properties to avoid XXE attack.
  • Add possibility to give the container name when reading.

1.0.2

27 Sep 22:48
Compare
Choose a tag to compare
  • Update dependencies
  • Improve test coverage