[ANNOUNCEMENT] Commons Pool 1.3 Released

"Sandy McArthur" <[email protected]> Sun, 2 Apr 2006 22:08:51 -0400
Newsgroups gmane.comp.jakarta.announcements
Message-ID <6bde122b0604021908ne3020dcp62a854ec7e848b11__36984.452213119$1144038891$gmane$org@mail.gmail.com>
The Commons Pool team is pleased to announce the release of Pool
1.3.

Pool provides an Object-pooling API.

This release fixes a number of bugs and adds a few enhancements. The
most significant fix is the GenericObjectPool was documented as a FIFO
but implemented as a LIFO, it now behaves as a FIFO. With this release
Pool no longer has any dependencies on Commons Collections and will
run on any 1.3 or better JVM.

Commons Pool Website:
http://jakarta.apache.org/commons/pool/

Release notes:
http://jakarta.apache.org/commons/pool/release-notes-1.3.html

Download:
http://jakarta.apache.org/commons/pool/downloads.html

--
The Commons Pool Team