ryantenney / passkit4j

Java library for generating Apple Passbook (.pkpass) files

Home Page:http://www.ryantenney.com/passkit4j/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumberField not exporting 0-value with Jackson 2.6.3

nlang opened this issue · comments

If a NumberField is given the value 0 the exported pass has no "value" field in pass.json for that NumberField and therefore breaks the pass.
I use Jackson 2.6.3 beacause I use passkit4j in combination with Dropwizard.

This is the related Jackson issue:
Issue 849 of FasterXML/jackson-databind