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

Bump graphql-java-servlet from 10.0.0 to 11.0.0 #62

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2021

Bumps graphql-java-servlet from 10.0.0 to 11.0.0.

Release notes

Sourced from graphql-java-servlet's releases.

11.0.0

Breaking changes

Upgrade to graphql-java 16.1

Detailed release notes: https://github.com/graphql-java/graphql-java/releases/tag/v16.1.

Take special note of the fact that support for @defer has been removed from graphql-java. See the graphql-java release notes of 16.1 and 16.0 for more details.

Require GraphQLContext to at least return an empty DataLoaderRegistry

GraphQLContext.getDataLoaderRegistry() returned an Optional instead of just the DataLoaderRegistry. From now on we're treating it the same way as a collection in which case you also wouldn't return null or wrapped in an Optional. Instead you would just return an empty collection. Analogous we require an empty DataLoaderRegistry to be returned as a minimum. This benefits users of the registry.

Bugfixes

  • Too generic 'Require-Capability: osgi.extender' resulting in binding to Felix Configurator #276
  • Response body empty when response caching configured #289

10.1.0

  • Ability to cache the whole graphql response #247
  • Operation name not parsed from query string if operationName JSON field omitted from POST request #264
  • Added error logging and error messaging response when errors occur #267
  • Make HttpRequestHandlerImpl.handle() async when possible #259 #268
  • Refactor log messages into HttpRequestHandlerImpl #250 #275
  • Allow Request Handler construct and calling for frameworks like Jersey #278
  • Set default async timeout to 30s #283
  • Introduce GraphQLBuilderConfigurer to customize building GraphQL instance
Commits
  • be2b31f Update version for release
  • 0949f8a Merge pull request #291 from graphql-java-kickstart/osgi-sonar-fixes
  • b938a73 Increase coverage and fix sonar issues in osgi
  • 0774906 Increase coverage and fix sonar issues in osgi
  • bd73fc6 Increase coverage and fix sonar issues in osgi
  • 7b58f88 Merge pull request #290 from graphql-java-kickstart/bugfix/response-from-cache
  • 5a226d0 Increase coverage
  • b059c10 Reinstate utf8
  • f5e67e9 Increase coverage
  • 385f3af Increase coverage
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 4, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2021

Superseded by #65.

@dependabot dependabot bot closed this Feb 8, 2021
@dependabot dependabot bot deleted the dependabot/maven/com.graphql-java-kickstart-graphql-java-servlet-11.0.0 branch February 8, 2021 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Development

Successfully merging this pull request may close these issues.

None yet

0 participants