Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix package builder emitting JSON with missing keys for empty values
The meaning of `mapper.setSerializationInclusion` changed with the Jackson upgrade, which meant that empty collections were being fully stripped from the output. Fix by changing the strategy to NON_ABSENT, which only strips nulls and "absent" values like Optional.absent
- Loading branch information