-
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
quarkus-oidc brings jackson #19688
Comments
/cc @geoand, @gsmet, @pedroigor, @sberyozkin |
The dependency on Jackson was added in #5470. With Quarkus 2.x which includes Vert.x 4.x which in turn has depends more loosely on Jackson (and contains the proper GraalvM substitutions when Jackson Databind is not present), perhaps that fix is no longer needed. I ran the @sberyozkin I opened a draft PR to see how things go in my fork. |
See quarkusio#19688 (comment) for the reasoning behind this Fixes: quarkusio#19688
I'm not sure - there is also #14796, for ex, Vert.x JsonObject needs it I believe |
CI should cover that case as well, right? |
Hope so, but for ex #14796, NPE was certainly not available initially, I don't recall how it appeared |
See quarkusio#19688 (comment) for the reasoning behind this Fixes: quarkusio#19688
Remove unnecessary Jackson dependency from oidc extension
Describe the bug
quarkus-oidc extension brings jackson dependency. I checked code and looks like it doesn't depend on jackson, at least directly.
Expected behavior
oidc doesn't bring jackson
Actual behavior
oidc brings jackson
How to Reproduce?
https://code.quarkus.io/
The text was updated successfully, but these errors were encountered: