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 2021/07/12 09:05:03 UTC

[sling-whiteboard] branch master updated (15c8bf5 -> 972cc79)

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 15c8bf5  SLING-10551 - use the partials parser in partials providers
     add 972cc79  SLING-10551 - test output with SDL parser + implement requirements

No new revisions were added by this update.

Summary of changes:
 sling-org-apache-sling-graphql-schema/pom.xml      |  6 ++
 .../aggregator/impl/DefaultSchemaAggregator.java   | 59 ++++++++++++++------
 .../graphql/schema/aggregator/impl/Partial.java    |  4 ++
 .../schema/aggregator/impl/PartialConstants.java   |  1 +
 .../schema/aggregator/impl/PartialReader.java      | 25 ++++++++-
 .../apache/sling/graphql/schema/aggregator/U.java  | 10 +++-
 .../impl/DefaultSchemaAggregatorTest.java          | 64 ++++++++++++++++++++++
 .../schema/aggregator/impl/PartialReaderTest.java  |  7 +++
 .../src/test/resources/partials/a.sdl.txt          | 21 +++++++
 .../src/test/resources/partials/b.sdl.txt          | 10 ++++
 .../src/test/resources/partials/c.sdl.txt          | 10 ++++
 .../src/test/resources/partials/circularA.txt      |  6 ++
 .../src/test/resources/partials/circularB.txt      |  6 ++
 .../test/resources/several-providers-output.txt    | 12 +---
 14 files changed, 212 insertions(+), 29 deletions(-)
 create mode 100644 sling-org-apache-sling-graphql-schema/src/test/resources/partials/a.sdl.txt
 create mode 100644 sling-org-apache-sling-graphql-schema/src/test/resources/partials/b.sdl.txt
 create mode 100644 sling-org-apache-sling-graphql-schema/src/test/resources/partials/c.sdl.txt
 create mode 100644 sling-org-apache-sling-graphql-schema/src/test/resources/partials/circularA.txt
 create mode 100644 sling-org-apache-sling-graphql-schema/src/test/resources/partials/circularB.txt