Deprecate support for Velocity

Support for Velocity has been deprecated in Spring Framework 4.3 with
the plan being to remove it in 5.0. This commit deprecates Spring
Boot's support in 1.4, with the plan being to remove it in 2.0.

Closes gh-5276
This commit is contained in:
Andy Wilkinson
2016-02-29 13:10:17 +00:00
parent ad53f09ed4
commit 86d87f6b8a
13 changed files with 25 additions and 2 deletions

View File

@@ -1577,7 +1577,7 @@ Spring Boot includes auto-configuration support for the following templating eng
* http://freemarker.org/docs/[FreeMarker]
* http://docs.groovy-lang.org/docs/next/html/documentation/template-engines.html#_the_markuptemplateengine[Groovy]
* http://www.thymeleaf.org[Thymeleaf]
* http://velocity.apache.org[Velocity]
* http://velocity.apache.org[Velocity] (deprecated in 1.4)
* http://mustache.github.io/[Mustache]
TIP: JSPs should be avoided if possible, there are several

View File

@@ -482,7 +482,7 @@ and Hibernate.
|Support for the Thymeleaf templating engine, including integration with Spring.
|`spring-boot-starter-velocity`
|Support for the Velocity templating engine.
|Support for the Velocity templating engine. Deprecated in 1.4.
|`spring-boot-starter-web`
|Support for full-stack web development, including Tomcat and `spring-webmvc`.