Java-MVC-V2-Base-PR#154
Merged
Merged
Conversation
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.
Summary
Major release of
mvc-auth-commonswith migration from Java 8 /javax.servletto Java 17 and Jakarta Servlet 6.0. This release upgrades core Auth0 dependencies, removes deprecated APIs, migrates ID token validation toauth0-javav3, and adds security hardening.Included PRs
auth0-javato v3java-jwtto v4.5.0auth0-javav3module-info.javasupportKey Changes
Platform & Dependency Upgrades
javax.servlet→jakarta.servletauth0-java→ v3.5.1java-jwt→ v4.5.0Security Improvements
SignedCookieUtilsfor HMAC-SHA256 sign/verify supportDeprecated API Removal
handle(HttpServletRequest)→ usehandle(request, response)buildAuthorizeUrl(request, uri)→ use 3-parameter versionInvalidRequestException.getDescription()→ usegetMessage()ID Token Validation Migration
com.auth0.utils.tokens.IdTokenVerifierRS256/HS256algorithm detectionJPMS Support
module-info.javacom.auth0.mvcmoduleBreaking Changes
jakarta.servletnamespacehandle(request)removedhandle(request, response)buildAuthorizeUrl(request, uri)removedbuildAuthorizeUrl(request, response, uri)InvalidRequestException.getDescription()removedgetMessage()auth0-javav3 migrationTest Plan
RS256/HS256)