发布于 2017-10-04 01:27:36 | 160 次阅读 | 评论: 0 | 来源: 网友投递
Thymeleaf HTML5模板引擎
Thymeleaf是一个XML/XHTML/HTML5模板引擎,可用于Web与非Web环境中的应用开发。它是一个开源的Java库,基于Apache License 2.0许可,由Daniel Fernández创建,该作者还是Java加密库Jasypt的作者。
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.
完整内容请查看发行说明。
下载地址: