Apache Commons Pool

Build Status Coverage Status Maven Central Javadocs

The Apache Commons Object Pooling Library.

Documentation

More information can be found on the Apache Commons Pool homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons Pool 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-pool2</artifactId>
  <version>2.8.0</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:

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 Pool? Then donate back to the ASF to support the development.

Additional Resources