Apache Commons Lang
Go to file
Sebb d529375167 Unused imports 2016-09-18 22:12:37 +01:00
src Unused imports 2016-09-18 22:12:37 +01:00
.gitattributes Fixed line ending issues once and for all 2016-01-17 20:15:51 +01:00
.gitignore LANG-1175: removed ant-based build 2015-10-19 16:44:42 +02:00
.travis.yml Add missing Apache license headers to ".travis.yml", "ReflectionToStringBuilderTest.java" and "NotVisibleExceptionFactory.java" files. 2016-06-05 19:50:27 +02: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 CRLF -> LF 2016-02-01 08:41:58 +01:00
README.md [INFRA-10636>] test commit 2016-04-11 08:10:39 +02: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
checkstyle.xml Remove empty lines 2015-10-17 11:00:02 +02:00
findbugs-exclude-filter.xml Define Findbugs exlucde for internally used map key class 2015-04-06 18:16:37 +00:00
pom.xml Update to latest commons parent pom 2016-09-18 18:32:32 +02: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