Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Version 0.2.1

Compare
Choose a tag to compare
@pieterbos pieterbos released this 04 Jul 17:51
· 217 commits to master since this release

This release adds tests and fixes to the XML (de)serialization. Some changes were done that might in some cases cause API incompatibility with earlier versions.

It also adds an ObjectMapper for JSON (de)serialization, including tests. See com.nedap.archie.json.JacksonUtil::getObjectMapper for how to obtain an object mapper that works well with both the Archie RM and AOM models.

Backwards incompatible changes:

  • com.nedap.archie.util.JAXBUtil has been moved to com.nedap.archie.xml.JAXBUtil
  • setMagnitude removed from DvQuantified, but implemented in all models extending DvQuantified where setMagnitude is applicable