jjwt v0.8.0 Release Notes
-
๐ This is a minor feature enhancement, dependency version update and build update release. We switched from Jacoco to โ OpenClover as OpenClover delivers a higher quality of test metrics. As an interim measure, we introduced a new โก๏ธ repository that has an updated version of the coveralls-maven-plugin which includes support for Clover reporting to ๐ Coveralls. Once this change has been merged and released to the official coveralls-maven-plugin on maven central, ๐ this repository will be removed. The following dependencies were updated to the latest release version: maven ๐ compiler, maven enforcer, maven failsafe, maven release, maven scm provider, maven bundle, maven gpg, maven source, โฌ๏ธ maven javadoc, jackson, bouncy castle, groovy, logback and powermock. Of significance, is the upgrade for jackson as ๐ a security issue was addressed in its latest release.
๐ An
addClaims
method is added to theJwtBuilder
interface in this release. It adds all given name/value pairs to ๐ฐ the JSON Claims in the payload.โ Additional tests were added to improve overall test coverage.