adjust dependencies (highest versions for test, else lowest)
1 file changed
tree: 0bf6470f51b025c3c610ae0b24135d2b67201b41
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. LICENSE
  5. pom.xml
  6. README.md
README.md

Build Status Test Status Maven Central JavaDocs License scripting contrib

Apache Sling Scripting Thymeleaf

This module is part of the Apache Sling project.

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)