Skip to content

Bump com.graphql-java:graphql-java from 22.3 to 23.1 in /backend#8765

Merged
arinkulshi-skylight merged 1 commit into
mainfrom
dependabot/gradle/backend/com.graphql-java-graphql-java-23.1
May 22, 2025
Merged

Bump com.graphql-java:graphql-java from 22.3 to 23.1 in /backend#8765
arinkulshi-skylight merged 1 commit into
mainfrom
dependabot/gradle/backend/com.graphql-java-graphql-java-23.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2025

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

Release notes

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

23.1

This reverts a bug in 23.0 introduced in graphql-java/graphql-java#3871.

Please use 23.1, and not 23.0.

23.0

Notice: there is a bug with graphql-java/graphql-java#3871, a new bugfix release is about to be released. Use 23.1 instead, not 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

... (truncated)

Commits
  • 6ff6f7d Merge pull request #3919 from graphql-java/cherry-pick-subs-validation-revert
  • 18ac75c Cherry pick revert of susbcriptions include and skip rule from master
  • 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
  • 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)

@dependabot dependabot Bot requested review from a team, DanielSass, arinkulshi-skylight and mpbrown and removed request for a team May 4, 2025 15:55
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 4, 2025
@github-actions github-actions Bot force-pushed the dependabot/gradle/backend/com.graphql-java-graphql-java-23.1 branch from ed29221 to 235fc03 Compare May 4, 2025 15:56
@mpbrown
Copy link
Copy Markdown
Collaborator

mpbrown commented May 9, 2025

@dependabot close

@dependabot dependabot Bot closed this May 9, 2025
@dependabot dependabot Bot deleted the dependabot/gradle/backend/com.graphql-java-graphql-java-23.1 branch May 9, 2025 14:06
@mpbrown
Copy link
Copy Markdown
Collaborator

mpbrown commented May 9, 2025

@dependabot reopen

@dependabot dependabot Bot reopened this May 9, 2025
@dependabot dependabot Bot restored the dependabot/gradle/backend/com.graphql-java-graphql-java-23.1 branch May 9, 2025 14:06
@mpbrown
Copy link
Copy Markdown
Collaborator

mpbrown commented May 9, 2025

Closed and reopened to get the github checks out of that stalled "waiting for status to be reported" state

Copy link
Copy Markdown
Collaborator

@mpbrown mpbrown left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM testing on dev2

Copy link
Copy Markdown
Contributor

@arinkulshi-skylight arinkulshi-skylight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smoke and backend tests are passing LGTM!

@arinkulshi-skylight arinkulshi-skylight added this pull request to the merge queue May 22, 2025
Merged via the queue into main with commit bbb1cc6 May 22, 2025
51 of 52 checks passed
@arinkulshi-skylight arinkulshi-skylight deleted the dependabot/gradle/backend/com.graphql-java-graphql-java-23.1 branch May 22, 2025 18:32
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.

2 participants