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

@@ -33,6 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*/
@RunWith(SpringJUnit4ClassRunner.class)
@SpringApplicationConfiguration(SampleVelocityApplication.class)
@SuppressWarnings("deprecation")
public class SampleVelocityApplicationTests {
@ClassRule