Skip to content

0.13.0

Latest
Compare
Choose a tag to compare
@lhazlewood lhazlewood released this 20 Aug 23:53
· 1 commit to master since this release

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.

What's Changed

This release contains a single change:

  • The previously private 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: 0.12.7...0.13.0