You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2021/06/24 13:16:46 UTC

[sling-org-apache-sling-graphql-core] 01/03: Merge branch 'SLING-10502/lazy-loading'

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git

commit 9ce2061d4f4727082e7e64e607411302611cad0d
Merge: 078bfb4 222edb2
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Jun 24 12:58:19 2021 +0200

    Merge branch 'SLING-10502/lazy-loading'

 README.md                                          |  32 +-
 .../helpers/lazyloading/LazyLoadingField.java      |  48 +++
 .../helpers/lazyloading/LazyLoadingMap.java        | 197 ++++++++++
 .../graphql/helpers/lazyloading/package-info.java  |  26 ++
 .../core/engine/DefaultQueryExecutorTest.java      |  36 ++
 .../sling/graphql/core/mocks/LazyDataFetcher.java  |  70 ++++
 .../apache/sling/graphql/core/util/LogCapture.java |  12 +-
 .../helpers/lazyloading/LazyLoadingFieldTest.java  |  64 ++++
 .../helpers/lazyloading/LazyLoadingMapTest.java    | 409 +++++++++++++++++++++
 src/test/resources/test-schema.txt                 |   8 +
 10 files changed, 899 insertions(+), 3 deletions(-)