sgerke-1L

Results 13 comments of 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.

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?

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