The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods.
Lang provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals.
A getting started user guide is available together with various project reports.
The JavaDoc API documents are available online:
The subversion repository can be browsed.
A beta version of the next release, Java 5.0 compatible, is available - (download) (draft changelog) (draft upgrade notes).
The latest stable version 2.5, is JDK 1.3 compatible - (download) (changelog) (upgrade notes).
For information on previous releases, see the Release History and to download previous releases, see the Apache Archive.
The commons mailing lists act as the main support forum. The user list is suitable for most library usage queries. The dev list is intended for the development discussion. Please remember that the lists are shared between all commons components, so prefix your email by [lang].
Issues may be reported via ASF JIRA. Please read the instructions carefully to submit a useful bug report or enhancement request.