This is a working, fully functional integration of the thymeleaf template engine into magnolia cms
It supports blossom (spring-mvc) templates. If someone needs to have a pure STK integration please look into magnolia forge, there is a module with support for that.
The custom dialect comes with cms:init, cms:area and cms:component
To see how the blossom-serlvet needs to be setup, and how to use the magnolia processors take a look at the example web app and the wiki pages.
Maven coordinates:
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-eiswind</id>
<name>bintray</name>
<url>http://dl.bintray.com/eiswind/maven</url>
</repository>
</repositories>
<dependency>
<groupId>de.eiswind</groupId>
<artifactId>magnolia-blossom-thymeleaf-module</artifactId>
<version>0.2.1</version>
</dependency>
April 2015: Magnolia 5.3.8, Blossom 3.0.6 March 2015: Magnolia 5.3.7
December 2014: Update to Magnolia 5.3.6 and Spring4. Added basic testing.
Oktober 2014: Updated the dependencies and the example to magnolia 5.3.4 and blossom 3.0.4, now depending on bundled wepapp artifact