jjwt v0.11.4 Release Notes
-
๐ This patch release:
- โ Adds additional handling for rare JSON parsing exceptions and wraps them in a
JwtException
to allow the application to handle these conditions as JWT concerns. - โฌ๏ธ Upgrades the
jjwt-jackson
module's Jackson dependency to2.12.6.1
. - โฌ๏ธ Upgrades the
jjwt-orgjson
module's org.json:json dependency to20220320
. - โฌ๏ธ Upgrades the
jjwt-gson
module's gson dependency to2.9.0
. - ๐ Upgrades the internal testing BouncyCastle version and any references in README documentation examples to
1.70
. - ๐ Contains various documentation and typo fixes.
๐ The patch also makes various internal project POM and build enhancements to reduce repetition and the chance for ๐ stale references, and overall create a cleaner build with less warnings. It also ensures that CI testing builds โ and executes on all latest OpenJDK versions from Java 7 to Java 18 (inclusive).
Issues included in this patch are listed in the JJWT 0.11.4 milestone.
- โ Adds additional handling for rare JSON parsing exceptions and wraps them in a