spring-security-oauth icon indicating copy to clipboard operation
spring-security-oauth copied to clipboard

Resteasy removed since Keycloak 25

Open dsubelman opened this issue 5 months ago • 0 comments

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 implements org.keycloak.common.util.ResteasyProvider, should be modified or replaced to ensure compatibility with the updated Keycloak version.

Environment

  • OS: any
  • Browser: any
  • Version: any

Additional Context

Keycloak reference links:

dsubelman avatar Sep 03 '24 17:09 dsubelman