You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by gg...@apache.org on 2020/09/29 15:33:20 UTC

svn commit: r1066218 [4/31] - in /websites/production/commons/content/proper/commons-pool: ./ apidocs/ apidocs/org/apache/commons/pool2/ apidocs/org/apache/commons/pool2/class-use/ apidocs/org/apache/commons/pool2/impl/ apidocs/org/apache/commons/pool2...

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericObjectPool.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericObjectPool.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericObjectPool.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>GenericObjectPool (Apache Commons Pool 2.8.1 API)</title>
+<title>GenericObjectPool (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="GenericObjectPool (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="GenericObjectPool (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -127,7 +127,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.82">GenericObjectPool</a>&lt;T&gt;
+<pre>public class <a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.83">GenericObjectPool</a>&lt;T&gt;
 extends <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a>&lt;T&gt;
 implements <a href="../../../../../org/apache/commons/pool2/ObjectPool.html" title="interface in org.apache.commons.pool2">ObjectPool</a>&lt;T&gt;, <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericObjectPoolMXBean</a>, <a href="../../../../../org/apache/commons/pool2/UsageTracking.html" title="interface in org.apache.commons.pool2">UsageTracking</a>&lt;T&gt;</pre>
 <div class="block">A configurable <a href="../../../../../org/apache/commons/pool2/ObjectPool.html" title="interface in org.apache.commons.pool2"><code>ObjectPool</code></a> implementation.
@@ -360,64 +360,72 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr id="i18" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#invalidateObject-T-org.apache.commons.pool2.DestroyMode-">invalidateObject</a></span>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;obj,
+                <a href="../../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a>&nbsp;mode)</code>
+<div class="block">Invalidates an object from the pool, using the provided
+ <a href="../../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2"><code>DestroyMode</code></a></div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#isAbandonedConfig--">isAbandonedConfig</a></span>()</code>
 <div class="block">Gets whether or not abandoned object removal is configured for this pool.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#listAllObjects--">listAllObjects</a></span>()</code>
 <div class="block">Provides information on all the objects in the pool, both idle (waiting
  to be borrowed) and active (currently borrowed).</div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#preparePool--">preparePool</a></span>()</code>
 <div class="block">Tries to ensure that <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getMinIdle--"><code>getMinIdle()</code></a> idle instances are available
  in the pool.</div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#returnObject-T-">returnObject</a></span>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;obj)</code>
 <div class="block">Returns an instance to the pool.</div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#setAbandonedConfig-org.apache.commons.pool2.impl.AbandonedConfig-">setAbandonedConfig</a></span>(<a href="../../../../../org/apache/commons/pool2/impl/AbandonedConfig.html" title="class in org.apache.commons.pool2.impl">AbandonedConfig</a>&nbsp;abandonedConfig)</code>
 <div class="block">Sets the abandoned object removal configuration.</div>
 </td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#setConfig-org.apache.commons.pool2.impl.GenericObjectPoolConfig-">setConfig</a></span>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;conf)</code>
 <div class="block">Sets the base pool configuration.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#setMaxIdle-int-">setMaxIdle</a></span>(int&nbsp;maxIdle)</code>
 <div class="block">Returns the cap on the number of "idle" instances in the pool.</div>
 </td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#setMinIdle-int-">setMinIdle</a></span>(int&nbsp;minIdle)</code>
 <div class="block">Sets the target for the minimum number of idle objects to maintain in
  the pool.</div>
 </td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#toStringAppendFields-java.lang.StringBuilder-">toStringAppendFields</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;builder)</code>
 <div class="block">Used by sub-classes to include the fields defined by the sub-class in the
  <a href="../../../../../org/apache/commons/pool2/BaseObject.html#toString--"><code>BaseObject.toString()</code></a> output.</div>
 </td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#use-T-">use</a></span>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;pooledObject)</code>
 <div class="block">This method is called every time a pooled object is used to enable the pool to
@@ -480,7 +488,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>GenericObjectPool</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.92">GenericObjectPool</a>(<a href="../../../../../org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;factory)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.93">GenericObjectPool</a>(<a href="../../../../../org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;factory)</pre>
 <div class="block">Creates a new <code>GenericObjectPool</code> using defaults from
  <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl"><code>GenericObjectPoolConfig</code></a>.</div>
 <dl>
