This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-0.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit 9fa0ac3ba48f872d65fa976b67d3fb1ab97e9af4 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Jun 12 09:43:50 2014 +0000 SLING-3649 add ResourceResolver to features git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf@1602110 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07ed35d..adb6cb9 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,5 @@ Features * out of the box support for _legacy_ HTML5 through embedded _NekoHTML_ * runtime configurable `TemplateModeHandler`s for _XML_, _VALIDXML_, _XHTML_, _VALIDXHTML_, _HTML5_ and _LEGACYHTML5_ +* `ResourceResolver` backed by Sling's `ResourceResolver` * `MessageResolver` backed by `ResourceBundleProvider` from `org.apache.sling.i18n` -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
