-
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
Please update the bom version of all jackson modules to 2.13 #20690
Comments
/cc @evanchooly, @geoand, @gsmet |
See #20651 for details. We will be holding off on this for now |
Sorry, somehow I didn't see it in the github search, maybe because it is closed. |
@MartinX3, It's not recommended but you can force use of the newest one like this:
Attention: It is not a guarantee that the quarkus extension will work correctly. |
@netodevel thank you for the information :) |
Quarkus 2.3 and Jackson 2.12 already work with Java 17 |
Thank you very much, I'll test it tomorrow (wooohooo). :) |
@geoand, |
What's wrong with native mode? |
I'm using records for dto's in my project and in native mode it fails if I don't specify I will prepare a better sample and open an issue. Another detail is that it still doesn't have an image to generate a native image for java 17. the latest is 16: (I imagine that because graalvm hasn't informed full support for the java 17 yet) |
That's no different from what you need to do for a regular class, no? In any case, GraalVM for Java 17 is not ready yet, nor is it even officially released |
I wonder if we will have to tweak our build steps for records. Are they handled like regular classes by Jandex? |
@gsmet, |
@geoand
And the task
Probably gradl 7.2 has no java 17 support, |
Description
jackson 2.13 adds support for kotlin 1.5.30 which is used in quarkus 2.3 (1.5.31)
Implementation ideas
Pushing the package versions in the quarkus-bom
The text was updated successfully, but these errors were encountered: