Apache Commons Collections
Go to file
Gary D. Gregory 979a93d7b6 Javadoc nit.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1734648 13f79535-47bb-0310-9956-ffa450edef68
2016-03-11 23:51:22 +00:00
src Javadoc nit. 2016-03-11 23:51:22 +00:00
.gitignore Adding gitignore file. 2014-12-30 18:37:29 +00:00
.travis.yml Update travis configuration: only build trunk 2015-12-02 09:02:12 +00:00
CONTRIBUTING.md More and more contributors coming via github - replace README.txt with README.md and add CONTRIBUTING.md 2015-04-08 18:44:36 +00:00
DEVELOPERS-GUIDE.html Fix typos in developers guide. 2012-06-23 15:49:16 +00:00
LICENSE.txt Change to Apache License 2.0 2004-02-18 01:00:08 +00:00
NOTICE.txt Update copyright for 2016 in NOTICE.txt 2016-01-19 06:19:50 +00:00
PROPOSAL.html Fixed copyright header (committing in parts as the full commit timed out) 2006-11-29 07:41:17 +00:00
README.md Update readme with latest version. 2015-12-02 11:36:14 +00:00
RELEASE-NOTES.txt Update release notes. 2015-11-22 00:37:47 +00:00
build.properties.sample Update easymock version in build.properties. 2013-11-13 21:15:50 +00:00
build.xml Update build.xml based on the one from commons-lang: add additional test-jar target 2013-06-23 18:27:46 +00:00
default.properties Update default.properties after release. 2015-11-27 21:50:16 +00:00
pom.xml commons-parent 38 -> 39. 2016-03-11 23:30:52 +00:00

README.md

Apache Commons Collections

Build Status Coverage Status Maven Central License

The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.

Documentation

More information can be found on the homepage. The JavaDoc can be browsed. Questions related to the usage of Apache Commons Collections 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-collections4</artifactId>
  <version>4.1</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 Collections? Then donate back to the ASF to support the development.

Additional Resources