github graphql-java/java-dataloader v5.0.1
5.0.1

latest release: v5.0.2
2 months ago

This release updates the JSpecify nullable annotations on the BatchLoader method variants so that they work as expected with Kotlin 2 and its stronger enforcement of JSpecify annotations

eg they are now updated like this.

public interface BatchLoader<K, V extends @Nullable Object>

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1

Don't miss a new java-dataloader release

NewReleases is sending notifications on new releases.