Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
graphql-java
/
java-dataloader
Public
Notifications
You must be signed in to change notification settings
Fork
102
Star
524
Code
Issues
2
Pull requests
22
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
java-dataloader
src
main
java
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 21, 2026
Merge pull request #276 from graphql-java/allow-caching-without-batching
Show description for 4ba3a4d
bbakerman
authored
4ba3a4d
View commit details
Copy full SHA for 4ba3a4d
View code at this point
Browse repository at this point
Commits on Jun 16, 2026
Fix reactive data loader hanging on backpressured publishers (#273)
Show description for 74822d3
zenios
committed
74822d3
View commit details
Copy full SHA for 74822d3
View code at this point
Browse repository at this point
Commits on May 17, 2026
If caching is off AND batching is off - ValueCache should not be used
bbakerman
committed
141495b
View commit details
Copy full SHA for 141495b
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
Merge pull request #244 from graphql-java/update-doco-and-reactor-new-code
Show description for 4ade908
dondonz
authored
4ade908
View commit details
Copy full SHA for 4ade908
View code at this point
Browse repository at this point
Commits on Oct 26, 2025
Merged master
bbakerman
committed
5a46931
View commit details
Copy full SHA for 5a46931
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into fixed-delegate-load-handling
Show description for b117607
bbakerman
committed
b117607
View commit details
Copy full SHA for b117607
View code at this point
Browse repository at this point
Updated the documentation of the CacheMap and also some refacoring of common code
bbakerman
committed
9671d60
View commit details
Copy full SHA for 9671d60
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
name changing to putIfAbsentAtomically
andimarek
committed
54197a0
View commit details
Copy full SHA for 54197a0
View code at this point
Browse repository at this point
Commits on Oct 22, 2025
remove guarded by
andimarek
committed
c026da6
View commit details
Copy full SHA for c026da6
View code at this point
Browse repository at this point
don't calculate queue lenghth
andimarek
committed
9a9105c
View commit details
Copy full SHA for 9a9105c
View code at this point
Browse repository at this point
Commits on Oct 21, 2025
keep order of keys without reversing
andimarek
committed
16cf340
View commit details
Copy full SHA for 16cf340
View code at this point
Browse repository at this point
Commits on Oct 18, 2025
add another jcstress test
andimarek
committed
bcf7ef6
View commit details
Copy full SHA for bcf7ef6
View code at this point
Browse repository at this point
remove any Reentrant locks in favor of a CAS linked list
andimarek
committed
7b5041c
View commit details
Copy full SHA for 7b5041c
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
Merge remote-tracking branch 'origin/master' into fixed-delegate-load-handling
Show description for 34391d3
bbakerman
committed
34391d3
View commit details
Copy full SHA for 34391d3
View code at this point
Browse repository at this point
Added a loadImpl function to allow delegate overriding better
bbakerman
committed
46950a9
View commit details
Copy full SHA for 46950a9
View code at this point
Browse repository at this point
Updating the code to use reentrant locks
bbakerman
committed
1804706
View commit details
Copy full SHA for 1804706
View code at this point
Browse repository at this point
Commits on Jul 25, 2025
Allow value nullability for ValueCache
pdambrauskas
committed
f6a6255
View commit details
Copy full SHA for f6a6255
View code at this point
Browse repository at this point
Commits on Jun 24, 2025
More explicit nullable annotations on BatchLoader interfaces
dependabot[bot]
authored and
bbakerman
committed
aa7349f
View commit details
Copy full SHA for aa7349f
View code at this point
Browse repository at this point
Commits on Jun 4, 2025
Error Prone / NullAway support for JSpecify - added Kotlin - reverted to old assertions
bbakerman
committed
afd5dc1
View commit details
Copy full SHA for afd5dc1
View code at this point
Browse repository at this point
Error Prone / NullAway support for JSpecify - added Kotlin
bbakerman
committed
4fbeccd
View commit details
Copy full SHA for 4fbeccd
View code at this point
Browse repository at this point
Error Prone / NullAway support for JSpecify
bbakerman
committed
3f676ac
View commit details
Copy full SHA for 3f676ac
View code at this point
Browse repository at this point
Commits on May 12, 2025
Merge remote-tracking branch 'origin/master' into options-breaking-change
bbakerman
committed
bdb1011
View commit details
Copy full SHA for bdb1011
View code at this point
Browse repository at this point
Merge pull request #186 from dfa1/feature/long-adder
Show description for 182ef06
bbakerman
authored
182ef06
View commit details
Copy full SHA for 182ef06
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into options-breaking-change
Show description for 2443363
bbakerman
committed
2443363
View commit details
Copy full SHA for 2443363
View code at this point
Browse repository at this point
Commits on May 2, 2025
Breaking change - adds a name to a DataLoader and deprecates a bunch of factory methods - added support in DLR for namings DLs - added direct register
bbakerman
committed
496a298
View commit details
Copy full SHA for 496a298
View code at this point
Browse repository at this point
Breaking change - adds a name to a DataLoader and deprecates a bunch of factory methods - added support in DLR for namings DLs
bbakerman
committed
bf3edd2
View commit details
Copy full SHA for bf3edd2
View code at this point
Browse repository at this point
Breaking change - adds a name to a DataLoader and deprecates a bunch of factory methods
bbakerman
committed
02a485d
View commit details
Copy full SHA for 02a485d
View code at this point
Browse repository at this point
Breaking change - renaming old mutable setXX methods and going to builder pattern only
bbakerman
committed
533065b
View commit details
Copy full SHA for 533065b
View code at this point
Browse repository at this point
Commits on May 1, 2025
Breaking change - renaming old mutable setXX methods
bbakerman
committed
4569c43
View commit details
Copy full SHA for 4569c43
View code at this point
Browse repository at this point
Commits on Apr 14, 2025
Breaking change for StatisticsCollector
Show description for 6942cc1
dfa1
committed
6942cc1
View commit details
Copy full SHA for 6942cc1
View code at this point
Browse repository at this point
Commits on Apr 2, 2025
Added support for a delegating data loader - tweaked javadoc more
bbakerman
committed
6d217cc
View commit details
Copy full SHA for 6d217cc
View code at this point
Browse repository at this point
Added support for a delegating data loader - tweaked javadoc
bbakerman
committed
70b8915
View commit details
Copy full SHA for 70b8915
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into delegating-dataloader-support
bbakerman
committed
5452d73
View commit details
Copy full SHA for 5452d73
View code at this point
Browse repository at this point
Merge pull request #178 from graphql-java/load_intrumentation
Show description for 212049c
bbakerman
authored
212049c
View commit details
Copy full SHA for 212049c
View code at this point
Browse repository at this point
Merge pull request #181 from graphql-java/dataloader-options-spring-bug
Show description for 8a068c2
bbakerman
authored
8a068c2
View commit details
Copy full SHA for 8a068c2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.