Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Does anybody know if Apache Commons is under active development? It seems to me like it requires a serious refresh. I cannot find any roadmap referencing a newer version.

share|improve this question

2 Answers

up vote 3 down vote accepted

Yes they are, take a look at this roadmap from commons-lang:

https://issues.apache.org/jira/browse/LANG?report=com.atlassian.jira.plugin.system.project:roadmap-panel

share|improve this answer

Apache Commons per se is not a single project, but a collection of various small projects which perform some isolated functionality, see http://commons.apache.org/ for the current list and the official description of the project.

Many of these projects are active, e.g. commons-lang, commons-io, commons-exec, commons-mail.

Additionally there are some projects which are listed under "sandbox", these are projects that are not mature enough yet and there is a list of "dormant" projects, which are not actively developed any more.

So in fact the actual answer depends on the actual project under apache-commons which you are looking at. Most of these projects handle feature requests/discussions on JIRA (https://issues.apache.org/jira/) and might have some release-plan being posted there, however you will probably get the most authorative answer by posting to the mailing lists that each of these projects maintains.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.