You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2018/11/13 13:49:56 UTC

[1/4] commons-pool git commit: props to Pavel Kolesov

Repository: commons-pool
Updated Branches:
  refs/heads/master d5199be27 -> 04d1f0d84


props to Pavel Kolesov


Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/4258d415
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/4258d415
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/4258d415

Branch: refs/heads/master
Commit: 4258d41571a55026099fa0a9ca497e204d64e59a
Parents: d5199be
Author: Mark Struberg <st...@apache.org>
Authored: Tue Nov 13 14:29:15 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Nov 13 14:29:15 2018 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/4258d415/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4cd9014..1ebf97a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
   <release version="2.6.1" date="2018-MM-DD" description="This is a maintenance release.">
-    <action dev="struberg" issue="POOL-340" type="fix">
+    <action dev="struberg" issue="POOL-340" type="fix" due-to="Pavel Kolesov">
       correct validateObject with concurrent borrowObject
     </action>
     <action dev="struberg" issue="POOL-356" type="fix">


[3/4] commons-pool git commit: POOL-345 POOL-349 also update changes.xml

Posted by st...@apache.org.
POOL-345 POOL-349 also update changes.xml


Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/70531d38
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/70531d38
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/70531d38

Branch: refs/heads/master
Commit: 70531d386e759fa758d4673fbfcec885dab6cf3a
Parents: beef41c
Author: Mark Struberg <st...@apache.org>
Authored: Tue Nov 13 14:48:10 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Nov 13 14:48:33 2018 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/70531d38/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1ebf97a..38c76e6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,7 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
       fix deadlock on massive concurrent requests
     </action>
     <action dev="ggregory" issue="POOL-345" type="update">
-      Update optional library cglib from 3.2.6 to 3.2.7.
+      Update optional library cglib from 3.2.6 to 3.2.9.
     </action>
     <action dev="ggregory" issue="POOL-346" type="update" due-to="Michael Chen">
       Move common configuration setter to BaseGenericObjectPool #9.
@@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
       borrowObject waits for maxWaitMillis over in pool full.
     </action>
     <action dev="ggregory" issue="POOL-349" type="update">
-      Update optional library asm-util from 6.2 to 6.2.1.
+      Update optional library asm-util from 6.2 to 7.0.
     </action>
   </release>  
   <release version="2.6.0" date="2018-07-06" description="This is a maintenance release.">


[4/4] commons-pool git commit: update release notes for the release

Posted by st...@apache.org.
update release notes for the release


Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/04d1f0d8
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/04d1f0d8
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/04d1f0d8

Branch: refs/heads/master
Commit: 04d1f0d84aecab78bc68e2f4aa13faa712c131a4
Parents: 70531d3
Author: Mark Struberg <st...@apache.org>
Authored: Tue Nov 13 14:49:39 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Nov 13 14:49:39 2018 +0100

----------------------------------------------------------------------
 RELEASE-NOTES.txt | 43 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 42 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/04d1f0d8/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 55c7d13..f433869 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -42,6 +42,47 @@ Download page: http://commons.apache.org/proper/commons-pool/download_pool.cgi
 -----------------------------------------------------------------------------------------------
 
 
+              Apache Commons Pool 2.6.1 RELEASE NOTES
+
+The Apache Commons Pool team is pleased to announce the release of Apache Commons Pool 2.6.1.
+
+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.6.1 requires Java 7 or above.
+
+No client code changes are required to migrate from versions 2.0-2.6.
+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 maintenance release.
+
+Changes in version 2.6.0 include:
+
+Fixed Bugs:
+o correct validateObject with concurrent borrowObject  Issue: POOL-340. Thanks to Pavel Kolesov.
+o fix deadlock on massive concurrent requests  Issue: POOL-356.
+o borrowObject waits for maxWaitMillis over in pool full.  Issue: POOL-347. Thanks to Shunsuke Nakamura.
+
+Changes:
+o Update optional library cglib from 3.2.6 to 3.2.9.  Issue: POOL-345.
+o Move common configuration setter to BaseGenericObjectPool #9.  Issue: POOL-346. Thanks to Michael Chen.
+o Update optional library asm-util from 6.2 to 7.0.  Issue: POOL-349.
+
+
+
+-----------------------------------------------------------------------------------------------
+
+
               Apache Commons Pool 2.6.0 RELEASE NOTES
 
 The Apache Commons Pool team is pleased to announce the release of Apache Commons Pool 2.6.0.
@@ -49,7 +90,7 @@ The Apache Commons Pool team is pleased to announce the release of Apache Common
 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.  
+tracking and pool monitoring.
 
 - Version 2.6.0 requires Java 7 or above.
 - Version 2.5.0 requires Java 7 or above.


[2/4] commons-pool git commit: POOL-349 POOL-345 update to cglib-3.2.9 and ASM-7.0

Posted by st...@apache.org.
POOL-349 POOL-345 update to cglib-3.2.9 and ASM-7.0

This should bring us Java11 support


Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/beef41c0
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/beef41c0
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/beef41c0

Branch: refs/heads/master
Commit: beef41c0780ca1117d8b8acdd5e636c93e673ee2
Parents: 4258d41
Author: Mark Struberg <st...@apache.org>
Authored: Tue Nov 13 14:45:17 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Tue Nov 13 14:46:58 2018 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/beef41c0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bc88875..b3e5d29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,13 +129,13 @@
     <dependency>
       <groupId>cglib</groupId>
       <artifactId>cglib</artifactId>
-      <version>3.2.7</version>
+      <version>3.2.9</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm-util</artifactId>
-      <version>6.2.1</version>
+      <version>7.0</version>
       <optional>true</optional>
     </dependency>