Download Latest Version 0.13.0 source code.tar.gz (615.4 kB)
Email in envelope

Get an email when there's a new version of Java JWT JSON

Home / 0.13.0
Name Modified Size InfoDownloads / Week
Parent folder
0.13.0 source code.tar.gz 2025-08-20 615.4 kB
0.13.0 source code.zip 2025-08-20 1.2 MB
README.md 2025-08-20 927 Bytes
Totals: 3 Items   1.8 MB 0

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: https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0

Source: README.md, updated 2025-08-20