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

Version 0.3.0

Compare
Choose a tag to compare
@pieterbos pieterbos released this 04 Aug 13:55
· 192 commits to master since this release
747d08c

This version introduces improvements to serialization and parsing of archetypes to both JSON and XML. Also more of the reference model is implemented - all of the models are present except for the EHR extract package.

  • fixes to JSON parsing and serialization of RM and AOM models
  • fixes to XML parsing and serialization of RM models
  • implemented XML parsing and serialization for AOM models
  • added the type of items in collections to the RMAttributeInfo
  • added JacksonUtil to retrieve a Jackson ObjectMapper that works well with Archie
  • documented how to parse/generate XML and JSON in the readme.

Backwards incompatible changes:

  • some packages for RM models have been updated to the correct value
  • some data types in the RM models have been updated to the correct values
  • moved the JAXBUtil to a different package.

Library updates:

  • updated to kryo 4.0.0 and jackson 2.7.5

Bugfixes:

  • ADL Serialization: if unordered/ordered and unique occur at the same time, they should be joined with a ';', not ','
  • made RM models abstract that should be abstract according to spec
  • removed the parent attributes from the contents of the RM Model Info