Fixed WebEngineContext returning wrong boolean values for ServletContextAttributesMap#isEmpty() and SessionAttributesMap#isEmpty().
Fixed DateFormat implementation being used for Jackson-based serialization of JavaScript dates not implementing clone() properly, which could result in thread-safety issues on the underlying SimpleDateFormat instance.
Fixed JavaScript parser failing on parsing JS regexp or JS template literals that contained unbalanced quotes.
Improved behaviour when parser-level or prototype-only comment block is not closed at the end of template. An exception is now thrown.
Thymeleaf 3.0.8 发布,HTML 5 模板引擎
Thymeleaf 3.0.8 发布了,Thymeleaf是一个XML/XHTML/HTML5模板引擎,可用于Web与非Web环境中的应用开发。它是一个开源的Java库,基于Apache License 2.0许可,由Daniel Fernández创建。本次更新内容如下:
Fixed WebEngineContext returning wrong boolean values for ServletContextAttributesMap#isEmpty() and SessionAttributesMap#isEmpty().
Fixed DateFormat implementation being used for Jackson-based serialization of JavaScript dates not implementing clone() properly, which could result in thread-safety issues on the underlying SimpleDateFormat instance.
Fixed JavaScript parser failing on parsing JS regexp or JS template literals that contained unbalanced quotes.
Improved behaviour when parser-level or prototype-only comment block is not closed at the end of template. An exception is now thrown.
Updated SLF4j dependency to 1.7.25.
完整内容请查看发行说明。
下载地址:
Source code (zip)
Source code (tar.gz)