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

fix(deps): update graphql-java to v20.0.0 #503

Conversation

federicorispo
Copy link
Member

To update graphql-java to version 20.0.0 some changes are necessary:

  • the signature of DataLoaderDispatcherInstrumentation methods now have the InstrumentationState parameter. The ConfigurableDispatchInstrumentation is aligned to these changes
  • The SimpleInstrumentation is replaced by SimplePerformantInstrumentation. Now all the codebase uses the new class

@federicorispo
Copy link
Member Author

I think we can align also the DataLoaderDispatcherInstrumentationState class since the graphql-java counterpart was updated with some tweeks

@oliemansm oliemansm self-requested a review March 13, 2023 08:18
@oliemansm
Copy link
Member

@federicorispo Apparently it won't run the workflow because it took me too long to review. Could you pull in latest changes to try to force an update?

To update graphql-java to version 20.0.0 some changes are necessary:
 - the signature of DataLoaderDispatcherInstrumentation methods now have
   the InstrumentationState parameter. The ConfigurableDispatchInstrumentation is aligned to these changes
 - The SimpleInstrumentation is replaced by SimplePerformantInstrumentation. Now all the codebase uses the new class
@federicorispo federicorispo force-pushed the fix/bump-graphql-java-dependency branch from 36fcbf3 to 592c6bc Compare March 14, 2023 18:13
@federicorispo
Copy link
Member Author

@oliemansm Aligned the branch with master

@oliemansm oliemansm merged commit f84cbde into graphql-java-kickstart:master Mar 14, 2023
@federicorispo federicorispo deleted the fix/bump-graphql-java-dependency branch March 15, 2023 14:02
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

Successfully merging this pull request may close these issues.

None yet

2 participants