You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Issue Keycloak 25 completed transitioning away from Resteasy core. As a result of this transition, the class org.keycloak.common.util.ResteasyProvider was removed.
Expected Behavior Resteasy3Provider, which implements org.keycloak.common.util.ResteasyProvider, should be modified or replaced to ensure compatibility with the updated Keycloak version.
Article and Module Links
Affected article: Keycloak Embedded in a Spring Boot Application
Affected module: oauth-authorization-server
Describe the Issue
Keycloak 25 completed transitioning away from Resteasy core. As a result of this transition, the class
org.keycloak.common.util.ResteasyProvider
was removed.Expected Behavior
Resteasy3Provider
, which implementsorg.keycloak.common.util.ResteasyProvider
, should be modified or replaced to ensure compatibility with the updated Keycloak version.Environment
Additional Context
Keycloak reference links:
The text was updated successfully, but these errors were encountered: