Skip to content

Bump com.graphql-java:graphql-java from 19.11 to 25.0#2347

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/main/com.graphql-java-graphql-java-25.0
Closed

Bump com.graphql-java:graphql-java from 19.11 to 25.0#2347
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/main/com.graphql-java-graphql-java-25.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 14, 2026

Bumps com.graphql-java:graphql-java from 19.11 to 25.0.

Release notes

Sourced from com.graphql-java:graphql-java's releases.

25.0

Key changes

Dataloader

Refactoring strategy

The existing PerLevelDataLoaderStrategy has been refactored which lead to simplifications and performance improvements.

New strategies

Two new strategies were introduced: CHAINED and EXHAUSTED. Both can be configured via UnusalConfiguration (see next section).

CHAINED allow for chained DataLoaders to be used while keeping a per level dispatch strategies.

EXHAUSTED is a completely new strategy that works on the basis to dispatch once the engine is not busy. It mirrors the JS data loader dispatch strategy, but for a multi threaded system.

Unusual Configuration

A more generalised configuration mechanism has been added for "unusual configuration". By that we mean configuation we dont expect many people to use but if they do its now in a more common place

For example if you wanted to change the maximum depth the document parser will accept you could call the following methods.

        var parserOptions = newParserOptions().maxRuleDepth(99).build()
        GraphQL.unusualConfiguration().parsing().setDefaultParserOptions(parserOptions)

JSpecify Annotations

The team are starting to embrace https://jspecify.dev/ annotations as the way to indicate nullable and non nullable fields. Many important classes have had these annotations added to help make it more semantically clear when a value can be null or not.

Breaking Changes

A wrapping FetchedValue object is not always returned on field fetchers for performance reasons. This means that graphql.execution.instrumentation.parameters.InstrumentationFieldCompleteParameters#getFetchedObject was created to replace the older getFetchedValue method and the returns object can sometimes be a FetchedValue or sometimes a simple POJO value.

Performance improvements

A series of performance improvements have been made to reduce the memory footprint of the library. Also the Java .stream() operator can be slower than a more direct loop and many of these calls have been changed for performance reasons.

... (truncated)

Commits
  • 76832a4 Add performance results for commit bbe6a653939113bedffe947fbf70315ff448f127
  • bbe6a65 Merge pull request #4157 from graphql-java/update-java-dataloader
  • 7031555 upgrade to dataloader 6
  • 6b68072 upgrade to dataloader 6
  • b3b3bea upgrade to dataloader 6
  • 8dc1bee Add performance results for commit 6ce63f3531d032fa4c15ea8d5b4c4c3bbf0a95b7
  • 7de429d Add performance results for commit 6ce63f3531d032fa4c15ea8d5b4c4c3bbf0a95b7
  • 6ce63f3 Merge pull request #4161 from graphql-java/dependabot/gradle/com.fasterxml.ja...
  • 2b2735d Merge pull request #4163 from graphql-java/dependabot/github_actions/EnricoMi...
  • ead1587 Add performance results for commit 71e6199af4a1fd32da0685cd24093765b47cead1
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 14, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 14, 2026

Test Results

238 files  ±0  238 suites  ±0   23m 32s ⏱️ ±0s
930 tests ±0  876 ✅  - 2  52 💤 ±0  0 ❌ ±0  2 🔥 +2 
934 runs  ±0  880 ✅  - 2  52 💤 ±0  0 ❌ ±0  2 🔥 +2 

For more details on these errors, see this check.

Results for commit 9c50f63. ± Comparison against base commit ef6e2da.

♻️ This comment has been updated with latest results.

Bumps [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) from 19.11 to 25.0.
- [Release notes](https://github.com/graphql-java/graphql-java/releases)
- [Commits](graphql-java/graphql-java@v19.11...v25.0)

---
updated-dependencies:
- dependency-name: com.graphql-java:graphql-java
  dependency-version: '25.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/main/com.graphql-java-graphql-java-25.0 branch from 5d9cc2a to 9c50f63 Compare March 22, 2026 17:47
@holgerfriedrich
Copy link
Copy Markdown
Contributor

this is at least incomplete as it misses to upgrade the feature file

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 23, 2026

Superseded by #2573.

@dependabot dependabot Bot closed this Apr 23, 2026
@dependabot dependabot Bot deleted the dependabot/maven/main/com.graphql-java-graphql-java-25.0 branch April 23, 2026 20: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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant