Sourced from io.jsonwebtoken:jjwt-api's releases.
0.13.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 nowpublic
for those that want register a claims type converter on their own specifiedObjectMapper
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
Sourced from io.jsonwebtoken:jjwt-api's changelog.
0.13.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.This
0.13.0
minor release has only one change:
- The previously private
JacksonDeserializer(ObjectMapper objectMapper, Map<String, Class<?>> claimTypeMap)
constructor is nowpublic
for those that want register a claims type converter on their own specifiedObjectMapper
instance. See Issue 914.
a757add
[maven-release-plugin] prepare release 0.13.0e357463
Preparing for the 0.13.0 release.b6f8cb8
Made constructor public to allow users their own objectMapper instance
(#972)03f088a
Bumping development version to 0.13.0-SNAPSHOT (#1014)3f2697f
Release 0.12.7 (#1012)a0a123e
PR #917Sourced from io.jsonwebtoken:jjwt-impl's releases.
0.13.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 nowpublic
for those that want register a claims type converter on their own specifiedObjectMapper
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
Sourced from io.jsonwebtoken:jjwt-impl's changelog.
0.13.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.This
0.13.0
minor release has only one change:
- The previously private
JacksonDeserializer(ObjectMapper objectMapper, Map<String, Class<?>> claimTypeMap)
constructor is nowpublic
for those that want register a claims type converter on their own specifiedObjectMapper
instance. See Issue 914.
a757add
[maven-release-plugin] prepare release 0.13.0e357463
Preparing for the 0.13.0 release.b6f8cb8
Made constructor public to allow users their own objectMapper instance
(#972)03f088a
Bumping development version to 0.13.0-SNAPSHOT (#1014)3f2697f
Release 0.12.7 (#1012)a0a123e
PR #917