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/23 11:16:49 UTC

[sling-org-apache-sling-graphql-core] branch SLING-10502/lazy-loading updated (f476529 -> 6268351)

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

bdelacretaz pushed a change to branch SLING-10502/lazy-loading
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git.


    from f476529  SLING-10502 - keep Sonar happy
     add 2eb8340  SLING-10502 - remove unused method
     add 1fc360c  SLING-10503 - prepare for testing log messages
     add d430d47  SLING-10503 - remove schema from log messages (contributed by Denis Moret) + add logging tests
     add fa327f2  Merge commit 'd430d47df5b190107d413f31ef19052aacab4d98' into SLING-10502/lazy-loading
     add 6268351  SLING-10502 - add logging test

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   6 +
 .../graphql/core/engine/DefaultQueryExecutor.java  |  11 +-
 .../helpers/layzloading/LazyLoadingMap.java        |   9 +-
 .../engine/DefaultQueryExecutorLoggingTest.java    | 133 +++++++++++++++++++++
 .../graphql/core/engine/ResourceQueryTestBase.java |   5 +-
 .../graphql/core/mocks/MockSchemaProvider.java     |   9 +-
 .../apache/sling/graphql/core/util/LogCapture.java |  70 +++++++++++
 .../helpers/lazyloading/LazyLoadingMapTest.java    |  38 +++++-
 src/test/resources/logback.xml                     |  31 +++++
 9 files changed, 295 insertions(+), 17 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/graphql/core/engine/DefaultQueryExecutorLoggingTest.java
 create mode 100644 src/test/java/org/apache/sling/graphql/core/util/LogCapture.java
 create mode 100644 src/test/resources/logback.xml