-
Notifications
You must be signed in to change notification settings - Fork 48
Keycloak 22.0.1 does not compile #818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There is a bit more to do for the upgrade to KC22, as they switched to Jakarta and removed some deprecated API calls. I have started preparing a PR and already have a comping state and running tests: You are welcome to test this as I have limited testing capabilities. We only use OTP verification via RADIUS, so I mostly have to rely on the included tests to not break anything. Since @vzakharchenko doesn't seem to have time (hopefully at best it's just a time problem), I suspect he would appreciate some community support for his project. This of course also helps everyone who wants to use the plugin. |
see elkman#33 for further updates and bugfixes |
@Azerothian Do you still use this plugin? |
you may have a look at https://github.com/elkman/keycloak-radius-plugin |
Describe the bug
When attempting to compile using keycloak 22.0.1 it fails.
To Reproduce
Steps to reproduce the behavior:
Run the following Dockerfile
Fyi i skip the tests as JDK 17 does not support the style of variable injection the tests require to complete.
similar issue - kotest/kotest#3035
The text was updated successfully, but these errors were encountered: