Velocity deprecation note in reference documentation

Issue: SPR-14460
This commit is contained in:
Juergen Hoeller
2016-07-15 15:44:13 +02:00
parent 70e666b4a3
commit 12bff6b3a0

View File

@@ -106,6 +106,13 @@ applications. The languages are quite similar and serve similar needs and so are
considered together in this section. For semantic and syntactic differences between the
two languages, see the http://www.freemarker.org[FreeMarker] web site.
[NOTE]
====
As of Spring Framework 4.3, Velocity support has been deprecated due to six years
without active maintenance of the Apache Velocity project. We recommend Spring's
FreeMarker support instead, or Thymeleaf which comes with Spring support itself.
====
[[view-velocity-dependencies]]