-
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
Failed to index ResteasyJackson2Provider using the keycloak-admin-client-reactive extension #27907
Labels
area/jackson
Issues related to Jackson (JSON library)
area/keycloak
kind/bug
Something isn't working
Milestone
Comments
quarkus-bot
bot
added
area/jackson
Issues related to Jackson (JSON library)
area/keycloak
labels
Sep 13, 2022
/cc @geoand, @gsmet, @pedroigor, @sberyozkin |
Thanks for reporting @jorsol! |
michalvavrik
added a commit
to michalvavrik/quarkus
that referenced
this issue
Sep 26, 2022
michalvavrik
added a commit
to michalvavrik/quarkus
that referenced
this issue
Sep 27, 2022
michalvavrik
added a commit
to michalvavrik/quarkus
that referenced
this issue
Sep 27, 2022
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Oct 3, 2022
fixes: quarkusio#27907 (cherry picked from commit 34b21a7)
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 16, 2022
igorregis
pushed a commit
to igorregis/quarkus
that referenced
this issue
Oct 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/jackson
Issues related to Jackson (JSON library)
area/keycloak
kind/bug
Something isn't working
Describe the bug
The
quarkus-keycloak-admin-client-reactive
extension excludes dependencies from classic RESTEasy including org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider.The keycloak-admin-client dependency has a
JacksonProvider
class that extendsResteasyJackson2Provider
.When Quarkus is building the app, it prints a
WARNING
that can't index theorg.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider
because it doesn't exist.Expected behavior
No warning in the build output.
Actual behavior
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
openjdk 17.0.4.1
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.12.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)3.8.6
Additional information
No response
The text was updated successfully, but these errors were encountered: