Skip to content

Tags: lkorth/java-dataloader

Tags

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request graphql-java#99 from graphql-java/cache_calls_in_b…

…atch_load

ValueCache calls are made inside the batch load call

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request graphql-java#89 from prokop7/master

Add synchronized to loaderQueue inside completable future

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request graphql-java#87 from graphql-java/scheduled-datalo…

…ader-registry

Adding a ScheduledDataLoaderRegistry

v2.2.3

Toggle v2.2.3's commit message
JavaDoc tweaks

v

Toggle v's commit message
JavaDoc tweaks

v2.20

Toggle v2.20's commit message
Added the list of call context objects into the environment

v2.1.1

Toggle v2.1.1's commit message
PR changes

v2.1.0

Toggle v2.1.0's commit message
Bad naming in context provider options

v2.0.2

Toggle v2.0.2's commit message
Now with better tests and synchronisation that is more complete

v2.0.1

Toggle v2.0.1's commit message
Added statistics support (graphql-java#11)

* Added statistics support

* added delegating stats collector

* Added error counts to stats

* Added noop version of collector

* Made it doubles and added toMap

* javadoc warning

* batch load count is now the number of objects loaded via the batch function and batch invoke count the number of invocations of the batch function

* readme updates

* Made Statistics a class