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-kickstart/graphql-java-servlet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.2.0extension
Choose a base ref
...
head repository: graphql-java-kickstart/graphql-java-servlet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.0.0extension
Choose a head ref
  • 18 commits
  • 25 files changed
  • 6 contributors

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    1818e89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc22f09 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    debca8e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    5c1667f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    2d5089e View commit details
    Browse the repository at this point in the history
  2. fix: remove Jdk8Module Jackson module registration (#574)

    Since the project now runs on java >= 11 and uses the latest jackson
    version, it is no longer necessary to register this module because
    it is included in jackson-databind.
    
    Refs: #570
    federicorispo authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    0b5130e View commit details
    Browse the repository at this point in the history
  3. chore(deps): update plugin org.sonarqube to v5 (#565)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    d8ae973 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2 (

    #566)
    
    Replaced closeAndReleaseStagingRepository with closeAndReleaseStagingRepositories
    
    See: https://github.com/gradle-nexus/publish-plugin/releases/tag/v2.0.0
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Federico Rispo <dev@federicorispo.com>
    renovate[bot] and federicorispo authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    9edd402 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b19b8a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef6e3d8 View commit details
    Browse the repository at this point in the history
  4. remove all DataLoaderDispatcherInstrumentation related classes and …

    …refactor instrumentation
    hiddewie authored and federicorispo committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    28fa810 View commit details
    Browse the repository at this point in the history
  5. add valid locations

    hiddewie authored and federicorispo committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    9adc921 View commit details
    Browse the repository at this point in the history
  6. clean up code with unused methods

    hiddewie authored and federicorispo committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    79ee816 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    866fa5c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    7b8f162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa39598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0a7d26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93e9f3d View commit details
    Browse the repository at this point in the history
Loading