vzakharchenko / keycloak-radius-plugin

Make the radius server as part of keycloak SSO
Apache License 2.0
188 stars 46 forks source link

org.keycloak:keycloak-servlet-filter-adapter removed in keycloak 25.0.4 #871

Open ckbaker10 opened 2 months ago

ckbaker10 commented 2 months ago

Describe the bug [ERROR] Failed to execute goal on project keycloak-plugins: Could not resolve dependencies for project com.github.vzakharchenko:keycloak-plugins:pom:1.4.11: Could not find artifact org.keycloak:keycloak-servlet-filter-adapter:jar:25.0.4 in jboss (https://repository.jboss.org) -> [Help 1]

To Reproduce update pom.xml to keycloak 25.0.4 mvn package

Additional context https://github.com/keycloak/keycloak/discussions/11790#discussioncomment-2686201

https://www.keycloak.org/2023/03/adapter-deprecation-update.html

Notes I'm currently trying to understand which adapter in particular was used and what to replace it with. Since im not versed with the codebase don't expect much from me.

I've found in other issues that elkman updated the required dependancies to 25 already.

https://github.com/elkman/keycloak-radius-plugin

I guess there are other processes already running for this issue