Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/graphql-java/java-dataloader

A Java 8 port of Facebook DataLoader
https://github.com/graphql-java/java-dataloader

Update version to 3.4.0

dondonz opened this pull request 6 days ago
Modernise/update Gradle configuration and misc. polishing.

Hc747 opened this pull request 9 days ago
Add support for batch loading of a Map of key-value pairs.

Hc747 opened this pull request 10 days ago
Update version in readme

dondonz opened this pull request 10 days ago
Can not resolved DataLoader for parameter

sarwadnya1996 opened this issue 6 months ago
Tweaked readme

bbakerman opened this pull request 7 months ago
Have MappedBatchPublisher take in a Set<K> keys (and add README sections)

AlexandreCarlton opened this pull request 7 months ago
Reactive streams branch move reactive classes out of dataloader helper

bbakerman opened this pull request 7 months ago
More tests for Publishers on reactive branch

bbakerman opened this pull request 7 months ago
Make builds run on other branches

bbakerman opened this pull request 7 months ago
More tests for the reactive streams support

bbakerman opened this pull request 7 months ago
Migrate publisher tests

AlexandreCarlton opened this pull request 7 months ago
Making the Subscribers use a common base class

bbakerman opened this pull request 7 months ago
Parameterise DataLoaderTest on DataLoader

AlexandreCarlton opened this pull request 7 months ago
Bump JUnit 4.x to JUnit Jupiter 5

AlexandreCarlton opened this pull request 7 months ago
A PR for reactive streams support

bbakerman opened this pull request 7 months ago
Bump to Java 11

AlexandreCarlton opened this pull request 7 months ago
Upgrading dataloader to Java 11

dondonz opened this issue 7 months ago
Add a proof-of-concept for "Observer-like" batch loading

AlexandreCarlton opened this pull request 7 months ago
Verify a throwing CacheMap#get does not break DataLoader

AlexandreCarlton opened this pull request 8 months ago
Remove CacheMap#containsKey before #get

AlexandreCarlton opened this pull request 8 months ago
Shuts down executor if its was auto added by our code

bbakerman opened this pull request 8 months ago
Test - please ignore

dondonz opened this issue 9 months ago
Pre-size resulting lists

dfa1 opened this pull request 9 months ago
Minor javadoc fixes

dfa1 opened this pull request 10 months ago
Use of LongAdder in StatisticsCollector

dfa1 opened this issue 10 months ago
License question

renatoathaydes opened this issue about 1 year ago
ScheduledDataLoaderRegistry can leak scheduler threads

DanielThomas opened this issue about 1 year ago
Avoid allocations in DataLoaderHelper.dispatch when there's no work

kilink opened this pull request about 1 year ago
Lazily initialize Executor in ScheduledDataLoaderRegistry builder

kilink opened this pull request about 1 year ago
Avoid allocations when dataloader has no work

tonyghita opened this issue about 1 year ago
Ticker mode on ScheduledDataLoaderRegistry

bbakerman opened this pull request about 1 year ago
Predicates in DataLoaders

bbakerman opened this pull request about 1 year ago
Batch scheduler function support

bbakerman opened this pull request over 1 year ago
Querying for length of dataloader queue

austinpgraham opened this issue over 1 year ago
Prepend 0.0.0 to build version

dondonz opened this pull request almost 2 years ago
Failed to build.gradle

sonpnguyen opened this issue almost 2 years ago
Try.getThrowable - fixed incorrect exception message

rstata opened this pull request over 2 years ago
Copy across valueCache in DataLoaderOptions copy constructor

AlexandreCarlton opened this pull request over 2 years ago
Add context objects to StatisticsCollector methods

AlexandreCarlton opened this pull request over 2 years ago
Changed Automatic Module Name to org.dataloader

zrbrown opened this pull request over 2 years ago
Support Flow or Channel as Subscription return type

hantsy opened this issue over 2 years ago
feat: make cache map values accesible for read only purposes

samuelAndalon opened this pull request over 2 years ago
Configure Manifest task to create valid OSGi bundle

Lana11s opened this pull request almost 3 years ago
Make NoOpStatisticsCollector to be default StatisticsCollector

dugenkui03 opened this pull request almost 3 years ago
Implement recursive dispatching

