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
With the reorganization of code in the graph-java-... projects. There are now two ObjectMapperConfigurer classes. One in this project and one in graphql-java-tools. It seems like it would be prudent to rename them each to be specific to their respective projects...that, or share the code somehow between them. I just got bit by the fact that I thought I was using the correct ObjectMapperConfigurer because I thought that there was only one...only to finally discover, after a few hours of debugging, that there are actually two classes with the same name.
Perhaps we could name them GraphQLServletObjectMapperConfigurer and GraphQLSchemaParserObjectMapperConfigurer?
The text was updated successfully, but these errors were encountered:
With the reorganization of code in the
graph-java-...
projects. There are now twoObjectMapperConfigurer
classes. One in this project and one ingraphql-java-tools
. It seems like it would be prudent to rename them each to be specific to their respective projects...that, or share the code somehow between them. I just got bit by the fact that I thought I was using the correctObjectMapperConfigurer
because I thought that there was only one...only to finally discover, after a few hours of debugging, that there are actually two classes with the same name.Perhaps we could name them
GraphQLServletObjectMapperConfigurer
andGraphQLSchemaParserObjectMapperConfigurer
?The text was updated successfully, but these errors were encountered: