p2-inc / keycloak-magic-link

Magic Link Authentication for Keycloak
https://phasetwo.io
Other
222 stars 44 forks source link

Keycloak 21.0.1 Class cast exception for class HttpResponse #22

Closed cphuoc91 closed 1 year ago

cphuoc91 commented 1 year ago

There was an error at startup since keycloak-services 21.0.1 have changed Cors class accept classes org.keycloak.http.HttpRequest instead of org.jboss.resteasy.spi.HttpRequest

v20.0.5: Cors.java

v21.0.1: Cors.java

xgp commented 1 year ago

Yes. There are a few things related to that change that need to be updated in all of our extensions. An update is in process.

xgp commented 1 year ago

our 0.8 release solves this, and because of the breaking change in the Keycloak 21.0.0 API, it will no longer be compatible with previous Keycloak versions.