This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git.
from fdb2fad SLING-9872 - sanitize logged values
new eac3e64 Merge pull request #1 from apache/master
new aa1bb41 SLING-9877 GraphQL error response for schema/other related
errors
new 2756589 SLING-9877 Added/fixed unit tests.
new cf1a200 SLING-9877 Cleanup
new 975f0c7 SLING-9877 Cleanup
new 1e14832 SLING-9877 Cleanup and added private constructor for
SlingGraphQLErrorHelper
new 2e96d24 Merge pull request #14 from jasghar/SLING-9877
The 124 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:
.../graphql/core/engine/DefaultQueryExecutor.java | 9 ++-
.../graphql/core/util/SlingGraphQLErrorHelper.java | 72 ++++++++++++++++++++++
.../graphql/core/engine/CustomScalarsTest.java | 12 ++--
.../core/engine/DefaultQueryExecutorTest.java | 18 +++---
.../core/util/SlingGraphQLErrorHelperTest.java | 53 ++++++++++++++++
5 files changed, 141 insertions(+), 23 deletions(-)
create mode 100644
src/main/java/org/apache/sling/graphql/core/util/SlingGraphQLErrorHelper.java
create mode 100644
src/test/java/org/apache/sling/graphql/core/util/SlingGraphQLErrorHelperTest.java