You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2015/07/29 05:33:05 UTC

svn commit: r10005 - in /dev/commons/pool: ./ binaries/ source/

Author: psteitz
Date: Wed Jul 29 03:33:05 2015
New Revision: 10005

Log:
Staged pool 2.4.2 release artifacts.

Added:
    dev/commons/pool/RELEASE-NOTES.txt   (with props)
    dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz   (with props)
    dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz.asc
    dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz.md5
    dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz.sha1
    dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip   (with props)
    dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip.asc
    dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip.md5
    dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip.sha1
    dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz   (with props)
    dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz.asc
    dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz.md5
    dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz.sha1
    dev/commons/pool/source/commons-pool2-2.4.2-src.zip   (with props)
    dev/commons/pool/source/commons-pool2-2.4.2-src.zip.asc
    dev/commons/pool/source/commons-pool2-2.4.2-src.zip.md5
    dev/commons/pool/source/commons-pool2-2.4.2-src.zip.sha1

Added: dev/commons/pool/RELEASE-NOTES.txt
==============================================================================
--- dev/commons/pool/RELEASE-NOTES.txt (added)
+++ dev/commons/pool/RELEASE-NOTES.txt Wed Jul 29 03:33:05 2015
@@ -0,0 +1,38 @@
+              Apache Commons Pool 2.4.2 RELEASE NOTES
+
+The Apache Commons Pool team is pleased to announce the release of Apache Commons Pool 2.4.2.
+
+Apache Commons Pool provides an object-pooling API and a number of object pool implementations.
+Version 2 contains a completely re-written pooling implementation compared to the 1.x series.
+In addition to performance and scalability improvements, version 2 includes robust instance
+tracking and pool monitoring. Version 2 requires JDK level 1.6 or above. 
+
+No client code changes are required to migrate from versions 2.0-2.3 to version 2.4.2.
+Users of version 1.x should consult the migration guide on the Commons Pool web site.
+
+NOTE: The MBean interfaces (DefaultPooledObjectInfoMBean, GenericKeyedObjectPoolMXBean
+      and GenericKeyedObjectPoolMXBean) exist only to define the attributes and methods
+      that will be made available via JMX. They must not be implemented by clients as
+      they are subject to change between major, minor and patch version releases of
+      Commons Pool. Clients that implement any of these interfaces may not, therefore,
+      be able to upgrade to a new minor or patch release without requiring code
+      changes.
+
+This is a patch release, including bug fixes only.
+
+Changes in version 2.4.2 include:
+
+
+Fixed Bugs:
+o POOL-298:  Changed default jmxNameBase in BaseObjectPoolConfig to the correct (null)
+             default.
+o POOL-300:  Added PrintWriter flush to DefaultPooledObject's printStackTrace method.
+
+
+
+For complete information on Apache Commons Pool, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Pool website:
+
+http://commons.apache.org/proper/commons-pool/
+
+

Propchange: dev/commons/pool/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz.asc
==============================================================================
--- dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz.asc (added)
+++ dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz.asc Wed Jul 29 03:33:05 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlW4OFkACgkQzTA4/vB9Vn5digCgg2rsnkIkmpzHNeQHo557i2VV
+StYAoITmiQV2PTiP9H1+cJH0M4Ws7OlU
+=fGvE
+-----END PGP SIGNATURE-----

Added: dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz.md5
==============================================================================
--- dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz.md5 (added)
+++ dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz.md5 Wed Jul 29 03:33:05 2015
@@ -0,0 +1 @@
+cb42de24f591275198ebb4d11c1f245d
\ No newline at end of file

Added: dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz.sha1
==============================================================================
--- dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz.sha1 (added)
+++ dev/commons/pool/binaries/commons-pool2-2.4.2-bin.tar.gz.sha1 Wed Jul 29 03:33:05 2015
@@ -0,0 +1 @@
+6422578f384f7844ed0e2a483ab24697884ffa6e
\ No newline at end of file

Added: dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip.asc
==============================================================================
--- dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip.asc (added)
+++ dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip.asc Wed Jul 29 03:33:05 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlW4OFkACgkQzTA4/vB9Vn5qkgCeM235AfUSx9lyZ7G5RSCrtZmG
+WtwAn07H5bx3ujRulevxuATcdyLL4jGu
+=E6m0
+-----END PGP SIGNATURE-----

Added: dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip.md5
==============================================================================
--- dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip.md5 (added)
+++ dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip.md5 Wed Jul 29 03:33:05 2015
@@ -0,0 +1 @@
+d6427b557550bb61a221ef6fbb146159
\ No newline at end of file

Added: dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip.sha1
==============================================================================
--- dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip.sha1 (added)
+++ dev/commons/pool/binaries/commons-pool2-2.4.2-bin.zip.sha1 Wed Jul 29 03:33:05 2015
@@ -0,0 +1 @@
+39e73620b5a37ce922cda0f9151353beee040e3a
\ No newline at end of file

Added: dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz.asc
==============================================================================
--- dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz.asc (added)
+++ dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz.asc Wed Jul 29 03:33:05 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlW4OFkACgkQzTA4/vB9Vn4kEgCgj/6UVsxqJPtJyzEt+hWt89uj
+/9oAn1dKgs5n/fZ36RZ+42kO6xIK6ta8
+=vNT1
+-----END PGP SIGNATURE-----

Added: dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz.md5
==============================================================================
--- dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz.md5 (added)
+++ dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz.md5 Wed Jul 29 03:33:05 2015
@@ -0,0 +1 @@
+bf6ce0882e63d2308787bd91860e06fe
\ No newline at end of file

Added: dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz.sha1
==============================================================================
--- dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz.sha1 (added)
+++ dev/commons/pool/source/commons-pool2-2.4.2-src.tar.gz.sha1 Wed Jul 29 03:33:05 2015
@@ -0,0 +1 @@
+441752a8bc90c246492b5998c7aff7a321cc0365
\ No newline at end of file

Added: dev/commons/pool/source/commons-pool2-2.4.2-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/pool/source/commons-pool2-2.4.2-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/pool/source/commons-pool2-2.4.2-src.zip.asc
==============================================================================
--- dev/commons/pool/source/commons-pool2-2.4.2-src.zip.asc (added)
+++ dev/commons/pool/source/commons-pool2-2.4.2-src.zip.asc Wed Jul 29 03:33:05 2015
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - http://gpgtools.org
+
+iEYEABECAAYFAlW4OFkACgkQzTA4/vB9Vn6tNwCgj+bbueKToSpGrHWFgWyZbqTf
+Br4AnimOesybCwI4wR+otXRP2KSFcpJ2
+=BVde
+-----END PGP SIGNATURE-----

Added: dev/commons/pool/source/commons-pool2-2.4.2-src.zip.md5
==============================================================================
--- dev/commons/pool/source/commons-pool2-2.4.2-src.zip.md5 (added)
+++ dev/commons/pool/source/commons-pool2-2.4.2-src.zip.md5 Wed Jul 29 03:33:05 2015
@@ -0,0 +1 @@
+bf280b19633f5fe90054819d610fa886
\ No newline at end of file

Added: dev/commons/pool/source/commons-pool2-2.4.2-src.zip.sha1
==============================================================================
--- dev/commons/pool/source/commons-pool2-2.4.2-src.zip.sha1 (added)
+++ dev/commons/pool/source/commons-pool2-2.4.2-src.zip.sha1 Wed Jul 29 03:33:05 2015
@@ -0,0 +1 @@
+ce3db93e17ce7676ac39702bcc0a280ca754546c
\ No newline at end of file