Add jakarta support through bytecode transformation #157
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.
Changes
This PR introduces comprehensive Jakarta EE support for the auth0-java-mvc-common library through Eclipse Transformer-based bytecode transformation. This enables the library to work seamlessly with both traditional Java EE (javax.servlet) and modern Jakarta EE (jakarta.servlet) environments without requiring separate codebases.
Key Changes:
Build System Enhancements:
src/testJakarta/)performJakartaTransformationandtransformJarToJakartaGradle tasksjakarta.servlet-api:5.0.0Test Coverage:
JakartaCompatibilityTest.javato verify Jakarta EE servlet API compatibilityHttpServletRequest,HttpServletResponse,HttpSession, andCookieJakarta classestestJakartatask to run Jakarta-specific tests with transformed bytecodeDistribution:
jakartaclassifier)Documentation:
Classes and Methods Added:
JakartaCompatibilityTestclass with Jakarta servlet API verification testsperformJakartaTransformation,transformJarToJakarta,testJakartabuild.gradleEndpoints/APIs:
mvc-auth-commons:1.12.0:jakartaReferences
Testing
This change has been thoroughly tested to ensure compatibility across both servlet environments:
This change adds test coverage
JakartaCompatibilityTestwith comprehensive Jakarta servlet API testsThis change has been tested on the latest version of Java or why not
Manual Testing:
Checklist