Unclaimed project
Are you a maintainer of jjwt? Claim this project to take control of your public changelog and roadmap.
This is the last minor JJWT release branch that will support Java 7.
Any necessary emergency bug fixes will be fixed in subsequent 0.13.x patch releases, but all new development, including Java 8 compatible changes, will be in the next minor (0.14.0) release.
All future JJWT major and minor versions ( 0.14.0 and later) will require Java 8 or later.
This release contains a single change:
JacksonDeserializer(ObjectMapper objectMapper, Map<String, Class<?>> claimTypeMap) constructor is now public for those that want register a claims type converter on their own specified ObjectMapper instance. Thank you to @kesrishubham2510 for PR #972. See Issue 914.Full Changelog: https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0