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 2020/09/01 13:53:13 UTC

[sling-org-apache-sling-graphql-core] 01/01: Merge pull request #2 from apache/feature/SLING-9655

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 f00e52624752923e98bf43d8999337ea0e09cc98
Merge: bdba990 4181c57
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Sep 1 15:53:06 2020 +0200

    Merge pull request #2 from apache/feature/SLING-9655
    
    SLING-9655 - Caching support for the GraphQL core

 README.md                                          |  94 +++++++++
 pom.xml                                            |  60 +++---
 .../graphql/api/cache/GraphQLCacheProvider.java    |  54 ++++++
 .../sling/graphql/api/cache/package-info.java      |  22 +++
 .../core/cache/SimpleGraphQLCacheProvider.java     | 209 +++++++++++++++++++++
 .../sling/graphql/core/servlet/GraphQLServlet.java | 135 ++++++++++++-
 .../sling/graphql/core/servlet/QueryParser.java    | 108 +++++++++++
 .../sling/graphql/core/servlet/RequestParser.java  |  77 --------
 .../core/cache/SimpleGraphQLCacheProviderTest.java | 112 +++++++++++
 .../graphql/core/it/GraphQLCoreTestSupport.java    |  28 ++-
 .../sling/graphql/core/it/GraphQLServletIT.java    |  91 ++++++++-
 .../graphql/core/servlet/GraphQLServletTest.java   |  81 ++++++++
 12 files changed, 949 insertions(+), 122 deletions(-)