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-extended-validation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20.0
Choose a base ref
...
head repository: graphql-java/graphql-java-extended-validation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v21.0
Choose a head ref
  • 17 commits
  • 14 files changed
  • 3 contributors

Commits on Dec 18, 2022

  1. Fix typo

    dondonz committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    d0c9032 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix-typo

    # Conflicts:
    #	README.md
    dondonz committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    d1fe2e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #83 from graphql-java/fix-typo

    Fix typo
    dondonz authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    387eb67 View commit details
    Browse the repository at this point in the history
  4. Upgrade to Java 11

    dondonz committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    7bbe4e6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #84 from graphql-java/java-11

    Upgrade to Java 11
    dondonz authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    e5f08ec View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    4ea1731 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from graphql-java/update-master-build-versioning

    Prepend 0.0.0 to master build versions
    dondonz authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    256530b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Upgrade Gradle to 8.3

    dondonz committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    bcaa29f View commit details
    Browse the repository at this point in the history
  2. Update GitHub actions

    dondonz committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    868bf16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    720bd16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ec4ffd View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Retain trivial DataFetcher marker when original DataFetcher was trivi…

    …al (#88)
    
    Create a TrivialFieldValidatorDataFetcher which implements TrivialDataFetcher instead of a standard FieldValidatorDataFetcher if the original dataFetcher was an instance of TrivialDataFetcher.
    mushipeas authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    34df7d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from graphql-java/v21-update

    Upgrade GraphQL Java to v21.0, Gradle to 8.3, Extended Scalars to v21.0
    dondonz authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    fde06da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f77b80 View commit details
    Browse the repository at this point in the history
  4. Locale is now in DFE

    bbakerman committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e1bcdaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d04517c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Merge pull request #90 from graphql-java/graphql-context-added

    GraphqlContext added as well as the locale fix promised for so long
    dondonz authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    10a3f60 View commit details
    Browse the repository at this point in the history
Loading