-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Provide proper error message for missing URL with Keycloak Admin client bean #29772
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Very minor but let's get Keycloak
's case right.
...rkus/keycloak/admin/client/reactive/runtime/ResteasyReactiveKeycloakAdminClientRecorder.java
Outdated
Show resolved
Hide resolved
...ntime/src/main/java/io/quarkus/keycloak/adminclient/ResteasyKeycloakAdminClientRecorder.java
Outdated
Show resolved
Hide resolved
…nt bean Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
a852ecc
to
eb7f003
Compare
Good catch! Fixed :) |
#29773 is also related |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good for me but probably better to let @sberyozkin have the final say.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @geoand
Thanks @gsmet for the review 👍 |
🙏🏼 |
I ran into this when looking at #29712. Without this change, users are presented with a totally misleading
ContextNotActiveException
Edit
Fixes: #29958