Skip to content

Commit

Permalink
Clarifies Java platform requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 2, 2023
1 parent b46a507 commit 683a4a8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<commons.release.2.desc>(Java 8 or above)</commons.release.2.desc>
<!-- Java 7 -->
<commons.release.3.version>2.6.2</commons.release.3.version>
<commons.release.3.desc>(Java 7)</commons.release.3.desc>
<commons.release.3.desc>(Java 7 or above)</commons.release.3.desc>

<commons.jira.id>POOL</commons.jira.id>
<commons.jira.pid>12310488</commons.jira.pid>
Expand Down
26 changes: 13 additions & 13 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ The <action> type attribute can be add,update,fix,remove.
CallStackUtils mishandles security manager check part 1.
</action>
</release>
<release version="2.6.2" date="2019-03-05" description="This is a maintenance release (Java 7).">
<release version="2.6.2" date="2019-03-05" description="This is a maintenance release (Java 7 or above).">
<action dev="ggregory" issue="POOL-362" type="fix">
Always null out org.apache.commons.pool3.impl.BaseGenericObjectPool.evictionIterator to match org.apache.commons.pool3.impl.BaseGenericObjectPool.evictor.
</action>
Expand All @@ -511,7 +511,7 @@ The <action> type attribute can be add,update,fix,remove.
The commons-pool-evictor-thread should run as a Deamon.
</action>
</release>
<release version="2.6.1" date="2019-02-08" description="This is a maintenance release (Java 7).">
<release version="2.6.1" date="2019-02-08" description="This is a maintenance release (Java 7 or above).">
<action dev="struberg" issue="POOL-340" type="fix" due-to="Pavel Kolesov">
Correct validateObject with concurrent borrowObject
</action>
Expand Down Expand Up @@ -543,7 +543,7 @@ The <action> type attribute can be add,update,fix,remove.
CallStackUtils mishandles security manager check (partial fix.)
</action>
</release>
<release version="2.6.0" date="2018-07-06" description="This is a maintenance release (Java 7).">
<release version="2.6.0" date="2018-07-06" description="This is a maintenance release (Java 7 or above).">
<action dev="ggregory" issue="POOL-336" type="update" due-to="Wolfgang Glas">
GenericObjectPool's borrowObject lock if create() fails with Error.
</action>
Expand All @@ -569,7 +569,7 @@ The <action> type attribute can be add,update,fix,remove.
Delete repeated call startEvictor.
</action>
</release>
<release version="2.5.0" date="2017-12-16" description="This is a minor release (Java 7).">
<release version="2.5.0" date="2017-12-16" description="This is a minor release (Java 7 or above).">
<action dev="ggregory" issue="POOL-331" type="update">
Update from Java 6 to 7.
</action>
Expand All @@ -594,7 +594,7 @@ The <action> type attribute can be add,update,fix,remove.
the default behavior introduced by POOL-320.
</action>
</release>
<release version="2.4.3" date="2017-10-24" description="This is a patch release, including bug fixes only (Java 6).">
<release version="2.4.3" date="2017-10-24" description="This is a patch release, including bug fixes only (Java 6 or above).">
<action dev="ggregory" issue="POOL-328" type="fix" due-to="Lorenzo Solano Martinez">
Documentation with repeated words (sources, tests, and examples).
</action>
Expand Down Expand Up @@ -647,7 +647,7 @@ The <action> type attribute can be add,update,fix,remove.
Update optional OW2 ASM from 5.0.4 to 5.2.
</action>
</release>
<release version="2.4.2" date="2015-08-01" description="This is a patch release, including bug fixes only (Java 6).">
<release version="2.4.2" date="2015-08-01" description="This is a patch release, including bug fixes only (Java 6 or above).">
<action dev="psteitz" issue="POOL-298" type="fix">
Changed default jmxNameBase in BaseObjectPoolConfig to the correct (null)
default.
Expand All @@ -657,15 +657,15 @@ The <action> type attribute can be add,update,fix,remove.
</action>
</release>
<release version="2.4.1" date="2015-05-30" description=
"This is a patch release (Java 6), replacing a defective binary jar in version 2.4. Other
"This is a patch release (Java 6 or above), replacing a defective binary jar in version 2.4. Other
than the build configuration, the source distribution for version 2.4.1 is identical
to version 2.4.">
<action dev="psteitz" issue="POOL-297" type="fix">
Reverted cobertura plugin update that caused binary jar corruption.
</action>
</release>
<release version="2.4" date="2015-05-27" description=
"This is a maintenance release that includes bug fixes and minor enhancements (Java 6).">
"This is a maintenance release that includes bug fixes and minor enhancements (Java 6 or above).">
<action dev="psteitz" type="fix" issue="POOL-287" due-to="Caleb Spare and Thomas Neidhart">
Fixed capacity leak when an object is offered from a GenericKeyedObjectPool while it is
being validated by the evictor.
Expand Down Expand Up @@ -700,7 +700,7 @@ to version 2.4.">
</action>
</release>
<release version="2.3" date="2014-12-30" description=
"This is a maintenance release that includes bug fixes and minor enhancements (Java 6).">
"This is a maintenance release that includes bug fixes and minor enhancements (Java 6 or above).">
<action dev="psteitz" type="fix" issue="POOL-279" due-to="Jacopo Cappellato">
Eliminated possibility that DefaultPoolObject#getIdleTimeMillis() could
return a negative value. Use by pool implementations would not hit this
Expand Down Expand Up @@ -771,7 +771,7 @@ to version 2.4.">
</action>
</release>
<release version="2.2" date="2014-02-24" description=
"This is a maintenance release (Java 6) that adds a new testOnCreate configuration option
"This is a maintenance release (Java 6 or above) that adds a new testOnCreate configuration option
and fixes a small number of bugs.">
<action issue="POOL-248" dev="markt" type="fix" due-to="Warren Chen">
Ensure that if an attempt is made to return an object multiple times that
Expand All @@ -789,7 +789,7 @@ and fixes a small number of bugs.">
</action>
</release>
<release version="2.1" date="2013-12-30" description=
"This is a maintenance release (Java 6) that includes a small number of new features as well as
"This is a maintenance release (Java 6 or above) that includes a small number of new features as well as
including bugfixes and test case improvements.">
<action issue="POOL-243" dev="psteitz" type="fix" due-to="Michal Sabo">
Added missing create counter decrement in GenericKeyedObjectPool create method on factory
Expand Down Expand Up @@ -825,7 +825,7 @@ including bugfixes and test case improvements.">
</action>
</release>
<release version="2.0" date="2013-11-11" description=
"This is a major new release (Java 6) that provides significant performance improvements
"This is a major new release (Java 6 or above) that provides significant performance improvements
in high concurrency environments. Pools now provide a mechanism for tracking
objects that have been borrowed from the pool but not returned. There have been
numerous API changes to support these and other new features as well as to
Expand Down Expand Up @@ -953,7 +953,7 @@ JDK level 1.6 or above.">
is prevented after they have been returned to the pool.
</action>
</release>
<release version="1.6" date="2012-01-07" description="Adds generics (Java 5).">
<release version="1.6" date="2012-01-07" description="Adds generics (Java 5 or above).">
<action dev="ggregory" type="add" issue="POOL-208">
Support Java 1.5 Generics in version 1.x.
</action>
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/download_pool.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ limitations under the License.
</table>
</subsection>
</section>
<section name="Apache Commons Pool 2.6.2 (Java 7)">
<section name="Apache Commons Pool 2.6.2 (Java 7 or above)">
<subsection name="Binaries">
<table>
<tr>
Expand Down

0 comments on commit 683a4a8

Please sign in to comment.