Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql-java/graphql-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v25.0-beta-3
Choose a base ref
...
head repository: graphql-java/graphql-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.0.beta-4
Choose a head ref
  • 19 commits
  • 31 files changed
  • 7 contributors

Commits on Jul 13, 2025

  1. 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
    Josh Carrier authored and timward60 committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    4ec1d23 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. Add constant, and note on implementation specifics around Apollo Auto…

    …matic Persisted Query support
    timward60 committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    b460154 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Configuration menu
    Copy the full SHA
    b26c7f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4049 from timward60/jocarrier-apq

    Support null query when running APQ request
    bbakerman authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    43a54fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3264230 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    a532f82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a95016a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4054 from graphql-java/fix-repeat-until-failture

    fix repeat until failure usage
    andimarek authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    e8028d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    677e436 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d19c78 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Configuration menu
    Copy the full SHA
    1dbd50e View commit details
    Browse the repository at this point in the history
  2. Possibility to run JMH benchmarks without JAR build

    It is very handy to start a benchmark directly from
    within IntelliJ.
    dfa1 committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    a970753 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4055 from graphql-java/simplify-delay-dataloader

    simplify delayed dataloader dispatching by not using a batch window
    andimarek authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    378eb2b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Configuration menu
    Copy the full SHA
    ab92243 View commit details
    Browse the repository at this point in the history
  2. removes the java agent

    andimarek committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    86e9e4d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2025

  1. Merge pull request #4057 from dfa1/jmh

    Possibility to run JMH benchmarks without JAR build
    dondonz authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    b09381d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e6a1aa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4058 from graphql-java/remove-agent

    Removing the GraphQL java agent
    andimarek authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    72fb3d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e04fe41 View commit details
    Browse the repository at this point in the history
Loading