Comparing v3.2.1...v3.2.2 · graphql-java/java-dataloader

Commits on Nov 10, 2023

  1. Lazily initialize Executor in ScheduledDataLoaderRegistry builder

    Calling ScheduledDataLoaderRegistry.newScheduledRegistry would create a new
    ScheduledExecutorService on every call, regardless of whether a custom one
    was supplied. Move creation of the default ScheduledExecutorService from the
    builder field to the build method to avoid the issue.
    Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history