@@ -496,7 +504,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>GenericObjectPool</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.107">GenericObjectPool</a>(<a href="../../../../../org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;factory,
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.108">GenericObjectPool</a>(<a href="../../../../../org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;factory,
                          <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;config)</pre>
 <div class="block">Creates a new <code>GenericObjectPool</code> using a specific
  configuration.</div>
@@ -517,7 +525,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>GenericObjectPool</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.136">GenericObjectPool</a>(<a href="../../../../../org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;factory,
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.137">GenericObjectPool</a>(<a href="../../../../../org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;factory,
                          <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;config,
                          <a href="../../../../../org/apache/commons/pool2/impl/AbandonedConfig.html" title="class in org.apache.commons.pool2.impl">AbandonedConfig</a>&nbsp;abandonedConfig)</pre>
 <div class="block">Creates a new <code>GenericObjectPool</code> that tracks and destroys
@@ -549,7 +557,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getMaxIdle</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.157">getMaxIdle</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.158">getMaxIdle</a>()</pre>
 <div class="block">Returns the cap on the number of "idle" instances in the pool. If maxIdle
  is set too low on heavily loaded systems it is possible you will see
  objects being destroyed and almost immediately new objects being created.
@@ -574,7 +582,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setMaxIdle</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.177">setMaxIdle</a>(int&nbsp;maxIdle)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.178">setMaxIdle</a>(int&nbsp;maxIdle)</pre>
 <div class="block">Returns the cap on the number of "idle" instances in the pool. If maxIdle
  is set too low on heavily loaded systems it is possible you will see
  objects being destroyed and almost immediately new objects being created.
@@ -598,7 +606,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setMinIdle</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.199">setMinIdle</a>(int&nbsp;minIdle)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.200">setMinIdle</a>(int&nbsp;minIdle)</pre>
 <div class="block">Sets the target for the minimum number of idle objects to maintain in
  the pool. This setting only has an effect if it is positive and
  <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTimeBetweenEvictionRunsMillis--"><code>BaseGenericObjectPool.getTimeBetweenEvictionRunsMillis()</code></a> is greater than zero. If this
@@ -624,7 +632,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getMinIdle</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.221">getMinIdle</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.222">getMinIdle</a>()</pre>
 <div class="block">Returns the target for the minimum number of idle objects to maintain in
  the pool. This setting only has an effect if it is positive and
  <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getTimeBetweenEvictionRunsMillis--"><code>BaseGenericObjectPool.getTimeBetweenEvictionRunsMillis()</code></a> is greater than zero. If this
@@ -652,7 +660,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>isAbandonedConfig</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.236">isAbandonedConfig</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.237">isAbandonedConfig</a>()</pre>
 <div class="block">Gets whether or not abandoned object removal is configured for this pool.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -669,7 +677,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getLogAbandoned</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.249">getLogAbandoned</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.250">getLogAbandoned</a>()</pre>
 <div class="block">Gets whether this pool identifies and logs any abandoned objects.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -688,7 +696,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getRemoveAbandonedOnBorrow</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.264">getRemoveAbandonedOnBorrow</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.265">getRemoveAbandonedOnBorrow</a>()</pre>
 <div class="block">Gets whether a check is made for abandoned objects when an object is borrowed
  from this pool.</div>
 <dl>
@@ -708,7 +716,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getRemoveAbandonedOnMaintenance</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.278">getRemoveAbandonedOnMaintenance</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.279">getRemoveAbandonedOnMaintenance</a>()</pre>
 <div class="block">Gets whether a check is made for abandoned objects when the evictor runs.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -727,7 +735,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getRemoveAbandonedTimeout</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.293">getRemoveAbandonedTimeout</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.294">getRemoveAbandonedTimeout</a>()</pre>
 <div class="block">Obtains the timeout before which an object will be considered to be
  abandoned by this pool.</div>
 <dl>
