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: field-visibilty-fix
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 9, 2026

  1. Add FieldFetchingInstrumentationContext.onExceptionHandled for hookin…

    …g after exception handling
    tinnou committed Jan 9, 2026
    Configuration menu
    Copy the full SHA
    01ace23 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Merge pull request #4205 from graphql-java/field-visibilty-fix

    fixes complex case for Field visibility transformer. See test case
    andimarek authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    5a4e1dd View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Merge pull request #4206 from tinnou/field-fetching-instrumentation

    Proposal for an additional instrumentation hook point
    bbakerman authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    c465601 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Add FieldFetchingInstrumentationContext.onExceptionHandled call to Ch…

    …ainedInstrumentation
    
    Missed it from PR #4206
    tinnou committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    835e9db View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Merge pull request #4207 from tinnou/onExceptionHandled-chained-instr…

    …umentation
    
    Call onExceptionHandled in ChainedInstrumentation
    bbakerman authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    7fb2729 View commit details
    Browse the repository at this point in the history
Loading