You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/06 01:06:32 UTC

[commons-pool] branch master updated: Prepare for release 2.8.0.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a040c9  Prepare for release 2.8.0.
5a040c9 is described below

commit 5a040c98e4baa9422aaa87fc51ee4e9dc207f2ff
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 5 20:06:28 2019 -0500

    Prepare for release 2.8.0.
---
 src/changes/changes.xml | 2 +-
 src/site/site.xml       | 1 +
 src/site/xdoc/index.xml | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7ae604c..1fe19fe 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Pool Release Notes</title>
   </properties>
   <body>
-  <release version="2.8.0" date="2019-MM-DD" description="This is a maintenance release (Java 8).">
+  <release version="2.8.0" date="2019-12-05" description="This is a maintenance release (Java 8).">
     <action dev="ggregory" issue="POOL-374" type="fix" due-to="Gary Gregory, Phil Steitz">
        org.apache.commons.pool2.impl.GenericKeyedObjectPool.returnObject(K, T) should throw IllegalStateException instead of NullPointerException when a key is not found in the pool map.
     </action>
diff --git a/src/site/site.xml b/src/site/site.xml
index 1cd07c8..24176a7 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -39,6 +39,7 @@
             <item name="Javadoc 2.6.1"     href="https://commons.apache.org/proper/commons-pool/api-2.6.1/index.html"/>
             <item name="Javadoc 2.6.2"     href="https://commons.apache.org/proper/commons-pool/api-2.6.2/index.html"/>
             <item name="Javadoc 2.7.0"     href="https://commons.apache.org/proper/commons-pool/api-2.7.0/index.html"/>
+            <item name="Javadoc 2.8.0"     href="https://commons.apache.org/proper/commons-pool/api-2.8.0/index.html"/>
             <item name="Examples"          href="/examples.html"/>
             <item name="Downloads"         href="/download_pool.cgi"/>
             <item name="Wiki"              href="http://wiki.apache.org/commons/Pool"/>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 6246835..40f7eb5 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -33,6 +33,7 @@
           instance tracking and pool monitoring.
          </p>
          <ul>
+          <li>Version 2.8.0 requires Java 8 or above.</li>
           <li>Version 2.7.0 requires Java 8 or above.</li>
           <li>Version 2.6.0 requires Java 7 or above.</li>
           <li>Version 2.5.0 requires Java 7 or above.</li>