@@ -747,7 +755,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setConfig</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.306">setConfig</a>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;conf)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.307">setConfig</a>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;conf)</pre>
 <div class="block">Sets the base pool configuration.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -763,7 +771,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>setAbandonedConfig</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.320">setAbandonedConfig</a>(<a href="../../../../../org/apache/commons/pool2/impl/AbandonedConfig.html" title="class in org.apache.commons.pool2.impl">AbandonedConfig</a>&nbsp;abandonedConfig)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.322">setAbandonedConfig</a>(<a href="../../../../../org/apache/commons/pool2/impl/AbandonedConfig.html" title="class in org.apache.commons.pool2.impl">AbandonedConfig</a>&nbsp;abandonedConfig)</pre>
 <div class="block">Sets the abandoned object removal configuration.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -779,7 +787,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getFactory</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.341">getFactory</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.343">getFactory</a>()</pre>
 <div class="block">Obtains a reference to the factory used to create, destroy and validate
  the objects used by this pool.</div>
 <dl>
@@ -794,7 +802,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>borrowObject</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.353">borrowObject</a>()
+<pre>public&nbsp;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.355">borrowObject</a>()
                throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block">Equivalent to <code><a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#borrowObject-long-"><code>borrowObject</code></a>(<a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getMaxWaitMillis--"><code>BaseGenericObjectPool.getMaxWaitMillis()</code></a>)</code>.
  <p>
@@ -837,7 +845,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>borrowObject</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.406">borrowObject</a>(long&nbsp;borrowMaxWaitMillis)
+<pre>public&nbsp;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.408">borrowObject</a>(long&nbsp;borrowMaxWaitMillis)
                throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block">Borrows an object from the pool using the specific waiting time which only
  applies if <a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getBlockWhenExhausted--"><code>BaseGenericObjectPool.getBlockWhenExhausted()</code></a> is true.
@@ -896,7 +904,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>returnObject</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.524">returnObject</a>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;obj)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.526">returnObject</a>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;obj)</pre>
 <div class="block">Returns an instance to the pool. By contract, <code>obj</code>
  <strong>must</strong> have been obtained using <a href="../../../../../org/apache/commons/pool2/ObjectPool.html#borrowObject--"><code>ObjectPool.borrowObject()</code></a> or
  a related method as defined in an implementation or sub-interface.
@@ -930,7 +938,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>invalidateObject</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.617">invalidateObject</a>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;obj)
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.619">invalidateObject</a>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;obj)
                       throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block">Invalidates an object from the pool.
  <p>
@@ -944,7 +952,7 @@ implements <a href="../../../../../org/a
  </p>
  <p>
  Activation of this method decrements the active count and attempts to
- destroy the instance.
+ destroy the instance, using the default (NORMAL) <a href="../../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2"><code>DestroyMode</code></a>.
  </p></div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -958,13 +966,54 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
+<a name="invalidateObject-java.lang.Object-org.apache.commons.pool2.DestroyMode-">
+<!--   -->
+</a><a name="invalidateObject-T-org.apache.commons.pool2.DestroyMode-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>invalidateObject</h4>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.636">invalidateObject</a>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;obj,
+                             <a href="../../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a>&nbsp;mode)
+                      throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<div class="block">Invalidates an object from the pool, using the provided
+ <a href="../../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2"><code>DestroyMode</code></a>
+ <p>
+ By contract, <code>obj</code> <strong>must</strong> have been obtained
+ using <a href="../../../../../org/apache/commons/pool2/ObjectPool.html#borrowObject--"><code>ObjectPool.borrowObject()</code></a> or a related method as defined in an
+ implementation or sub-interface.
+ </p>
+ <p>
+ This method should be used when an object that has been borrowed is
+ determined (due to an exception or other problem) to be invalid.
+ </p>
+ <p>
+ Activation of this method decrements the active count and attempts to
+ destroy the instance, using the provided <a href="../../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2"><code>DestroyMode</code></a>.
+ </p></div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../../org/apache/commons/pool2/ObjectPool.html#invalidateObject-T-org.apache.commons.pool2.DestroyMode-">invalidateObject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/commons/pool2/ObjectPool.html" title="interface in org.apache.commons.pool2">ObjectPool</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&gt;</code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>obj</code> - a <a href="../../../../../org/apache/commons/pool2/ObjectPool.html#borrowObject--"><code>borrowed</code></a> instance to be disposed.</dd>
+<dd><code>mode</code> - destroy activation context provided to the factory</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if an exception occurs destroying the
+                               object</dd>
+<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true" title="class or interface in java.lang">IllegalStateException</a></code> - if obj does not belong to this pool</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>2.9.0</dd>
+</dl>
+</li>
+</ul>
 <a name="clear--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>clear</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.653">clear</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.672">clear</a>()</pre>
 <div class="block">Clears any objects sitting idle in the pool by removing them from the
  idle instance pool and then invoking the configured
  <a href="../../../../../org/apache/commons/pool2/PooledObjectFactory.html#destroyObject-org.apache.commons.pool2.PooledObject-"><code>PooledObjectFactory.destroyObject(PooledObject)</code></a> method on each
@@ -993,7 +1042,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getNumActive</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.667">getNumActive</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.686">getNumActive</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/pool2/ObjectPool.html#getNumActive--">ObjectPool</a></code></span></div>
 <div class="block">Returns the number of instances currently borrowed from this pool. Returns
  a negative value if this information is not available.</div>
@@ -1013,7 +1062,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getNumIdle</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.672">getNumIdle</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.691">getNumIdle</a>()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/commons/pool2/impl/BaseGenericObjectPool.html#getNumIdle--">BaseGenericObjectPool</a></code></span></div>
 <div class="block">The number of instances currently idle in this pool.</div>
 <dl>
@@ -1034,7 +1083,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>close</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.686">close</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.705">close</a>()</pre>
 <div class="block">Closes the pool. Once the pool is closed, <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#borrowObject--"><code>borrowObject()</code></a> will
  fail with IllegalStateException, but <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#returnObject-T-"><code>returnObject(Object)</code></a> and
  <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#invalidateObject-T-"><code>invalidateObject(Object)</code></a> will continue to work, with returned
@@ -1060,7 +1109,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>evict</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.719">evict</a>()
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.738">evict</a>()
            throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block"><p>Perform <code>numTests</code> idle object eviction tests, evicting
  examined objects that meet the criteria for eviction. If
@@ -1086,7 +1135,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>preparePool</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.825">preparePool</a>()
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.844">preparePool</a>()
                  throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block">Tries to ensure that <a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html#getMinIdle--"><code>getMinIdle()</code></a> idle instances are available
  in the pool.</div>
@@ -1104,7 +1153,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>addObject</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.997">addObject</a>()
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.1017">addObject</a>()
                throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block">Creates an object, and place it into the pool. addObject() is useful for
  "pre-loading" a pool with idle objects.
@@ -1129,7 +1178,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>use</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.1085">use</a>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;pooledObject)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.1106">use</a>(<a href="../../../../../org/apache/commons/pool2/impl/GenericObjectPool.html" title="type parameter in GenericObjectPool">T</a>&nbsp;pooledObject)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/pool2/UsageTracking.html#use-T-">UsageTracking</a></code></span></div>
 <div class="block">This method is called every time a pooled object is used to enable the pool to
  better track borrowed objects.</div>
@@ -1147,7 +1196,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getNumWaiters</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.1107">getNumWaiters</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.1128">getNumWaiters</a>()</pre>
 <div class="block">Returns an estimate of the number of threads currently blocked waiting for
  an object from the pool. This is intended for monitoring only, not for
  synchronization control.</div>
@@ -1166,7 +1215,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>getFactoryType</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.1121">getFactoryType</a>()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.1142">getFactoryType</a>()</pre>
 <div class="block">Returns the type - including the specific type rather than the generic -
  of the factory.</div>
 <dl>
@@ -1183,7 +1232,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>listAllObjects</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.1149">listAllObjects</a>()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.1170">listAllObjects</a>()</pre>
 <div class="block">Provides information on all the objects in the pool, both idle (waiting
  to be borrowed) and active (currently borrowed).
  <p>
