This is an automated email from the ASF dual-hosted git repository.
radu pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git.
from 4789c4a trivial: reformatted some README.md sections
new f3f9414 SLING-9724 - Validate queries before persisting
new e675ad7 SLING-9724 - Validate queries before persisting
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:
pom.xml | 14 +--
.../graphql/core/engine/GraphQLResourceQuery.java | 135 ++++++++++++---------
.../graphql/core/scalars/SlingScalarsProvider.java | 2 +-
.../core/scripting/GraphQLScriptEngine.java | 6 +-
.../sling/graphql/core/servlet/GraphQLServlet.java | 34 ++++--
.../graphql/core/engine/CustomScalarsTest.java | 4 +-
.../core/engine/GraphQLResourceQueryTest.java | 11 +-
.../graphql/core/engine/ResourceQueryTestBase.java | 10 +-
.../graphql/core/it/GraphQLCoreTestSupport.java | 2 +-
.../sling/graphql/core/it/GraphQLServletIT.java | 24 ++++
.../core/schema/SchemaDescriptionsTest.java | 7 +-
11 files changed, 155 insertions(+), 94 deletions(-)