-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Bump Keycloak version to 26.0.5 #44449
base: main
Are you sure you want to change the base?
Conversation
b3165c5
to
29c34f1
Compare
The introduction for Keycloak client libraries is needed as they are now relesed in dedicated release cycle. For info see https://www.keycloak.org/docs/latest/release_notes/index.html#client-libraries-updates
29c34f1
to
3f2c7d7
Compare
This comment has been minimized.
This comment has been minimized.
@sberyozkin thanks, didn't know about that. We can wait. I subscribe to that PR so I will update this when that PR is merged |
This comment has been minimized.
This comment has been minimized.
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | Initial JDK 17 Build | Build |
Failures | Logs | Raw logs | 🔍 |
You can consult the Develocity build scans.
Failures
⚙️ Initial JDK 17 Build #
- Failing: extensions/keycloak-authorization/runtime
! Skipped: devtools/bom-descriptor-json docs extensions/keycloak-authorization/deployment and 2 more
📦 extensions/keycloak-authorization/runtime
✖ Failed to execute goal on project quarkus-keycloak-authorization: Could not resolve dependencies for project io.quarkus:quarkus-keycloak-authorization:jar:999-SNAPSHOT
dependency: org.keycloak:keycloak-policy-enforcer:jar:26.0.5 (compile)
Could not find artifact org.keycloak:keycloak-policy-enforcer:jar:26.0.5 in google-maven-central (https://maven-central.storage-download.googleapis.com/maven2/)
Could not find artifact org.keycloak:keycloak-policy-enforcer:jar:26.0.5 in central (https://repo.maven.apache.org/maven2)
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | Documentation Build | Build |
Logs | Raw logs | 🚧 |
Bumping Keycloak to 26.0.5 and Keycloak client libs to 26.0.2. The introduction of
keycloak.client.version
is needed as Keycloak now have different release cycle for it's client libraries. You can read it hereMaybe this can be backported to 3.15 branch as this version of Keycloak is based on Quarkus 3.15. Don't know what are the preferences here.
Looking at Keycloak release notes I don't see anything which should be problematic. Only one think which can be problematic in future is New generalized event types for credentials (I found the
UPDATE_PASSWORD
in realm config file)