-
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
Update Yasson library to support java 17 records #22184
Comments
It's not possible to upgrade to 2.0.3 for the moment as that would mean moving to the |
I assume this means waiting for Quarkus 3 due to the breaking API. |
@gsmet The Yasson team backported and improved the record support to the 1.x line and the release 1.0.11 is available on Maven Central. I will try to override the version in our project, but I am not sure if this will work with the quarkus-extension. |
@lostiniceland ah cool. I'm surprised Dependabot didn't upgrade it for us. It should have. Would you mind creating a PR with the upgrade to the BOM and we will see what CI has to say? |
I am having some issue with running all tests locally (even before changing the BOM), which are probably caused by my local setup (had the same issue with Yasson due to localisation). |
Fixes quarkusio#22184 (cherry picked from commit 20573f6)
Description
Please update the Yasson depedency to at least 2.0.3 for proper record support. Currently (2.5.2) only 1.0.9 is shipped.
Overriding the dependency to force 2.0.3 breaks the quarkus compilation:
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: