openmhealth / omh-dsu-ri

An application for storing mobile health data and authorizing access to it.
http://www.openmhealth.org/documentation/#/store-data/storage-overview
Apache License 2.0
39 stars 32 forks source link

JSON serialisation of Optional metadata fields is broken #1

Closed emersonf closed 10 years ago

emersonf commented 10 years ago

The Optional acquisition provenance and schema version qualifier are not being serialised correctly due to Jackson missing Java 8 serialisers. The issue is addressed here.

Based on the timing of a Java 8 Jackson module, either include that module or add getters to avoid this.