Skip to content
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

Downgrade Keycloak to 23.0.3 #2025

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johnaohara
Copy link
Member

Keycloak version was incompatible with services running SSO

Fixes Issue

Changes proposed

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.

@johnaohara johnaohara self-assigned this Sep 24, 2024
@johnaohara johnaohara added branch/stable The stable branch priority/high High priority area/dependency Dependency Upgrade backport labels Sep 24, 2024
Copy link
Member

@lampajr lampajr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @johnaohara, I am not 100% sure but I think that we are still bringing 25.0.2 version for keycloak (in some places):


[INFO] \- io.quarkus:quarkus-keycloak-admin-resteasy-client:jar:3.14.4:compile
....
[INFO]    +- org.keycloak:keycloak-admin-client:jar:25.0.2:compile

That might be the reason of the failure we see here.

@johnaohara
Copy link
Member Author

@lampajr it's a mess after we upgraded quarkus :(

@johnaohara
Copy link
Member Author

either we need to remove the dependency on quarkus-keycloak-admin-resteasy-client or only use Quarkus LTS releases

@lampajr
Copy link
Member

lampajr commented Sep 24, 2024

it's a mess after we upgraded quarkus :(

+1

either we need to remove the dependency on quarkus-keycloak-admin-resteasy-client

I was trying this locally, but even if that works for the test I am not fully sure we won't introduce any bug by forcing quarkus-keycloak-admin-resteasy-client to use an older version of keycloak

only use Quarkus LTS releases

I think this will be something we should start considering..

@lampajr
Copy link
Member

lampajr commented Sep 24, 2024

either we need to remove the dependency on quarkus-keycloak-admin-resteasy-client or only use Quarkus LTS releases

Both options are not so straightforward.. 😓

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Dependency Upgrade backport branch/stable The stable branch priority/high High priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants