Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make registration of OAuthBearerValidatorCallbackHandler conditional
`org.apache.kafka.common.security.oauthbearer.OAuthBearerValidatorCallbackHandler` depends on the optional `org.jose4j.keys.resolvers.VerificationKeyResolver` so it should only be registered when the latter is present, similarly to `org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerValidatorCallbackHandler` Closes quarkusio#38851
- Loading branch information