Releases: treblereel/mapper-xml
Releases · treblereel/mapper-xml
0.9 Release
0.8 Release
- bump elemental2 to 1.2.1
0.6 Release
0.5 Release
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
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