p2-inc / keycloak-events

Useful Keycloak event listener implementations and utilities.
https://phasetwo.io
Other
168 stars 35 forks source link

Does not compile for 20.0.3 #20

Closed ivankovalenko closed 1 year ago

ivankovalenko commented 1 year ago

Code is not ready to be used with keycloak 20.0.3

Steps to reproduce

Expected result BUILD SUCCESS

xgp commented 1 year ago

That's correct. We only keep main up to date with the current version of Keycloak. They changed how they do HTTP request/response objects in version 21, and we had to update to keep current.

ivankovalenko commented 1 year ago

I suggest then to remove compability note in README stating the extension is ready for Keycloak > 15

xgp commented 1 year ago

Will do. Thanks.