You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/09/18 19:38:37 UTC

[sling-org-apache-sling-starter] branch master updated (e2ce21a -> 4bcafa5)

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

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git.


    from e2ce21a  switch to org.apache.sling.jcr.oak.server 1.2.8 release
     new 4157d79  SLING-9746 Add Scripting FreeMarker
     new 4bcafa5  SLING-9747 Add Scripting Thymeleaf

The 2 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:
 src/main/features/scripting.json | 35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)


[sling-org-apache-sling-starter] 01/02: SLING-9746 Add Scripting FreeMarker

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

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

commit 4157d79f49c1cae1bca149f644417e9060def278
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Sep 18 21:36:05 2020 +0200

    SLING-9746 Add Scripting FreeMarker
---
 src/main/features/scripting.json | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/main/features/scripting.json b/src/main/features/scripting.json
index 45c4205..9fdeae8 100644
--- a/src/main/features/scripting.json
+++ b/src/main/features/scripting.json
@@ -60,6 +60,14 @@
         {
             "id":"org.apache.sling:org.apache.sling.scripting.sightly:1.4.2-1.4.0",
             "start-order":"20"
+        },
+        {
+            "id":"org.apache.sling:org.apache.sling.scripting.freemarker:1.0.2",
+            "start-order":"20"
+        },
+        {
+            "id": "org.freemarker:freemarker:2.3.30",
+            "start-order": "20"
         }
     ],
     "configurations":{


[sling-org-apache-sling-starter] 02/02: SLING-9747 Add Scripting Thymeleaf

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

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

commit 4bcafa5ac43dde8a7121add85680d3630674a250
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Sep 18 21:37:25 2020 +0200

    SLING-9747 Add Scripting Thymeleaf
---
 src/main/features/scripting.json | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

diff --git a/src/main/features/scripting.json b/src/main/features/scripting.json
index 9fdeae8..6f58d8c 100644
--- a/src/main/features/scripting.json
+++ b/src/main/features/scripting.json
@@ -68,6 +68,30 @@
         {
             "id": "org.freemarker:freemarker:2.3.30",
             "start-order": "20"
+        },
+        {
+            "id":"org.apache.sling:org.apache.sling.scripting.thymeleaf:2.0.2",
+            "start-order":"20"
+        },
+        {
+            "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.thymeleaf:3.0.11.RELEASE_1",
+            "start-order":"20"
+        },
+        {
+            "id":"org.attoparser:attoparser:2.0.5.RELEASE",
+            "start-order":"20"
+        },
+        {
+            "id":"org.unbescape:unbescape:1.1.6.RELEASE",
+            "start-order":"20"
+        },
+        {
+            "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.ognl:3.2.1_1",
+            "start-order":"20"
+        },
+        {
+            "id":"org.javassist:javassist:3.27.0-GA",
+            "start-order":"20"
         }
     ],
     "configurations":{
@@ -79,7 +103,8 @@
         "org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~scripting":{
             "user.mapping":[
                 "org.apache.sling.scripting.core=sling-scripting",
-                "org.apache.sling.scripting.sightly.js.provider=sling-scripting"
+                "org.apache.sling.scripting.sightly.js.provider=sling-scripting",
+                "org.apache.sling.scripting.thymeleaf=sling-scripting"
             ]
         }
     },