Apache Commons Collections
Go to file
Bruno P. Kinoshita 75e87fc76a COLLECTIONS-681: add changes.xml entry
This closes #38
2018-06-10 11:37:03 +12:00
src COLLECTIONS-681: add changes.xml entry 2018-06-10 11:37:03 +12:00
.gitignore Adding gitignore file. 2014-12-30 18:37:29 +00:00
.travis.yml travis: add java 9 to build (closes #27) 2017-10-12 10:04:05 +02:00
CONTRIBUTING.md Prepare for next release. 2018-05-13 10:30:15 -06: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 Typo: 'JavaDoc' -> 'Javadoc'. 2018-05-15 12:18:27 -06:00
RELEASE-NOTES.txt Update release notes. 2015-11-22 00:37:47 +00:00
pom.xml (chore) adding commons-release-plugin properties to pom 2018-05-16 16:39:01 -04:00

README.md

Apache Commons Collections

Build Status Coverage Status Maven Central Javadocs

${project.description}

Documentation

More information can be found on the Apache Commons Collections 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.2</version>
</dependency>

Contributing

We accept Pull Requests 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

This code is under the Apache Licence v2.

See the NOTICE.txt file for required notices and attributions.

Donations

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

Additional Resources