A PR for reactive streams support#151
Merged
bbakerman merged 41 commits intomastergraphql-java/java-dataloader:masterfrom May 27, 2024
reactive-streams-branchgraphql-java/java-dataloader:reactive-streams-branchCopy head branch name to clipboard
Merged
A PR for reactive streams support#151bbakerman merged 41 commits intomastergraphql-java/java-dataloader:masterfrom reactive-streams-branchgraphql-java/java-dataloader:reactive-streams-branchCopy head branch name to clipboard
bbakerman merged 41 commits intomastergraphql-java/java-dataloader:masterfrom
reactive-streams-branchgraphql-java/java-dataloader:reactive-streams-branchCopy head branch name to clipboard
Commits
Commits on May 12, 2024
Add a proof-of-concept for "Observer-like" batch loading
Show description for 6e30220committed
Commits on May 17, 2024
- committed
Merge remote-tracking branch 'origin/master' into reactive-streams-branch
Show description for 2cdba8acommitted- committed
Commits on May 18, 2024
Merge remote-tracking branch 'origin/master' into observer-batch-loader-proof-of-concept
Show description for 2032e33committedEliminate *BatchObserver in favour of Publisher
Show description for 6b5a732committedUse internal Assertions over Java's raw assert
Show description for 68d7f54committedRemove handling of Throwable passed into onNext
Show description for a3132b7committedExpose `new*DataLoader` methods for *PublisherBatchLoader
Show description for fbeffaecommittedCopy/tweak original/ DataLoader tests for publisher equivalents
Show description for b2a662dcommittedRename '*PublisherBatchLoader' to 'BatchPublisher'
Show description for 0d0b2f8committedEnsure DataLoaderSubscriber is only called by one thread
Show description for 14002f6committed- committed
Commits on May 19, 2024
Commits on May 20, 2024
Merge remote-tracking branch 'origin/master' into reactive-streams-branch
Show description for e16fa65committed- committed
Commits on May 21, 2024
- committed
- committed
- committed
- committed
Inline BatchPublisher tests into DataLoaderTest
Show description for eb2b40ccommittedFix MappedBatchPublisher loaders to work without cache
Show description for 651e561committed
Commits on May 22, 2024
Merge pull request #155 from AlexandreCarlton/migrate-publisher-tests
Show description for 8295396authoredMerge remote-tracking branch 'origin/reactive-streams-branch' into reactive-streams-common-publisher-impl
Show description for 86ec5c8committed- committed
Merge pull request #154 from graphql-java/reactive-streams-common-publisher-impl
Show description for 3fddb8bauthored- committed
Commits on May 23, 2024
- committed
- committed
- committed
Merge pull request #158 from graphql-java/reactive-streams-branch-extra-tests-for-reactive
Show description for e9bfc2bauthored
Commits on May 24, 2024
- committed
- committed
- committed
- committed
Merge pull request #159 from graphql-java/reactive-streams-branch-move-reactive-classes-out-of-dataloader-helper
Show description for 77fd0ddauthored- committed
Commits on May 26, 2024
Have MappedBatchPublisher take in a Set<K> keys
Show description for 3c3cc99committed- committed
Merge pull request #160 from AlexandreCarlton/add-documentation-for-publishers
Show description for c3e6ee5authored