Alex079 opened this pull request almost 3 years ago
Automatic Module Name clashes with graphql-java Module

brianoliver opened this issue almost 3 years ago
Short circuit value cache look up to avoid object allocations

bbakerman opened this pull request almost 3 years ago
Convert NoOpValueCache#get return value to constant exception

jord1e opened this pull request almost 3 years ago
Upgrade to Gradle 7.3.2

berngp opened this pull request about 3 years ago
Version 3.0.0 and later is no OSGi bundle anymore

Lana11s opened this issue about 3 years ago
Add @GuardedBy and remove redundant synchronized

dugenkui03 opened this pull request about 3 years ago
Fix invalid Automatic-Module-Name

lkorth opened this pull request about 3 years ago
Update README.md

lkorth opened this pull request about 3 years ago
invalid automatic module name when used with Java modules

AutomatedTester opened this issue over 3 years ago
Allow priming with future values

kelseyfrancis opened this pull request over 3 years ago
ValueCache calls are made inside the batch load call

bbakerman opened this pull request over 3 years ago
DataLoader 3.x will not be upgraded in graphql-java 17.0

bbakerman opened this issue over 3 years ago
This adds support for calling dispatch if the ValueCache takes timein `get` call

bbakerman opened this pull request over 3 years ago
ValueCache: batch function isn't always triggered on cache miss

albert02021 opened this issue over 3 years ago
Add synchronized to loaderQueue inside completable future

prokop7 opened this pull request over 3 years ago
Value cache support

bbakerman opened this pull request over 3 years ago
Adding a ScheduledDataLoaderRegistry

bbakerman opened this pull request over 3 years ago
Clock improvements and test re-org

bbakerman opened this pull request over 3 years ago
Introduces a Factory for creating DataLoaders

bbakerman opened this pull request over 3 years ago
Added a instant since last dispatch value

bbakerman opened this pull request over 3 years ago
Moving annotations info their own package

bbakerman opened this pull request over 3 years ago
future cache vs value cache

craig-day opened this pull request over 3 years ago
cache values and errors, not futures

craig-day opened this pull request over 3 years ago
Null pointer in dispatchQueueBatch v2.1.1

sanimalp opened this issue over 3 years ago
Java DataLoader: Mismatches results

thrkrdk opened this issue over 3 years ago
Generate cache key with loadContext.

qzchenwl opened this pull request almost 4 years ago
Add support for minimum batch size

sachinpkale opened this pull request almost 4 years ago
Is the data loader's per-key context allowed to be null?

skingsland opened this issue almost 4 years ago
How to wrap Caffeine with CacheMap?

skingsland opened this issue almost 4 years ago
Joozik patch misspelling in readme

joozik opened this pull request about 4 years ago
Correction of misspelling in readme

joozik opened this pull request about 4 years ago
the `synchronized` in DataLoader

dugenkui03 opened this issue about 4 years ago
minor code cleanups

dfa1 opened this pull request over 4 years ago
Update README.md

hamidshahid opened this pull request over 4 years ago
call getCacheKey() when cachingEnabled in DataLoaderHelper

dugenkui03 opened this pull request over 4 years ago
Adding queued entries following cache clear

liam-twist opened this pull request over 4 years ago
Make the DataLoaderRegistry use a supplier pattern

bbakerman opened this issue over 4 years ago
Fix version badge in README.md

lkorth opened this pull request over 4 years ago
[WIP] Proposal: Handle futureCache.get exceptions

rharriso opened this pull request over 4 years ago
How to let BatchLoader know the columns of current DataFetchingEnvironment?

babyfish-ct opened this issue almost 5 years ago
Data loader with try integration

mduesterhoeft opened this issue almost 5 years ago
DataLoader as an interface - 3.x branch

bbakerman opened this pull request almost 5 years ago
The PR 56 followup work

bbakerman opened this pull request almost 5 years ago
Vertx and Dataloader

zenios opened this issue almost 5 years ago
How do I store the cache to a remote server

lyzq opened this issue about 5 years ago
Won't compile on Windows (encoding issue)

etienne-sf opened this issue about 5 years ago
Gradle wrapper : switch to https

etienne-sf opened this issue about 5 years ago
Allow dispatch() caller to get stats back.

kdreibel opened this pull request about 5 years ago