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
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Describe the bug
Keycloak integration on moove needs the resteasy dependency, the resteasy dependency on keycloak its outdated:
https://github.com/keycloak/keycloak/blob/master/pom.xml#L94
https://github.com/keycloak/keycloak/blob/main/integration/admin-client/pom.xml#L34
Until keycloak update the resteasy dependency will not be possible to update our resteasy dependency. It will cause a conflict of versions:
https://keycloak.discourse.group/t/resteasy003940-unable-to-instantiate-messagebodyreader/10282
Solution
Wait until keycloak upgrade the resteasy dependency to a version above 4.5.6 and update the moove pom.xml with the same version
The text was updated successfully, but these errors were encountered: