Comparing v3.2.1...v3.2.2 · graphql-java/java-dataloader
Commits on Nov 10, 2023
-
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.