You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The test
testNestedRecordWithListWithMissingFieldInQuery
fails in Java 21 due to the weird behavior of theJsonB
implementation – record containing aList<T>
instance. The test works fine on Java 17.smallrye-graphql/server/integration-tests/src/test/java/io/smallrye/graphql/tests/client/dynamic/NestedRecordsTest.java
Lines 72 to 74 in c9fc8b9
Issue reported: eclipse-ee4j/yasson#656
The text was updated successfully, but these errors were encountered: