OBSDATA-11013 Upgrade pac4j to v5#360
Merged
Ashi Bhardwaj (ashibhardwaj) merged 8 commits into30.0.1-confluentfrom Jul 16, 2025
Merged
OBSDATA-11013 Upgrade pac4j to v5#360Ashi Bhardwaj (ashibhardwaj) merged 8 commits into30.0.1-confluentfrom
Ashi Bhardwaj (ashibhardwaj) merged 8 commits into30.0.1-confluentfrom
Conversation
PANKAJ KUMAR (Pankaj260100)
approved these changes
Jul 16, 2025
f39567a
into
30.0.1-confluent
2 checks passed
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.
Fixes OBSDATA-11013.
Summary of Changes
Version Updates (pom.xml)
New Dependency Added
Import Changes Across Files
Code Changes
Configuration Files
Potential Breaking Changes & Risks
Risk: The switch from pac4j's JavaSerializer to standard Java serialization could cause issues with existing user sessions
Impact: Users with active sessions might need to re-authenticate after the upgrade
Risk: The move of JEE components to pac4j-jee module could affect deployment
Impact: Need to ensure the new dependency is properly included in distribution
Risk: pac4j 5.x has significant API changes that could affect custom configurations
Impact: Any custom pac4j configurations outside this codebase might break
Risk: The OWASP suppressions mentioned pac4j 5.7.3 might not support JDK 8
Impact: Could affect environments still running Java 8
To-do
This PR has: