Baeldung / spring-security-oauth

Just Announced - "Learn Spring Security OAuth":
http://bit.ly/github-lsso
MIT License
1.99k stars 1.95k forks source link

Resteasy removed since Keycloak 25 #547

Open dsubelman opened 3 weeks ago

dsubelman commented 3 weeks ago

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

Additional Context

Keycloak reference links: