[WFCORE-7694] Wire jose jwk, jwks and util, and Jackson into elytron-base - #6915
Open
rawojeda wants to merge 1 commit into
Open
[WFCORE-7694] Wire jose jwk, jwks and util, and Jackson into elytron-base#6915rawojeda wants to merge 1 commit into
rawojeda wants to merge 1 commit into
Conversation
|
Hello, rawojeda. I'm waiting for one of the admins to verify this patch with /ok-to-test in a comment. |
…base: JWKS unification (ELY-2924) makes token-realm depend on the new jwks artifact(transitively pulls in jose jwk and util + Jackson). Signed-off-by: Raul Ojeda Robles <raw_ojeda99@hotmail.com>
rawojeda
force-pushed
the
WFCORE-7694-jwks-jackson-module-wiring
branch
from
September 7, 2026 16:31
cf4a43b to
93ee354
Compare
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.
Solution
Adds wildfly-elytron-jose-jwk, wildfly-elytron-jose-jwks, and wildfly-elytron-jose-util as direct dependencies of core-feature-pack-common, and wires them plus Jackson(jackson-core/jackson-annotations/jackson-databind) into elytron-base's module.xml.
Related:
Testing
Verified with
mvn install -DskipTests(BanTransitiveDependencies passes for both wildfly-core-feature-pack-common and wildfly-core-galleon-pack) against elytron snapshot(with PR2495 changes). Also verified with fullwildfly.