Why Velocity support is deprecated in Spring 4.3?

你离开我真会死。 提交于 2019-12-06 18:18:06

问题


And how are we going to use Velocity with Spring after Spring 5.0?


回答1:


It looks like Jürgen Höller wants to get rid of Velocity alltogether, because it "dates back to 2010". Support for it was deprecated in Spring 4.3, and will probably be removed in Spring 5.

https://jira.spring.io/browse/SPR-13795




回答2:


In the accepted answer from @Olivier Croisier he states that the reason for depracating velocity was that it "dates back to 2010". While this doesn't seem a particularly valid reason to get rid of something (The C language dates back to 1972) that was actually Jurgen Hoeller's reason given in the issue description that Olivier links to!

In further comments added to that issue, that appear after @Olivier Croisier's answer was given, there is further elaboration. It seems Spring wishes to limit the 3rd-party adaptors that they provide to only two implementations and suggest that the other 3rd-parties develop their adaptors themselves.

The impression I get is that velocity was neither popular or modern enough to be selected as one of the two.



来源:https://stackoverflow.com/questions/38128166/why-velocity-support-is-deprecated-in-spring-4-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!