-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: graphql-java/graphql-java
base: v25.0-beta-3
head repository: graphql-java/graphql-java
compare: v25.0.beta-4
- 19 commits
- 31 files changed
- 7 contributors
Commits on Jul 13, 2025
-
Merged PR 223498: fix(ExecutionInput): support null query when runnin…
…g APQ request Support null query when running APQ request Full issue described in #4008 ---- #### AI description (iteration 1) #### PR Classification Bug fix: Enhance ExecutionInput to properly handle null queries in automatic persisted query (APQ) requests. #### PR Summary This pull request modifies the ExecutionInput logic to return a persisted query marker when a null or empty query is provided along with a persistedQuery extension, ensuring graceful handling of APQ requests. - `src/main/java/graphql/ExecutionInput.java`: Introduces a new static method (`assertQuery`) to check for null/empty queries and returns a persisted query marker if appropriate; also removes the strict non-null assertion in the builder. - `src/test/groovy/graphql/ExecutionInputTest.groovy`: Adds a test case validating that a null query with the persistedQuery extension returns the expected persisted query marker. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot --> Related work items: #355548 # Conflicts: # src/test/groovy/graphql/ExecutionInputTest.groovy
Configuration menu - View commit details
-
Copy full SHA for 4ec1d23 - Browse repository at this point
Copy the full SHA 4ec1d23View commit details
Commits on Jul 20, 2025
-
Add constant, and note on implementation specifics around Apollo Auto…
…matic Persisted Query support
Configuration menu - View commit details
-
Copy full SHA for b460154 - Browse repository at this point
Copy the full SHA b460154View commit details
Commits on Jul 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b26c7f7 - Browse repository at this point
Copy the full SHA b26c7f7View commit details -
Merge pull request #4049 from timward60/jocarrier-apq
Support null query when running APQ request
Configuration menu - View commit details
-
Copy full SHA for 43a54fc - Browse repository at this point
Copy the full SHA 43a54fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3264230 - Browse repository at this point
Copy the full SHA 3264230View commit details
Commits on Jul 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a532f82 - Browse repository at this point
Copy the full SHA a532f82View commit details -
Configuration menu - View commit details
-
Copy full SHA for a95016a - Browse repository at this point
Copy the full SHA a95016aView commit details -
Merge pull request #4054 from graphql-java/fix-repeat-until-failture
fix repeat until failure usage
Configuration menu - View commit details
-
Copy full SHA for e8028d9 - Browse repository at this point
Copy the full SHA e8028d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 677e436 - Browse repository at this point
Copy the full SHA 677e436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d19c78 - Browse repository at this point
Copy the full SHA 2d19c78View commit details
Commits on Jul 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1dbd50e - Browse repository at this point
Copy the full SHA 1dbd50eView commit details -
Possibility to run JMH benchmarks without JAR build
It is very handy to start a benchmark directly from within IntelliJ.
Configuration menu - View commit details
-
Copy full SHA for a970753 - Browse repository at this point
Copy the full SHA a970753View commit details -
Merge pull request #4055 from graphql-java/simplify-delay-dataloader
simplify delayed dataloader dispatching by not using a batch window
Configuration menu - View commit details
-
Copy full SHA for 378eb2b - Browse repository at this point
Copy the full SHA 378eb2bView commit details
Commits on Jul 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ab92243 - Browse repository at this point
Copy the full SHA ab92243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86e9e4d - Browse repository at this point
Copy the full SHA 86e9e4dView commit details
Commits on Jul 27, 2025
-
Merge pull request #4057 from dfa1/jmh
Possibility to run JMH benchmarks without JAR build
Configuration menu - View commit details
-
Copy full SHA for b09381d - Browse repository at this point
Copy the full SHA b09381dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e6a1aa - Browse repository at this point
Copy the full SHA 8e6a1aaView commit details -
Merge pull request #4058 from graphql-java/remove-agent
Removing the GraphQL java agent
Configuration menu - View commit details
-
Copy full SHA for 72fb3d0 - Browse repository at this point
Copy the full SHA 72fb3d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e04fe41 - Browse repository at this point
Copy the full SHA e04fe41View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v25.0-beta-3...v25.0.beta-4