Skip to content

Bump com.graphql-java:graphql-java from 22.3 to 23.0 #153

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps com.graphql-java:graphql-java from 22.3 to 23.0.

Release notes

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

23.0

Thanks to everyone for contributing to this release, through pull requests, issues, and discussions!

This is a major release which contains breaking changes.

Key changes

Performance improvements

See all performance improvements on GitHub: https://github.com/graphql-java/graphql-java/issues?q=is%3Amerged%20label%3A%22performance%22%20milestone%3A%2223.0%20breaking%20changes%22%20

Breaking changes

  • Strict runtime wiring redefinition checks now on by default. We now have stricter runtime wiring redefinition checks by default to catch invalid cases. For example, a field that already had a DataFetcher registered must not have a second DataFetcher registered. This can be toggled off. graphql-java/graphql-java#3824

  • Removed an unused protected method in ExecutionStrategy. graphql-java/graphql-java#3881

  • A small breaking change to AstPrinter to enable re-use of StringBuilders graphql-java/graphql-java#3853

  • Improvement in a few directive and applied directive builders to address a bug where all elements were cleared. graphql-java/graphql-java#3825

  • Breaking change for a new specification requirement, to prevent @include and @skip directives on subscription root fields graphql-java/graphql-java#3871

See all breaking changes on GitHub: https://github.com/graphql-java/graphql-java/issues?q=is%3Amerged%20label%3A%22breaking%20change%22%20milestone%3A%2223.0%20breaking%20changes%22

Security

... (truncated)

Commits
  • 27b9def Merge pull request #3858 from graphql-java/java-dataloader-update
  • d2c45ea Add performance results for commit 154bb89d14e9701d1b9f0764cbf813ba3a3c050a
  • 35562f1 Merge branch 'master' into java-dataloader-update
  • 154bb89 Merge pull request #3893 from graphql-java/tracking-refactor
  • 59195c1 cleanup
  • b3e94f4 Add performance results for commit 14c9136a6a33103f69f86f39bcd486bcae2ff525
  • 14c9136 Merge pull request #3900 from graphql-java/updgrade-gradle-8.13
  • 69f8230 upgrade to gradle 8.13
  • 4ae0897 Merge branch 'master' into tracking-refactor
  • 6054e56 Add performance results for commit 31b5f1b83c785c1acaff247c88aca6763328b754
  • 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 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)

Bumps [com.graphql-java:graphql-java](https://github.com/graphql-java/graphql-java) from 22.3 to 23.0.
- [Release notes](https://github.com/graphql-java/graphql-java/releases)
- [Commits](graphql-java/graphql-java@v22.3...v23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 7, 2025
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.

0 participants