mirror of https://github.com/jwtk/jjwt.git
6e74be0b8d
* Fix split package issue in extensions/jackson and extensions/orgjson This moves the implementation specific classes: - `io.jsonwebtoken.io.Jackson*` to `io.jsonwebtoken.jackson.io.Jackson*` - `io.jsonwebtoken.io.OrgJson*` to `io.jsonwebtoken.orgjson.io.OrgJson*` * Add Backwards Compatibility Warning to CHANGELOG * Add `jjwt-jackson:deprecated` and `jjwt-orgjson:deprecated` modules to retain backward-compatible versions of the Jackson and OrgJson Serializers (this is built with the shade plugin and binary compatibility validated with japicmp) Fixes: #399 |
||
---|---|---|
.. | ||
src | ||
pom.xml |