This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit 025aeb537db712edecf19e5036c88722c9dbce01 Author: Oliver Lietz <[email protected]> AuthorDate: Sun May 15 18:44:30 2016 +0000 SLING-5075 Upgrade Thymeleaf to 3.0 update README git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1743950 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9042b93..e993c62 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ scripting engine for [_Thymeleaf_](http://www.thymeleaf.org) templates Features -------- -* Supporting all of Thymeleaf's extension points: _TemplateResolver_s, _MessageResolver_s, _Dialect_s, _LinkBuilder_s, _DecoupledTemplateLogicResolver_ and _CacheManager_ +* Supporting all of Thymeleaf's extension points: _TemplateResolver_s, _MessageResolver_s, _Dialect_s, _LinkBuilder_s, _DecoupledTemplateLogicResolver_, _CacheManager_ and _EngineContextFactory_ * `NonCachingTemplateResolver` customizable through `TemplateModeProvider` * `MessageResolver` backed by `ResourceBundleProvider` from `org.apache.sling.i18n` customizable through optional `AbsentMessageRepresentationProvider` * `PatternSpecTemplateModeProvider` supporting `PatternSpec` configurations for all template modes (`HTML`, `XML`, `TEXT`, `JAVASCRIPT`, `CSS` and `RAW`) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
