Skip to content

build(deps): bump graphql-java from 15.0 to 16.1#45

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

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

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps graphql-java from 15.0 to 16.1.

Release notes

Sourced from graphql-java's releases.

16.1

graphql-java shades in the Google immutable collections.

However we missed a package that was required and graphql-java/graphql-java#2107 was the result.

This has been fixed in this 16.1 release

16.0

After a very lengthy time between releases, we are happy to announce that v16.0 of graphql-java is now available.

It adds new capabilities based on updated graphql specification and as usual a mix of bug fixes and performance improvements.

#2015 Repeatable directives support

The graphql specification now allows repeated directives on an element. This adds support for this. The is a breaking change because now there can be more than 1 directives for a given name and this was not true prior to this release.

#2079 Support in DataFetchingFieldSelectionSet for Unions and Interfaces

We have revamped the DataFetchingFieldSelectionSet so that it can handle non concrete types such as Unions. This is a breaking change but it significantly increases the ability to look ahead at all "possible" field selections and hence allow you to do your own data retrieval optimisations even better.

#2093 Makes a default data fetcher exception handler possible

It is now easier to customise the data fetcher exception handler, without requiring you to instantiate your own execution strategies.

More schema validation

The validation code that ensures the schema conforms to specification has been improved. We have more SDL based validation and also we have post schema building validation to ensure types are specification compliant.

#2013 Persistent query support

We have added more code to help better support persistent queries. This includes basic implementations of the Apollo pattern for nominating persistent queries via query input extensions.

#2086 Use Immutable collections to avoid memory copying

As we worked towards releasing v16.0 we decided to attack the immutability of the objects used in the code base. We reasoned that Immutable data structures would be more reliable and they MAY be faster as less list / map copying needs to happen in order to pass data around.

One thing that graphql-java does a lot of is pass a lot of lists and maps around. A graphql engine is by specification a giant list and map generator.

We reasoned that because Immutable collections can do tricks when copying data (if its already immutable it can just no-op the copy) then this may favour our code base.

   List<Foo> fooList = ImmutableList.of("a","b","c");
   //
   // no actual copying takes place in this classes because
</tr></table> ... (truncated)
Commits
  • 43668fb introspection for repeatable directive info (#2113)
  • ad2e8ad Fixes module name (#2111)
  • 432d5f0 Fixes the missing guava maths classes (#2109)
  • 3dfeae3 This moves the AST element builder to use immutable lists (#2101)
  • ff3f691 Repeatable directives support (#2015)
  • fb86ee6 post processing on schema directive wiring afterr schema is build (#2082)
  • 17f0e27 Clean up master jdk 8 problem (#2100)
  • c801fd8 New validation rules about type, field, argument (#1955)
  • a1c123d Fix a bug where enum value extensions were not picked up by schema validation...
  • fccbe35 remove absolute graphql error (#1941)
  • 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 15.0 to 16.1.
- [Release notes](https://github.com/graphql-java/graphql-java/releases)
- [Commits](graphql-java/graphql-java@v15.0...v16.1)

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 Nov 25, 2020
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