Apache Commons Collections
Go to file
Thomas Neidhart 13acbd72b6 Update coveralls badge.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716479 13f79535-47bb-0310-9956-ffa450edef68
2015-11-25 16:41:08 +00:00
src Make eclipse compiler happy. 2015-11-23 21:42:01 +00:00
.gitignore Adding gitignore file. 2014-12-30 18:37:29 +00:00
.travis.yml Add travis configuration for jacoco and coveralls. Add badges to Readme.md. 2015-11-24 09:25:40 +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 NOTICE file. 2015-01-07 21:02:51 +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 coveralls badge. 2015-11-25 16:41:08 +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. 2015-05-28 11:55:37 +00:00
doap_collections.rdf Update doap file with latest release information. 2015-11-14 13:37:20 +00:00
pom.xml Add travis configuration for jacoco and coveralls. Add badges to Readme.md. 2015-11-24 09:25:40 +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.0</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