@@ -1206,7 +1255,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>toStringAppendFields</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.1196">toStringAppendFields</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;builder)</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/pool2/impl/GenericObjectPool.html#line.1217">toStringAppendFields</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;builder)</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/commons/pool2/BaseObject.html#toStringAppendFields-java.lang.StringBuilder-">BaseObject</a></code></span></div>
 <div class="block">Used by sub-classes to include the fields defined by the sub-class in the
  <a href="../../../../../org/apache/commons/pool2/BaseObject.html#toString--"><code>BaseObject.toString()</code></a> output.</div>

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>GenericObjectPoolConfig (Apache Commons Pool 2.8.1 API)</title>
+<title>GenericObjectPoolConfig (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="GenericObjectPoolConfig (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="GenericObjectPoolConfig (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericObjectPoolMXBean.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>GenericObjectPoolMXBean (Apache Commons Pool 2.8.1 API)</title>
+<title>GenericObjectPoolMXBean (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="GenericObjectPoolMXBean (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="GenericObjectPoolMXBean (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/NoOpCallStack.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/NoOpCallStack.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/NoOpCallStack.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>NoOpCallStack (Apache Commons Pool 2.8.1 API)</title>
+<title>NoOpCallStack (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="NoOpCallStack (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="NoOpCallStack (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/PooledSoftReference.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/PooledSoftReference.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/PooledSoftReference.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>PooledSoftReference (Apache Commons Pool 2.8.1 API)</title>
+<title>PooledSoftReference (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PooledSoftReference (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="PooledSoftReference (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/SecurityManagerCallStack.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/SecurityManagerCallStack.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/SecurityManagerCallStack.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>SecurityManagerCallStack (Apache Commons Pool 2.8.1 API)</title>
+<title>SecurityManagerCallStack (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SecurityManagerCallStack (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="SecurityManagerCallStack (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/SoftReferenceObjectPool.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/SoftReferenceObjectPool.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/SoftReferenceObjectPool.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>SoftReferenceObjectPool (Apache Commons Pool 2.8.1 API)</title>
+<title>SoftReferenceObjectPool (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SoftReferenceObjectPool (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="SoftReferenceObjectPool (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {
@@ -265,7 +265,7 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.commons.pool2.<a href="../../../../../org/apache/commons/pool2/ObjectPool.html" title="interface in org.apache.commons.pool2">ObjectPool</a></h3>
-<code><a href="../../../../../org/apache/commons/pool2/ObjectPool.html#addObjects-int-">addObjects</a></code></li>
+<code><a href="../../../../../org/apache/commons/pool2/ObjectPool.html#addObjects-int-">addObjects</a>, <a href="../../../../../org/apache/commons/pool2/ObjectPool.html#invalidateObject-T-org.apache.commons.pool2.DestroyMode-">invalidateObject</a></code></li>
 </ul>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/ThrowableCallStack.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/ThrowableCallStack.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/ThrowableCallStack.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>ThrowableCallStack (Apache Commons Pool 2.8.1 API)</title>
+<title>ThrowableCallStack (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ThrowableCallStack (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="ThrowableCallStack (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/AbandonedConfig.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/AbandonedConfig.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/AbandonedConfig.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.AbandonedConfig (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.AbandonedConfig (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.AbandonedConfig (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.AbandonedConfig (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/BaseGenericObjectPool.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/BaseGenericObjectPool.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/BaseGenericObjectPool.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.BaseGenericObjectPool (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.BaseGenericObjectPool (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.BaseGenericObjectPool (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.BaseGenericObjectPool (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/BaseObjectPoolConfig.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/BaseObjectPoolConfig.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/BaseObjectPoolConfig.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.BaseObjectPoolConfig (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.BaseObjectPoolConfig (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.BaseObjectPoolConfig (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.BaseObjectPoolConfig (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/CallStack.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/CallStack.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/CallStack.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Interface org.apache.commons.pool2.impl.CallStack (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Interface org.apache.commons.pool2.impl.CallStack (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.commons.pool2.impl.CallStack (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Interface org.apache.commons.pool2.impl.CallStack (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/CallStackUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/CallStackUtils.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/CallStackUtils.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.CallStackUtils (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.CallStackUtils (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.CallStackUtils (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.CallStackUtils (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultEvictionPolicy.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultEvictionPolicy.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultEvictionPolicy.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.DefaultEvictionPolicy (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.DefaultEvictionPolicy (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.DefaultEvictionPolicy (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.DefaultEvictionPolicy (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObject.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObject.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObject.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.DefaultPooledObject (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.DefaultPooledObject (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.DefaultPooledObject (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.DefaultPooledObject (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObjectInfo.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObjectInfo.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObjectInfo.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.DefaultPooledObjectInfo (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.DefaultPooledObjectInfo (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.DefaultPooledObjectInfo (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.DefaultPooledObjectInfo (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObjectInfoMBean.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObjectInfoMBean.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObjectInfoMBean.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Interface org.apache.commons.pool2.impl.DefaultPooledObjectInfoMBean (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Interface org.apache.commons.pool2.impl.DefaultPooledObjectInfoMBean (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.commons.pool2.impl.DefaultPooledObjectInfoMBean (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Interface org.apache.commons.pool2.impl.DefaultPooledObjectInfoMBean (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/EvictionConfig.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/EvictionConfig.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/EvictionConfig.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.EvictionConfig (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.EvictionConfig (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.EvictionConfig (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.EvictionConfig (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/EvictionPolicy.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/EvictionPolicy.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/EvictionPolicy.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Interface org.apache.commons.pool2.impl.EvictionPolicy (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Interface org.apache.commons.pool2.impl.EvictionPolicy (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.commons.pool2.impl.EvictionPolicy (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Interface org.apache.commons.pool2.impl.EvictionPolicy (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPool.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPool.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPool.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.GenericKeyedObjectPool (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.GenericKeyedObjectPool (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.GenericKeyedObjectPool (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.GenericKeyedObjectPool (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPoolConfig.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPoolConfig.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPoolConfig.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPoolMXBean.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPoolMXBean.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPoolMXBean.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Interface org.apache.commons.pool2.impl.GenericKeyedObjectPoolMXBean (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Interface org.apache.commons.pool2.impl.GenericKeyedObjectPoolMXBean (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.commons.pool2.impl.GenericKeyedObjectPoolMXBean (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Interface org.apache.commons.pool2.impl.GenericKeyedObjectPoolMXBean (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPool.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPool.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPool.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.GenericObjectPool (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.GenericObjectPool (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.GenericObjectPool (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.GenericObjectPool (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPoolConfig.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPoolConfig.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPoolConfig.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.GenericObjectPoolConfig (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.GenericObjectPoolConfig (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.GenericObjectPoolConfig (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.GenericObjectPoolConfig (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPoolMXBean.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPoolMXBean.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPoolMXBean.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Interface org.apache.commons.pool2.impl.GenericObjectPoolMXBean (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Interface org.apache.commons.pool2.impl.GenericObjectPoolMXBean (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.commons.pool2.impl.GenericObjectPoolMXBean (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Interface org.apache.commons.pool2.impl.GenericObjectPoolMXBean (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/NoOpCallStack.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/NoOpCallStack.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/NoOpCallStack.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.NoOpCallStack (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.NoOpCallStack (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.NoOpCallStack (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.NoOpCallStack (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/PooledSoftReference.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/PooledSoftReference.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/PooledSoftReference.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.PooledSoftReference (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.PooledSoftReference (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.PooledSoftReference (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.PooledSoftReference (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/SecurityManagerCallStack.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/SecurityManagerCallStack.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/SecurityManagerCallStack.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.SecurityManagerCallStack (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.SecurityManagerCallStack (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.SecurityManagerCallStack (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.SecurityManagerCallStack (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/SoftReferenceObjectPool.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/SoftReferenceObjectPool.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/SoftReferenceObjectPool.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.SoftReferenceObjectPool (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.SoftReferenceObjectPool (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.SoftReferenceObjectPool (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.SoftReferenceObjectPool (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/ThrowableCallStack.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/ThrowableCallStack.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/ThrowableCallStack.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.pool2.impl.ThrowableCallStack (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.impl.ThrowableCallStack (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.pool2.impl.ThrowableCallStack (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Class org.apache.commons.pool2.impl.ThrowableCallStack (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-frame.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>org.apache.commons.pool2.impl (Apache Commons Pool 2.8.1 API)</title>
+<title>org.apache.commons.pool2.impl (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-summary.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>org.apache.commons.pool2.impl (Apache Commons Pool 2.8.1 API)</title>
+<title>org.apache.commons.pool2.impl (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.commons.pool2.impl (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="org.apache.commons.pool2.impl (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-tree.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>org.apache.commons.pool2.impl Class Hierarchy (Apache Commons Pool 2.8.1 API)</title>
+<title>org.apache.commons.pool2.impl Class Hierarchy (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.commons.pool2.impl Class Hierarchy (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="org.apache.commons.pool2.impl Class Hierarchy (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-use.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-use.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-use.html Tue Sep 29 15:33:18 2020
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Package org.apache.commons.pool2.impl (Apache Commons Pool 2.8.1 API)</title>
+<title>Uses of Package org.apache.commons.pool2.impl (Apache Commons Pool 2.9.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.commons.pool2.impl (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Uses of Package org.apache.commons.pool2.impl (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {