Skip to content
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

TCK run fails with JDK 24 #659

Open
Verdent opened this issue Jan 8, 2025 · 0 comments
Open

TCK run fails with JDK 24 #659

Verdent opened this issue Jan 8, 2025 · 0 comments
Assignees
Labels
bug Something isn't working right

Comments

@Verdent
Copy link
Member

Verdent commented Jan 8, 2025

Run JSON-B TCKs with Yasson on JDK 24

It fails with the following error:

[ERROR] ee.jakarta.tck.json.bind.customizedmapping.numberformat.NumberFormatCustomizationTest.testNumberFormatField -- Time elapsed: 0.003 s <<< FAILURE!
java.lang.AssertionError: 
Failed to correctly customize number format during marshalling using JsonbNumberFormat annotation on field.
Expected: a string matching the pattern '\{\s*"instance"\s*:\s*"123\u00a0456,789"\s*\}'
     but: was "{\"instance\":\"123 456,789\"}"
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
        at ee.jakarta.tck.json.bind.customizedmapping.numberformat.NumberFormatCustomizationTest.testNumberFormatField(NumberFormatCustomizationTest.java:112)
@Verdent Verdent added the bug Something isn't working right label Jan 8, 2025
@Verdent Verdent self-assigned this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right
Projects
None yet
Development

No branches or pull requests

1 participant