AmbiguousResolutionException
for Providers
on clean project from code.quarkus.io
#34046
-
I just made a new clean project from
Any thoughts? Just selected the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It appears that this only happens when |
Beta Was this translation helpful? Give feedback.
-
That's expected.
Use |
Beta Was this translation helpful? Give feedback.
That's expected.
quarkus-keycloak-admin-client
uses RESTEasy Classic which is not compatible with RESTEasy Reactive.Use
quarkus-keycloak-admin-client-reactive
instead.