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/04/23 15:19:27 UTC

[sling-whiteboard] branch master updated (8ff5572 -> 0f6b6fb)

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-whiteboard.git.


    from 8ff5572  Add feature region support
     new 964752e  Update GraphQL to the latest version
     new e1af864  Parse query/variables from request body if available
     new 8988ded  Provide tests for POST access
     new 0f6b6fb  Merge pull request #55 from stefangrimm/cfm-end-to-end-2

The 1147 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-scripting/pom.xml                          |  2 +-
 .../scripting/gql/engine/GraphQLResourceQuery.java | 14 +++-
 .../scripting/gql/servlet/GraphQLServlet.java      | 10 ++-
 .../sling/scripting/gql/servlet/RequestParser.java | 80 ++++++++++++++++++++++
 .../graphql/it/GraphQLScriptingTestSupport.java    | 49 ++++++++++++-
 .../scripting/graphql/it/GraphQLServletIT.java     |  9 +++
 6 files changed, 158 insertions(+), 6 deletions(-)
 create mode 100644 graphql-scripting/src/main/java/org/apache/sling/scripting/gql/servlet/RequestParser.java