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:
@@ -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
|
||||
|
||||
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user