org.apache.sling.scripting.thymeleaf-1.1.0
[maven-release-plugin] copy for tag org.apache.sling.scripting.thymeleaf-1.1.0

git-svn-id: https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.scripting.thymeleaf-1.1.0@1787383 13f79535-47bb-0310-9956-ffa450edef68
tree: 92f47323942c96ecce2dc7a242d09dea2d62d6a8
  1. src/
  2. pom.xml
  3. README.md
README.md

Apache Sling Scripting Thymeleaf

scripting engine for Thymeleaf templates

Features

Installation

For running Sling Scripting Thymeleaf with Sling's Launchpad some dependencies need to be resolved. This can be achieved by installing the following bundles:

mvn:org.attoparser/attoparser/2.0.2.RELEASE
mvn:org.unbescape/unbescape/1.1.4.RELEASE
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ognl/3.2_1
mvn:org.javassist/javassist/3.20.0-GA

There is a feature for Karaf:

karaf@root()> feature:install sling-scripting-thymeleaf

Note: Sling Scripting Thymeleaf requires an implementation of OSGi Declarative Services 1.3 (e.g. Apache Felix Service Component Runtime 2.0.0 or greater)

relevant Thymeleaf issues