sgerke-1L
sgerke-1L
I found this previous discussion: https://github.com/graphql-java/graphql-java/issues/1362 Somehow the `@NonNull` was removed from serialize but not from parseLiteral.
Thanks for addressing this with #2912
Motivation was the handling of `NullValue` in ObjectScalar. The null return was causing problems with spotbugs validation.
Is it easy to see that NullValue is never passed?
Thanks, this solves our problem: The inconsistency now resolved.
This feature would be much appreciated!
Thanks for fixing it so quickly. Is there a release planned so we can integrate the fix downstream?
Did this work correctly before 1.14.0?
Thanks for confirming this. I think this is related to a bug we had in 1.14.0 where a class' static members were initialized. I suspect that in your case, that...
This might be a duplicate of https://github.com/OpenAPITools/openapi-generator/issues/22368