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/java-dataloader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: graphql-java/java-dataloader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 20 commits
  • 32 files changed
  • 6 contributors

Commits on Apr 7, 2025

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

Commits on Apr 8, 2025

  1. Merge pull request #184 from graphql-java/remove-jcenter-reference

    Remove jcenter reference after sunset
    dondonz authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    8dad2ac View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Breaking change for StatisticsCollector

    Use `LongAdder` instead of `AtomicLong`, that is
    more suitable for high contention (see the javadoc).
    dfa1 committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    6942cc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f46b37 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Merge pull request #187 from graphql-java/add-jmh

    add jmh testing with one initial performance test
    bbakerman authored May 1, 2025
    Configuration menu
    Copy the full SHA
    e22ce4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4569c43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abe2e20 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #192 from graphql-java/add-jmh-dependency-explicit

    adds explicit jmh dependency for the idea jmh plugin
    bbakerman authored May 1, 2025
    Configuration menu
    Copy the full SHA
    6537795 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Configuration menu
    Copy the full SHA
    533065b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02a485d View commit details
    Browse the repository at this point in the history
  3. Breaking change - adds a name to a DataLoader and deprecates a bunch …

    …of factory methods - added support in DLR for namings DLs
    bbakerman committed May 2, 2025
    Configuration menu
    Copy the full SHA
    bf3edd2 View commit details
    Browse the repository at this point in the history
  4. Breaking change - adds a name to a DataLoader and deprecates a bunch …

    …of factory methods - added support in DLR for namings DLs - added direct register
    bbakerman committed May 2, 2025
    Configuration menu
    Copy the full SHA
    496a298 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. OSGI - Make org.jspecify.* imports optional

    Martin Schulze committed May 5, 2025
    Configuration menu
    Copy the full SHA
    7259df9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2025

  1. Merge pull request #194 from schulm/feature/org-jspecify-optional

    OSGI - Make org.jspecify.* imports optional
    dondonz authored May 11, 2025
    Configuration menu
    Copy the full SHA
    42eae0c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Merge pull request #193 from graphql-java/add-name-to-data-loader

    Breaking change - adds a name to a DataLoader
    dondonz authored May 12, 2025
    Configuration menu
    Copy the full SHA
    08b8f01 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into options-breaking-ch…

    …ange
    
    # Conflicts:
    #	src/test/java/org/dataloader/instrumentation/DataLoaderRegistryInstrumentationTest.java
    bbakerman committed May 12, 2025
    Configuration menu
    Copy the full SHA
    2443363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51c21d5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #186 from dfa1/feature/long-adder

    Breaking change: using LongAdder instead of AtomicLong
    bbakerman authored May 12, 2025
    Configuration menu
    Copy the full SHA
    182ef06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdb1011 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #191 from graphql-java/options-breaking-change

    Breaking change - renaming old mutable setXX methods
    bbakerman authored May 12, 2025
    Configuration menu
    Copy the full SHA
    cabda40 View commit details
    Browse the repository at this point in the history
Loading