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/
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.
It looks like the Apache Velocity community are working towards a 2.x release at some point (although I don't think there's a scheduled release date)
This link shows recent commit activity... I'd say it's active
Yes, it is active.
Velocity 2.0 is now available. According to The Central Repository for Maven, the 2.0 velocity-master artifact was last updated 14 October 2016.
The current (as of 8 May 2017) version is 2.1-SNAPSHOT indicating that work towards the next release is in progress.
Further, the git commit log show quite recent activity. The latest commit, at the time of writing, is from April 14 2017, and quite a few commits have been made in 2017.
Having said this, the Apache home page for Velocity doesn't seem to be kept up to date. There is no mention on the main page about the 2.0 release, however the Apache page for Velocity Engine 2.0 has its own (secret) page on the Apache site.
While the existing answers are very useful, you may find OpenHub (previously called OhLoh) a useful resource for this kind of question. https://www.openhub.net/p/velocity
BTW, they apparently switched to git:
https://github.com/apache/velocity-engine
https://apache.googlesource.com/velocity-engine
Links show faint recent activity.
Here is the Apache link to the Velocity 2.0 Engine :
http://velocity.apache.org/engine/2.0/