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/14 08:30:45 UTC

[sling-whiteboard] branch master updated: SLING-10551 - invalid section names note

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new b54740b  SLING-10551 - invalid section names note
b54740b is described below

commit b54740ba19239b5990d8327bf85c7da76fa2c534
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Jul 14 10:30:31 2021 +0200

    SLING-10551 - invalid section names note
---
 sling-org-apache-sling-graphql-schema/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sling-org-apache-sling-graphql-schema/README.md b/sling-org-apache-sling-graphql-schema/README.md
index a1a2ca3..7c506ee 100644
--- a/sling-org-apache-sling-graphql-schema/README.md
+++ b/sling-org-apache-sling-graphql-schema/README.md
@@ -101,6 +101,8 @@ Here's a configuration example from the test code.
         .put("selectors.to.partials.mapping", new String[] { "X:firstA,secondB", "Y:secondA,firstB,/second.*/" })
 
 ## TODO / wishlist
+Invalid section names in partials should cause parsing errors.
+
 The REQUIRES section of partial should be translated to OSGi capabilities, to be able to detect
 missing requirements at system assembly time or using the
 [Feature Model Analyser](https://github.com/apache/sling-org-apache-sling-feature-analyser).