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

Record with List<T> (de-)serializes differently in Java 21 #2232

Closed
mskacelik opened this issue Nov 29, 2024 · 1 comment
Closed

Record with List<T> (de-)serializes differently in Java 21 #2232

mskacelik opened this issue Nov 29, 2024 · 1 comment

Comments

@mskacelik
Copy link
Contributor

The test testNestedRecordWithListWithMissingFieldInQuery fails in Java 21 due to the weird behavior of the JsonB implementation – record containing a List<T> instance. The test works fine on Java 17.

@Ignore("In Java 21 this test fails due to a bug (presumably) in the JSON-B implementation – Yasson)")
@Test
public void testNestedRecordWithListWithMissingFieldInQuery() throws Exception {

Issue reported: eclipse-ee4j/yasson#656

@mskacelik
Copy link
Contributor Author

The problem is due to https://bugs.openjdk.org/browse/JDK-8320575

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant