Thymeleaf 2.0.21 has been just published.
This is a bugfixing version, and should work as a drop-in replacement for 2.0.x versions.
CHANGE LOGTHYMELEAF CORE- Improved representation of java.util.Date and java.sql.Date objects in JavaScript inlining operations.
- Fixed parameter names not being URL-encoded in Link Expressions: @{/order/details('one parameter'='one value')}
- Fixed XHTML 1.1 DTDs not being valid (DTD parsing error).
- Fixed bad relative URLs in XHTML 1.0 Frameset DTDs.
- Fixed arithmetic exception in #aggregates.avg() if result has a non-terminating decimal expansion.
- Fixed JavaScript inlining not closing expressions properly when they appear between parentheses.
- Modified rules for escaping/encoding URL query parameters. Replaced use of java.net.URLEncoder with more standard mechanism, compatible with Spring's UriUtils and Unbescape's UriEscape.
- Fixed second-level th:object being ignored when combined with th:remove="tag".
THYMELEAF SPRING 3 AND 4 INTEGRATION- Added MapAccessor to ThymeleafEvaluationContext in order to allow dot syntax accessing map
context variables in expressions: ${oneMap.oneKey}
DISTRIBUTIONAll updated libraries have been uploaded to Maven Central (please allow some time to sync) and
SourceForge, as usual.
Regards,
Daniel.