From 683a4a8472fa26d454099a872a2967edab32ddea Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 2 Nov 2023 08:42:11 -0400 Subject: [PATCH] Clarifies Java platform requirement --- pom.xml | 2 +- src/changes/changes.xml | 26 +++++++++++++------------- src/site/xdoc/download_pool.xml | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 70f6c824c..0929e4d74 100644 --- a/pom.xml +++ b/pom.xml @@ -196,7 +196,7 @@ (Java 8 or above) 2.6.2 - (Java 7) + (Java 7 or above) POOL 12310488 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1ad8c5ea6..a549f57bf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -500,7 +500,7 @@ The type attribute can be add,update,fix,remove. CallStackUtils mishandles security manager check part 1. - + Always null out org.apache.commons.pool3.impl.BaseGenericObjectPool.evictionIterator to match org.apache.commons.pool3.impl.BaseGenericObjectPool.evictor. @@ -511,7 +511,7 @@ The type attribute can be add,update,fix,remove. The commons-pool-evictor-thread should run as a Deamon. - + Correct validateObject with concurrent borrowObject @@ -543,7 +543,7 @@ The type attribute can be add,update,fix,remove. CallStackUtils mishandles security manager check (partial fix.) - + GenericObjectPool's borrowObject lock if create() fails with Error. @@ -569,7 +569,7 @@ The type attribute can be add,update,fix,remove. Delete repeated call startEvictor. - + Update from Java 6 to 7. @@ -594,7 +594,7 @@ The type attribute can be add,update,fix,remove. the default behavior introduced by POOL-320. - + Documentation with repeated words (sources, tests, and examples). @@ -647,7 +647,7 @@ The type attribute can be add,update,fix,remove. Update optional OW2 ASM from 5.0.4 to 5.2. - + Changed default jmxNameBase in BaseObjectPoolConfig to the correct (null) default. @@ -657,7 +657,7 @@ The type attribute can be add,update,fix,remove. @@ -665,7 +665,7 @@ to version 2.4."> + "This is a maintenance release that includes bug fixes and minor enhancements (Java 6 or above)."> Fixed capacity leak when an object is offered from a GenericKeyedObjectPool while it is being validated by the evictor. @@ -700,7 +700,7 @@ to version 2.4."> +"This is a maintenance release that includes bug fixes and minor enhancements (Java 6 or above)."> Eliminated possibility that DefaultPoolObject#getIdleTimeMillis() could return a negative value. Use by pool implementations would not hit this @@ -771,7 +771,7 @@ to version 2.4."> Ensure that if an attempt is made to return an object multiple times that @@ -789,7 +789,7 @@ and fixes a small number of bugs."> Added missing create counter decrement in GenericKeyedObjectPool create method on factory @@ -825,7 +825,7 @@ including bugfixes and test case improvements."> is prevented after they have been returned to the pool. - + Support Java 1.5 Generics in version 1.x. diff --git a/src/site/xdoc/download_pool.xml b/src/site/xdoc/download_pool.xml index 1d495fe6b..adfbb71d5 100644 --- a/src/site/xdoc/download_pool.xml +++ b/src/site/xdoc/download_pool.xml @@ -143,7 +143,7 @@ limitations under the License. -
+