Skip to content

build(deps): bump graphql-java from 14.0 to 15.0#26

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.graphql-java-graphql-java-15.0
Closed

build(deps): bump graphql-java from 14.0 to 15.0#26
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/com.graphql-java-graphql-java-15.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps graphql-java from 14.0 to 15.0.

Release notes

Sourced from graphql-java's releases.

Version 15.0

This is an important release which comes with two new major features and a bunch of performance improvements:

#1764 New Feature: Interfaces can implement other interfaces

This change allows interfaces to be implement by other interfaces instead of just objects.

This post explains the motivation and the background for it

#1772 New Feature: Custom Scalar specification URL

This lets you define a specification URL for a custom Scalar, which documents how this Scalar works.

This talk explains some background.

Performance improvements

We have a lot of performance improvements in this release. Some of them are significant improvements for systems at high scale.

#1815 More efficient DataFetcher #1891 Improve ExecutionPath performance #1792 Reduce NonNullable Exception overhead

Directives on variable declaration

It is now allowed to use directives on variable declaration.

Subscription improvements

#1804 DataFethcerResult can now be returned from subscription fetchers

#1801 Fixes the Subscription publisher so that it does not drop values at scale.

Non standard Scalar handling (Breaking change)

Any special handling for non standard Scalars got removed. This means you have to declare any Long, Char, etc Scalar explicitly in your SDL and provide an implementation.

The implementation for these non standard Scalars are still available in GraphQL Java itself (in the Scalars class) but they will be removed in the next release. The extended scalars project is the recommend way to migrate.

All breaking changes

All PRs for 15.0

Version 14.1

This is the first bugfix release for the current LTS 14.x.

List of all Bugfixes

Commits
  • f328040 add test for interface implemented with additional optional arguments
  • bc29b5f Merge pull request #1931 from graphql-java/schema-description
  • 558c9a9 add description to schema itself and test it
  • 497d2ac Merge pull request #1926 from felipe-gdr/1897_fix-argument-implementation-in-...
  • bb47f29 Merge pull request #1923 from dugenkui03/fix-variable-directive
  • 84522e9 fix for VariableDefinition.
  • c76e88e 1897: Fix argument implementation in SchemaValidator
  • 81d3ce4 Updated the error message for the non null exception AND create its own error...
  • 7770701 Merge pull request #1924 from graphql-java/local-context-test
  • ed3e1f8 add test for local context and aliases
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [graphql-java](https://github.com/graphql-java/graphql-java) from 14.0 to 15.0.
- [Release notes](https://github.com/graphql-java/graphql-java/releases)
- [Commits](graphql-java/graphql-java@v14.0...v15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label May 29, 2020
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #44.

@dependabot-preview dependabot-preview Bot deleted the dependabot/maven/com.graphql-java-graphql-java-15.0 branch November 20, 2020 06:42
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants