Apache Commons Lang
Go to file
Duncan Jones c7bfe025e9 Added missing @since tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1672245 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09 06:29:03 +00:00
src Added missing @since tag. 2015-04-09 06:29:03 +00:00
.gitignore Fix typo 2013-09-01 17:04:20 +00:00
.travis.yml Travis does not know openjdk8 2015-04-08 19:00:07 +00:00
CONTRIBUTING.md Use README.md and CONTRIBUTING.md generated by commons build plugin 2015-01-02 20:09:51 +00:00
LICENSE.txt Add blank line 2004-02-19 21:23:04 +00:00
NOTICE.txt Update copyright year 2015-01-12 16:34:15 +00:00
README.md Looks like the coveralls badge doesn't work if the branch is no specified 2015-04-08 19:57:56 +00:00
RELEASE-NOTES.txt LANG-821: Support OS X versions in SystemUtils. This also fixes #59 from github. Thanks to Timo Kockert. 2015-04-03 12:09:07 +00:00
build.properties.sample Fix ant build 2015-04-03 11:38:53 +00:00
build.xml Reverting changes from r1582981 due to vetos by Sebb and Gary Gregory 2014-03-30 13:51:54 +00:00
checkstyle.xml Update Maven plugins: 2011-09-02 00:36:44 +00:00
default.properties Post release clean up: bump version number, document release date, add release to doap file 2015-04-06 16:45:16 +00:00
doap_lang.rdf Post release clean up: bump version number, document release date, add release to doap file 2015-04-06 16:45:16 +00:00
findbugs-exclude-filter.xml Define Findbugs exlucde for internally used map key class 2015-04-06 18:16:37 +00:00
pom.xml PMD and CPD is the standard reportset that will be created 2015-04-08 19:11:40 +00:00

README.md

Apache Commons Lang

Build Status Coverage Status Maven Central License

Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.

Documentation

More information can be found on the homepage. The JavaDoc can be browsed. Questions related to the usage of Apache Commons Lang should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-lang3</artifactId>
  <version>3.4</version>
</dependency>

Contributing

We accept PRs via github. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn clean test.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

Code is under the Apache Licence v2.

Donations

You like Apache Commons Lang? Then donate back to the ASF to support the development.

Additional Resources