Releases: openapi-tools/jackson-dataformat-hal
Releases · openapi-tools/jackson-dataformat-hal
Support @JsonView
Introducing support for @JsonView
annotations (#33)
Thank to @timothy-volvo for the contribution.
Dependency update
- Updating dependencies (9e8aab0)
- Updated JUnit version (#30)
- Updated
README.md
(#36)
Feature Release
- Fixing reference to vulnerable Jackson version
HALLink
serializable (#22)
Bug Fix
- Fixing problem with @JsonTypeInfo (#25)
Thanks to @Phil404 for the contribution.
Adding Curie Support
Adding support for using curies in the definition of link relation keys - as defined by the HAL specification. Proposed in #4.