You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2018/06/18 13:42:50 UTC

[sling-org-apache-sling-scripting-sightly-testing-content] branch master updated (5f8fb72 -> dd83599)

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-scripting-sightly-testing-content.git.


    from 5f8fb72  Updating badges for org-apache-sling-scripting-sightly-testing-content
     new 0f1ada7  SLING-7682 - Add support for data-sly-list and data-sly-repeat iteration control
     new 29c5e9a  SLING-7709 - [HTL] Implement the data-sly-set block element
     new dd83599  trivial: added support for the block statements scoping tests

The 3 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                                      | 8 ++++----
 src/main/resources/SLING-INF/sightlytck.json | 8 ++++++++
 2 files changed, 12 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
radu@apache.org.

[sling-org-apache-sling-scripting-sightly-testing-content] 02/03: SLING-7709 - [HTL] Implement the data-sly-set block element

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git

commit 29c5e9ad34a3db9f3dca728039d10f9808ebdfb5
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Jun 6 15:34:03 2018 +0200

    SLING-7709 - [HTL] Implement the data-sly-set block element
---
 src/main/resources/SLING-INF/sightlytck.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/resources/SLING-INF/sightlytck.json b/src/main/resources/SLING-INF/sightlytck.json
index c23dcad..1a4bbba 100644
--- a/src/main/resources/SLING-INF/sightlytck.json
+++ b/src/main/resources/SLING-INF/sightlytck.json
@@ -76,6 +76,10 @@
         "repeat": {
             "jcr:primartyType": "nt:unstructured",
             "sling:resourceType": "/sightlytck/scripts/blockstatements/repeat"
+        },
+        "set": {
+            "jcr:primartyType": "nt:unstructured",
+            "sling:resourceType": "/sightlytck/scripts/blockstatements/set"
         }
 
     },

-- 
To stop receiving notification emails like this one, please contact
radu@apache.org.

[sling-org-apache-sling-scripting-sightly-testing-content] 01/03: SLING-7682 - Add support for data-sly-list and data-sly-repeat iteration control

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git

commit 0f1ada79fa4218f30db6778ea6768575ab5701bc
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri May 25 13:27:44 2018 +0200

    SLING-7682 - Add support for data-sly-list and data-sly-repeat iteration control
    
    * implemented code changes
    * updated HTL TCK module to current snapshot
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index abbef81..d0af5d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
         The versioning scheme defined here corresponds to SLING-7406 (<module_version>-<htl_specification_version>). Take care when
         releasing to only increase the first part, unless the module provides support for a newer version of the HTL specification.
     -->
-    <version>1.0.9-1.3.1-SNAPSHOT</version>
+    <version>1.0.9-1.4.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Scripting HTL Integration Tests Content</name>
@@ -105,7 +105,7 @@
                                 <artifactItem>
                                     <groupId>io.sightly</groupId>
                                     <artifactId>io.sightly.tck</artifactId>
-                                    <version>1.3.5</version>
+                                    <version>1.4.0-SNAPSHOT</version>
                                     <type>jar</type>
                                     <outputDirectory>${project.build.directory}/sightlytck/</outputDirectory>
                                     <includes>**/*.html,**/*.js,**/*.java</includes>
@@ -233,13 +233,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>1.0.23-1.3.1-SNAPSHOT</version>
+            <version>1.0.23-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>1.0.49-1.3.1-SNAPSHOT</version>
+            <version>1.0.53-1.4.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
radu@apache.org.

[sling-org-apache-sling-scripting-sightly-testing-content] 03/03: trivial: added support for the block statements scoping tests

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing-content.git

commit dd8359964679e46df062a0e41db02433ab7e3d4e
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri Jun 15 15:30:28 2018 +0200

    trivial: added support for the block statements scoping tests
---
 src/main/resources/SLING-INF/sightlytck.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/resources/SLING-INF/sightlytck.json b/src/main/resources/SLING-INF/sightlytck.json
index 1a4bbba..efc6f71 100644
--- a/src/main/resources/SLING-INF/sightlytck.json
+++ b/src/main/resources/SLING-INF/sightlytck.json
@@ -80,6 +80,10 @@
         "set": {
             "jcr:primartyType": "nt:unstructured",
             "sling:resourceType": "/sightlytck/scripts/blockstatements/set"
+        },
+        "scoping": {
+            "jcr:primartyType": "nt:unstructured",
+            "sling:resourceType": "/sightlytck/scripts/blockstatements/scoping"
         }
 
     },

-- 
To stop receiving notification emails like this one, please contact
radu@apache.org.