Skip to content

Releases: treblereel/mapper-xml

0.8 Release

09 Jul 03:53
Compare
Choose a tag to compare
  • bump elemental2 to 1.2.1

0.6 Release

23 May 22:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: mapper-parent-0.5...v0.6

0.5 Release

24 Feb 05:25
Compare
Choose a tag to compare

What's Changed

  • XmlValue doesn't support XmlCData annotation by @treblereel in #100
  • workaround for ClassCastException (explicit cast needed in for-each l… by @treblereel in #103
  • adding ability to annotate collections with @XmlJavaTypeAdapter by @treblereel in #102
  • Deduplicate files between common and api by @niloc132 in #105
  • removed duplicated exception classes from api module by @treblereel in #104

New Contributors

Full Changelog: mapper-parent-0.4...mapper-parent-0.5

0.4 Release

12 Sep 18:45
Compare
Choose a tag to compare

Fixed known issues:

  • Codegen should use (un)marshallers for XmlElement(Ref) ty pe: Collections 5b2bafd
  • Failing tests for XML attribute handled by XMLAdapter fd309f9
  • Now It must be possible to use XMLAdapter for attrs ff1a9a1
  • Processor must skip generation of beans annotated with @XmlJavaTypeAdapter ef7a33d
  • Minor changes