Is Apache Velocity still an active project?

Nir Levy picture Nir Levy · Jul 4, 2013 · Viewed 8.8k times · Source

Seeing that Velocity's latest stable version was released at least two years ago, I was hoping the good people at SF would be able to suggest if this project is still actively maintained. I can see no hint to this other then a Velocity 2.0 project on JIRA that does not seem to have any activity.

c.f. https://stackoverflow.com/questions/11085676/does-apache-velocity-project-have-future-or-is-it-defunct that was closed for some reason.

UPDATE (JUL 2017): New version 2.0 up at http://velocity.apache.org/engine/2.0/

Answer

Sergiu Dumitriu picture Sergiu Dumitriu · Jul 9, 2013

Is GNU sed still an active project? The last release was 4.2.2 in December 2012, and before that 4.2.1 in June 2009, and 4.1.5 in 2006. Also, the maintainer announced his resignation from maintaining the project. Does that mean that GNU sed is a dead project that shouldn't be used anymore? Definitely not. It is a very mature project, with very few bugs and little left to improve or innovate. It is a well known piece of program, used in many scripts, and just because releases happen every 3 years or more, it doesn't mean that it is something to move away from. On the contrary, sed is a central piece of *nix utilities, and GNU sed is probably its best implementation.

While Apache Velocity is not as mature and well known as GNU sed, it is also a mature, stable software. There isn't much work being done not because there's nobody left to do that work, but because there's very little need of new work. Developers are happy with what they have, users don't complain of missing features, and downstream projects are happy, as far as I know.