Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct resource location for service loader logging of JWTCallerPrincipalFactory #415

Conversation

acoburn
Copy link
Contributor

@acoburn acoburn commented Feb 7, 2021

When loading an instance of JWTCallerPrincipalFactory via the ServiceLoader, that instance will need to be registered under the io.smallrye.jwt.auth.principal.JWTCallerPrincipalFactory entry in ./META-INF/services/.

The logging component for this, however, makes use of an incorrect path for that resource. (There is no such org.eclipse.microprofile.jwt.principal.JWTCallerPrincipalFactory class or interface.)

@sberyozkin sberyozkin added this to the 2.4.4 milestone Feb 7, 2021
@sberyozkin sberyozkin self-requested a review February 7, 2021 17:35
@sberyozkin sberyozkin merged commit 5c80242 into smallrye:master Feb 7, 2021
@acoburn acoburn deleted the feature/service-loader-jwt-caller-principal-factory branch February 7, 2021 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants