Update io.jsonwebtoken artifacts for Java 11 compatibility#22762
Merged
tdcmeehan merged 1 commit intoprestodb:masterfrom May 22, 2024
Merged
Update io.jsonwebtoken artifacts for Java 11 compatibility#22762tdcmeehan merged 1 commit intoprestodb:masterfrom
io.jsonwebtoken artifacts for Java 11 compatibility#22762tdcmeehan merged 1 commit intoprestodb:masterfrom
Conversation
Contributor
|
Nit, update the PR number placeholder |
Contributor
|
@steveburnett this doesn't affect any user functionality, so we can omit it. |
6 tasks
tdcmeehan
approved these changes
May 22, 2024
36 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The previous
io.jsonwebtoken.jjwt:0.9.0is not compatible with Java 11 at runtime. For versions 10.0.0 and beyond, thejjwtapi and implementation are split into separate artifacts.Motivation and Context
This was discovered while testing #22417, which has a depedency on
jjwt-api.See also: https://github.com/jwtk/jjwt#understanding-jjwt-dependencies
Impact
Enhances Java 11 support
Test Plan
An API update necessitated the update of one of the jdbc tests to include a longer key.
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.