This is an automated email from the ASF dual-hosted git repository.
radu pushed a change to branch feature/SLING-9655
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git.
from e0949d3 SLING-9655 - check query results here as well
new 94484b1 SLING-9655 - Caching support for the GraphQL core
new 4181c57 SLING-9655 - Caching support for the GraphQL core
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 94 +++++++++++++++++++++
pom.xml | 6 +-
.../core/cache/SimpleGraphQLCacheProvider.java | 50 ++++++++----
.../sling/graphql/core/servlet/GraphQLServlet.java | 95 +++++++++++-----------
.../core/cache/SimpleGraphQLCacheProviderTest.java | 5 ++
.../graphql/core/servlet/GraphQLServletTest.java | 81 ++++++++++++++++++
6 files changed, 265 insertions(+), 66 deletions(-)
create mode 100644
src/test/java/org/apache/sling/graphql/core/servlet/GraphQLServletTest.java