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 [1/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...

Author: ggregory
Date: Tue Sep 29 15:33:18 2020
New Revision: 1066218

Log:
Site checkin for project Apache Commons Pool

Added:
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/DestroyMode.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/DestroyMode.html
    websites/production/commons/content/proper/commons-pool/apidocs/src-html/org/apache/commons/pool2/DestroyMode.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/DestroyMode.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/DestroyMode.java.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/KeyedPooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/KeyedPooledObjectFactory.java.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/PooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/PooledObjectFactory.java.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/DestroyMode.html
Modified:
    websites/production/commons/content/proper/commons-pool/apidocs/allclasses-frame.html
    websites/production/commons/content/proper/commons-pool/apidocs/allclasses-noframe.html
    websites/production/commons/content/proper/commons-pool/apidocs/constant-values.html
    websites/production/commons/content/proper/commons-pool/apidocs/deprecated-list.html
    websites/production/commons/content/proper/commons-pool/apidocs/help-doc.html
    websites/production/commons/content/proper/commons-pool/apidocs/index-all.html
    websites/production/commons/content/proper/commons-pool/apidocs/index.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BaseObject.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BaseObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BasePooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/KeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/KeyedPooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/ObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/PoolUtils.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/PooledObject.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/PooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/PooledObjectState.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/SwallowedExceptionListener.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/TrackedUse.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/UsageTracking.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/BaseKeyedPooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/BaseObject.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/BaseObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/BasePooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/KeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/KeyedPooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/ObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/PoolUtils.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/PooledObject.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/PooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/PooledObjectState.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/SwallowedExceptionListener.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/TrackedUse.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/UsageTracking.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/AbandonedConfig.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/BaseGenericObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/BaseObjectPoolConfig.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/CallStack.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/CallStackUtils.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/DefaultEvictionPolicy.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/DefaultPooledObject.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/EvictionConfig.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/EvictionPolicy.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericKeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericKeyedObjectPoolConfig.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericKeyedObjectPoolMXBean.html
    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/GenericObjectPoolConfig.html
    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/NoOpCallStack.html
    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/SecurityManagerCallStack.html
    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/ThrowableCallStack.html
    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/BaseGenericObjectPool.html
    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/CallStack.html
    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/DefaultEvictionPolicy.html
    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/DefaultPooledObjectInfo.html
    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/EvictionConfig.html
    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/GenericKeyedObjectPool.html
    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/GenericKeyedObjectPoolMXBean.html
    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/GenericObjectPoolConfig.html
    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/NoOpCallStack.html
    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/SecurityManagerCallStack.html
    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/ThrowableCallStack.html
    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-summary.html
    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-use.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/package-frame.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/package-summary.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/package-tree.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/package-use.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/CglibProxySource.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/JdkProxySource.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/ProxiedObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/class-use/CglibProxySource.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/class-use/JdkProxySource.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/class-use/ProxiedKeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/class-use/ProxiedObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/package-frame.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/package-summary.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/package-tree.html
    websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/package-use.html
    websites/production/commons/content/proper/commons-pool/apidocs/overview-frame.html
    websites/production/commons/content/proper/commons-pool/apidocs/overview-summary.html
    websites/production/commons/content/proper/commons-pool/apidocs/overview-tree.html
    websites/production/commons/content/proper/commons-pool/apidocs/src-html/org/apache/commons/pool2/KeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/src-html/org/apache/commons/pool2/KeyedPooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/apidocs/src-html/org/apache/commons/pool2/ObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/src-html/org/apache/commons/pool2/PoolUtils.html
    websites/production/commons/content/proper/commons-pool/apidocs/src-html/org/apache/commons/pool2/PooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/apidocs/src-html/org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html
    websites/production/commons/content/proper/commons-pool/apidocs/src-html/org/apache/commons/pool2/impl/GenericKeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/apidocs/src-html/org/apache/commons/pool2/impl/GenericObjectPool.html
    websites/production/commons/content/proper/commons-pool/changes-report.html
    websites/production/commons/content/proper/commons-pool/checkstyle.html
    websites/production/commons/content/proper/commons-pool/checkstyle.rss
    websites/production/commons/content/proper/commons-pool/ci-management.html
    websites/production/commons/content/proper/commons-pool/cpd.html
    websites/production/commons/content/proper/commons-pool/dependencies.html
    websites/production/commons/content/proper/commons-pool/dependency-convergence.html
    websites/production/commons/content/proper/commons-pool/dependency-info.html
    websites/production/commons/content/proper/commons-pool/distribution-management.html
    websites/production/commons/content/proper/commons-pool/download_pool.html
    websites/production/commons/content/proper/commons-pool/downloads.html
    websites/production/commons/content/proper/commons-pool/examples.html
    websites/production/commons/content/proper/commons-pool/guide/index.html
    websites/production/commons/content/proper/commons-pool/index.html
    websites/production/commons/content/proper/commons-pool/issue-management.html
    websites/production/commons/content/proper/commons-pool/issue-tracking.html
    websites/production/commons/content/proper/commons-pool/jacoco/index.html
    websites/production/commons/content/proper/commons-pool/jacoco/jacoco-sessions.html
    websites/production/commons/content/proper/commons-pool/jacoco/jacoco.csv
    websites/production/commons/content/proper/commons-pool/jacoco/jacoco.xml
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.impl/EvictionTimer$EvictorThreadFactory.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.impl/EvictionTimer$Reaper.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.impl/EvictionTimer$WeakRunner.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.impl/EvictionTimer.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.impl/EvictionTimer.java.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.impl/GenericKeyedObjectPool$ObjectDeque.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.impl/GenericKeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.impl/GenericKeyedObjectPool.java.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.impl/GenericObjectPool.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.impl/GenericObjectPool.java.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.impl/index.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.impl/index.source.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2.proxy/index.source.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/KeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/KeyedObjectPool.java.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/ObjectPool.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/ObjectPool.java.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/PoolUtils$ErodingPerKeyKeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/PoolUtils.java.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/index.html
    websites/production/commons/content/proper/commons-pool/jacoco/org.apache.commons.pool2/index.source.html
    websites/production/commons/content/proper/commons-pool/japicmp.diff
    websites/production/commons/content/proper/commons-pool/japicmp.html
    websites/production/commons/content/proper/commons-pool/jdepend-report.html
    websites/production/commons/content/proper/commons-pool/jira-report.html
    websites/production/commons/content/proper/commons-pool/mail-lists.html
    websites/production/commons/content/proper/commons-pool/mailing-lists.html
    websites/production/commons/content/proper/commons-pool/pmd.html
    websites/production/commons/content/proper/commons-pool/project-info.html
    websites/production/commons/content/proper/commons-pool/project-reports.html
    websites/production/commons/content/proper/commons-pool/rat-report.html
    websites/production/commons/content/proper/commons-pool/scm.html
    websites/production/commons/content/proper/commons-pool/spotbugs.html
    websites/production/commons/content/proper/commons-pool/summary.html
    websites/production/commons/content/proper/commons-pool/surefire-report.html
    websites/production/commons/content/proper/commons-pool/team.html
    websites/production/commons/content/proper/commons-pool/xref-test/index.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/MethodCallPoolableObjectFactory.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/ObjectPoolIssue326.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/TestBasePoolableObjectFactory.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/TestObjectPool.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/TestPoolUtils.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/VisitTrackerFactory.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/impl/AtomicIntegerFactory.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/impl/TestAbandonedObjectPool.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/impl/TestBaseGenericObjectPool.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/impl/TestEvictionTimer.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/impl/TestGenericObjectPool.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/impl/package-frame.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/impl/package-summary.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/package-frame.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/package-summary.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/performance/package-frame.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/performance/package-summary.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/proxy/package-frame.html
    websites/production/commons/content/proper/commons-pool/xref-test/org/apache/commons/pool2/proxy/package-summary.html
    websites/production/commons/content/proper/commons-pool/xref-test/overview-frame.html
    websites/production/commons/content/proper/commons-pool/xref-test/overview-summary.html
    websites/production/commons/content/proper/commons-pool/xref/allclasses-frame.html
    websites/production/commons/content/proper/commons-pool/xref/index.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/KeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/KeyedPooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/ObjectPool.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/PoolUtils.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/PooledObjectFactory.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/EvictionTimer.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/GenericKeyedObjectPool.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/GenericObjectPool.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/package-frame.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/impl/package-summary.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/package-frame.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/package-summary.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/proxy/package-frame.html
    websites/production/commons/content/proper/commons-pool/xref/org/apache/commons/pool2/proxy/package-summary.html
    websites/production/commons/content/proper/commons-pool/xref/overview-frame.html
    websites/production/commons/content/proper/commons-pool/xref/overview-summary.html

Modified: websites/production/commons/content/proper/commons-pool/apidocs/allclasses-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/allclasses-frame.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/allclasses-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>All Classes (Apache Commons Pool 2.8.1 API)</title>
+<title>All Classes (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>
@@ -26,6 +26,7 @@
 <li><a href="org/apache/commons/pool2/impl/DefaultPooledObject.html" title="class in org.apache.commons.pool2.impl" target="classFrame">DefaultPooledObject</a></li>
 <li><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl" target="classFrame">DefaultPooledObjectInfo</a></li>
 <li><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html" title="interface in org.apache.commons.pool2.impl" target="classFrame"><span class="interfaceName">DefaultPooledObjectInfoMBean</span></a></li>
+<li><a href="org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2" target="classFrame">DestroyMode</a></li>
 <li><a href="org/apache/commons/pool2/impl/EvictionConfig.html" title="class in org.apache.commons.pool2.impl" target="classFrame">EvictionConfig</a></li>
 <li><a href="org/apache/commons/pool2/impl/EvictionPolicy.html" title="interface in org.apache.commons.pool2.impl" target="classFrame"><span class="interfaceName">EvictionPolicy</span></a></li>
 <li><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl" target="classFrame">GenericKeyedObjectPool</a></li>

Modified: websites/production/commons/content/proper/commons-pool/apidocs/allclasses-noframe.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/allclasses-noframe.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/allclasses-noframe.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>All Classes (Apache Commons Pool 2.8.1 API)</title>
+<title>All Classes (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>
@@ -26,6 +26,7 @@
 <li><a href="org/apache/commons/pool2/impl/DefaultPooledObject.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObject</a></li>
 <li><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a></li>
 <li><a href="org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.html" title="interface in org.apache.commons.pool2.impl"><span class="interfaceName">DefaultPooledObjectInfoMBean</span></a></li>
+<li><a href="org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a></li>
 <li><a href="org/apache/commons/pool2/impl/EvictionConfig.html" title="class in org.apache.commons.pool2.impl">EvictionConfig</a></li>
 <li><a href="org/apache/commons/pool2/impl/EvictionPolicy.html" title="interface in org.apache.commons.pool2.impl"><span class="interfaceName">EvictionPolicy</span></a></li>
 <li><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></li>

Modified: websites/production/commons/content/proper/commons-pool/apidocs/constant-values.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/constant-values.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/constant-values.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>Constant Field Values (Apache Commons Pool 2.8.1 API)</title>
+<title>Constant Field Values (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="Constant Field Values (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Constant Field Values (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/deprecated-list.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/deprecated-list.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/deprecated-list.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>Deprecated List (Apache Commons Pool 2.8.1 API)</title>
+<title>Deprecated List (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="Deprecated List (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Deprecated List (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/help-doc.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/help-doc.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/help-doc.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>API Help (Apache Commons Pool 2.8.1 API)</title>
+<title>API Help (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="API Help (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="API Help (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/index-all.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/index-all.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/index-all.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>Index (Apache Commons Pool 2.8.1 API)</title>
+<title>Index (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="Index (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="Index (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {
@@ -552,6 +552,10 @@
 <div class="block">The interface that defines the information about pooled objects that will be
  exposed via JMX.</div>
 </dd>
+<dt><a href="org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2"><span class="typeNameLink">DestroyMode</span></a> - Enum in <a href="org/apache/commons/pool2/package-summary.html">org.apache.commons.pool2</a></dt>
+<dd>
+<div class="block">Destroy context provided to object factories via destroyObject methods.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html#destroyObject-K-org.apache.commons.pool2.PooledObject-">destroyObject(K, PooledObject&lt;V&gt;)</a></span> - Method in class org.apache.commons.pool2.<a href="org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html" title="class in org.apache.commons.pool2">BaseKeyedPooledObjectFactory</a></dt>
 <dd>
 <div class="block">Destroy an instance no longer needed by the pool.</div>
@@ -564,9 +568,19 @@
 <dd>
 <div class="block">Destroy an instance no longer needed by the pool.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/KeyedPooledObjectFactory.html#destroyObject-K-org.apache.commons.pool2.PooledObject-org.apache.commons.pool2.DestroyMode-">destroyObject(K, PooledObject&lt;V&gt;, DestroyMode)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/KeyedPooledObjectFactory.html" title="interface in org.apache.commons.pool2">KeyedPooledObjectFactory</a></dt>
+<dd>
+<div class="block">Destroy an instance no longer needed by 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>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObjectFactory.html#destroyObject-org.apache.commons.pool2.PooledObject-">destroyObject(PooledObject&lt;T&gt;)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a></dt>
 <dd>
-<div class="block">Destroys an instance no longer needed by the pool.</div>
+<div class="block">Destroys an instance no longer needed by the pool, using the default (NORMAL)
+ DestroyMode.</div>
+</dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObjectFactory.html#destroyObject-org.apache.commons.pool2.PooledObject-org.apache.commons.pool2.DestroyMode-">destroyObject(PooledObject&lt;T&gt;, DestroyMode)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a></dt>
+<dd>
+<div class="block">Destroys an instance no longer needed by the pool, using the provided
+ DestroyMode.</div>
 </dd>
 </dl>
 <a name="I:E">
@@ -1629,10 +1643,20 @@
 <dd>
 <div class="block">Invalidates an object from the pool.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html#invalidateObject-K-T-org.apache.commons.pool2.DestroyMode-">invalidateObject(K, T, DestroyMode)</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a></dt>
+<dd>
+<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>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#invalidateObject-T-">invalidateObject(T)</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
 <dd>
 <div class="block">Invalidates an object from the pool.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/GenericObjectPool.html#invalidateObject-T-org.apache.commons.pool2.DestroyMode-">invalidateObject(T, DestroyMode)</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/GenericObjectPool.html" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a></dt>
+<dd>
+<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>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/commons/pool2/impl/SoftReferenceObjectPool.html#invalidateObject-T-">invalidateObject(T)</a></span> - Method in class org.apache.commons.pool2.impl.<a href="org/apache/commons/pool2/impl/SoftReferenceObjectPool.html" title="class in org.apache.commons.pool2.impl">SoftReferenceObjectPool</a></dt>
 <dd>
 <div class="block">Invalidates an object from the pool.</div>
@@ -1641,10 +1665,20 @@
 <dd>
 <div class="block">Invalidates an object from the pool.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/KeyedObjectPool.html#invalidateObject-K-V-org.apache.commons.pool2.DestroyMode-">invalidateObject(K, V, DestroyMode)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/KeyedObjectPool.html" title="interface in org.apache.commons.pool2">KeyedObjectPool</a></dt>
+<dd>
+<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>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/commons/pool2/ObjectPool.html#invalidateObject-T-">invalidateObject(T)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/ObjectPool.html" title="interface in org.apache.commons.pool2">ObjectPool</a></dt>
 <dd>
 <div class="block">Invalidates an object from the pool.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/ObjectPool.html#invalidateObject-T-org.apache.commons.pool2.DestroyMode-">invalidateObject(T, DestroyMode)</a></span> - Method in interface org.apache.commons.pool2.<a href="org/apache/commons/pool2/ObjectPool.html" title="interface in org.apache.commons.pool2">ObjectPool</a></dt>
+<dd>
+<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>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html#invalidateObject-K-V-">invalidateObject(K, V)</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.html" title="class in org.apache.commons.pool2.proxy">ProxiedKeyedObjectPool</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a href="org/apache/commons/pool2/proxy/ProxiedObjectPool.html#invalidateObject-T-">invalidateObject(T)</a></span> - Method in class org.apache.commons.pool2.proxy.<a href="org/apache/commons/pool2/proxy/ProxiedObjectPool.html" title="class in org.apache.commons.pool2.proxy">ProxiedObjectPool</a></dt>
@@ -2464,10 +2498,19 @@
 <dd>
 <div class="block">Ensures that the instance is safe to be returned by the pool.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/DestroyMode.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.commons.pool2.<a href="org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a></dt>
+<dd>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObjectState.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObjectState.html" title="enum in org.apache.commons.pool2">PooledObjectState</a></dt>
 <dd>
 <div class="block">Returns the enum constant of this type with the specified name.</div>
 </dd>
+<dt><span class="memberNameLink"><a href="org/apache/commons/pool2/DestroyMode.html#values--">values()</a></span> - Static method in enum org.apache.commons.pool2.<a href="org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a></dt>
+<dd>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</dd>
 <dt><span class="memberNameLink"><a href="org/apache/commons/pool2/PooledObjectState.html#values--">values()</a></span> - Static method in enum org.apache.commons.pool2.<a href="org/apache/commons/pool2/PooledObjectState.html" title="enum in org.apache.commons.pool2">PooledObjectState</a></dt>
 <dd>
 <div class="block">Returns an array containing the constants of this enum type, in

Modified: websites/production/commons/content/proper/commons-pool/apidocs/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/index.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/index.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>Apache Commons Pool 2.8.1 API</title>
+<title>Apache Commons Pool 2.9.0 API</title>
 <script type="text/javascript">
     tmpTargetPage = "" + window.location.search;
     if (tmpTargetPage != "" && tmpTargetPage != "undefined")

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BaseKeyedPooledObjectFactory.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BaseKeyedPooledObjectFactory.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>BaseKeyedPooledObjectFactory (Apache Commons Pool 2.8.1 API)</title>
+<title>BaseKeyedPooledObjectFactory (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="BaseKeyedPooledObjectFactory (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="BaseKeyedPooledObjectFactory (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {
@@ -237,6 +237,13 @@ implements <a href="../../../../org/apac
 <h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
 <code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/ja
 va/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.commons.pool2.KeyedPooledObjectFactory">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.commons.pool2.<a href="../../../../org/apache/commons/pool2/KeyedPooledObjectFactory.html" title="interface in org.apache.commons.pool2">KeyedPooledObjectFactory</a></h3>
+<code><a href="../../../../org/apache/commons/pool2/KeyedPooledObjectFactory.html#destroyObject-K-org.apache.commons.pool2.PooledObject-org.apache.commons.pool2.DestroyMode-">destroyObject</a></code></li>
+</ul>
 </li>
 </ul>
 </li>

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BaseObject.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BaseObject.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BaseObject.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>BaseObject (Apache Commons Pool 2.8.1 API)</title>
+<title>BaseObject (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="BaseObject (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="BaseObject (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BaseObjectPool.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BaseObjectPool.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BaseObjectPool.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>BaseObjectPool (Apache Commons Pool 2.8.1 API)</title>
+<title>BaseObjectPool (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="BaseObjectPool (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="BaseObjectPool (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {
@@ -262,7 +262,7 @@ implements <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/BasePooledObjectFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BasePooledObjectFactory.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/BasePooledObjectFactory.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>BasePooledObjectFactory (Apache Commons Pool 2.8.1 API)</title>
+<title>BasePooledObjectFactory (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="BasePooledObjectFactory (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="BasePooledObjectFactory (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {
@@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/commons/pool2/BaseObjectPool.html" title="class in org.apache.commons.pool2"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="interface in org.apache.commons.pool2"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/commons/pool2/BasePooledObjectFactory.html" target="_top">Frames</a></li>
@@ -231,6 +231,13 @@ implements <a href="../../../../org/apac
 <h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
 <code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/ja
 va/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.commons.pool2.PooledObjectFactory">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.commons.pool2.<a href="../../../../org/apache/commons/pool2/PooledObjectFactory.html" title="interface in org.apache.commons.pool2">PooledObjectFactory</a></h3>
+<code><a href="../../../../org/apache/commons/pool2/PooledObjectFactory.html#destroyObject-org.apache.commons.pool2.PooledObject-org.apache.commons.pool2.DestroyMode-">destroyObject</a></code></li>
+</ul>
 </li>
 </ul>
 </li>
@@ -437,7 +444,7 @@ implements <a href="../../../../org/apac
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../org/apache/commons/pool2/BaseObjectPool.html" title="class in org.apache.commons.pool2"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="interface in org.apache.commons.pool2"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../index.html?org/apache/commons/pool2/BasePooledObjectFactory.html" target="_top">Frames</a></li>

Added: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/DestroyMode.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/DestroyMode.html (added)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/DestroyMode.html Tue Sep 29 15:33:18 2020
@@ -0,0 +1,354 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>DestroyMode (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>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="DestroyMode (Apache Commons Pool 2.9.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":9,"i1":9};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/DestroyMode.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/commons/pool2/BasePooledObjectFactory.html" title="class in org.apache.commons.pool2"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="interface in org.apache.commons.pool2"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/commons/pool2/DestroyMode.html" target="_top">Frames</a></li>
+<li><a href="DestroyMode.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.commons.pool2</div>
+<h2 title="Enum DestroyMode" class="title">Enum DestroyMode</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a>&lt;<a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a>&gt;</li>
+<li>
+<ul class="inheritance">
+<li>org.apache.commons.pool2.DestroyMode</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="https://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a>&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public enum <a href="../../../../src-html/org/apache/commons/pool2/DestroyMode.html#line.25">DestroyMode</a>
+extends <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a>&lt;<a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a>&gt;</pre>
+<div class="block">Destroy context provided to object factories via destroyObject methods. Values provide information about why the pool
+ is asking for a pooled object to be destroyed.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>2.9.0</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum.constant.summary">
+<!--   -->
+</a>
+<h3>Enum Constant Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
+<caption><span>Enum Constants</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Enum Constant and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/pool2/DestroyMode.html#ABANDONED">ABANDONED</a></span></code>
+<div class="block">Destroy abandoned object</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/pool2/DestroyMode.html#NORMAL">NORMAL</a></span></code>
+<div class="block">Normal destroy</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/pool2/DestroyMode.html#valueOf-java.lang.String-">valueOf</a></span>(<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;name)</code>
+<div class="block">Returns the enum constant of this type with the specified name.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/pool2/DestroyMode.html#values--">values</a></span>()</code>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3>
+<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-" title="class or interface in java.lang">compareTo</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--" title="class or interface in java.lang">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/
 7/docs/api/java/lang/Enum.html?is-external=true#name--" title="class or interface in java.lang">name</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="class or interface in java.lang">ordinal</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="class or interface in java.lang">valueOf</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum.constant.detail">
+<!--   -->
+</a>
+<h3>Enum Constant Detail</h3>
+<a name="NORMAL">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>NORMAL</h4>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a> <a href="../../../../src-html/org/apache/commons/pool2/DestroyMode.html#line.27">NORMAL</a></pre>
+<div class="block">Normal destroy</div>
+</li>
+</ul>
+<a name="ABANDONED">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ABANDONED</h4>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a> <a href="../../../../src-html/org/apache/commons/pool2/DestroyMode.html#line.29">ABANDONED</a></pre>
+<div class="block">Destroy abandoned object</div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="values--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static&nbsp;<a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a>[]&nbsp;<a href="../../../../src-html/org/apache/commons/pool2/DestroyMode.html#line.20">values</a>()</pre>
+<div class="block">Returns an array containing the constants of this enum type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+<pre>
+for (DestroyMode c : DestroyMode.values())
+&nbsp;   System.out.println(c);
+</pre></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>an array containing the constants of this enum type, in the order they are declared</dd>
+</dl>
+</li>
+</ul>
+<a name="valueOf-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>valueOf</h4>
+<pre>public static&nbsp;<a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2">DestroyMode</a>&nbsp;<a href="../../../../src-html/org/apache/commons/pool2/DestroyMode.html#line.20">valueOf</a>(<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;name)</pre>
+<div class="block">Returns the enum constant of this type with the specified name.
+The string must match <i>exactly</i> an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - the name of the enum constant to be returned.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the enum constant with the specified name</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd>
+<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/DestroyMode.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/commons/pool2/BasePooledObjectFactory.html" title="class in org.apache.commons.pool2"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="interface in org.apache.commons.pool2"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/commons/pool2/DestroyMode.html" target="_top">Frames</a></li>
+<li><a href="DestroyMode.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#enum.constant.summary">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#enum.constant.detail">Enum Constants</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/KeyedObjectPool.html
==============================================================================
--- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/KeyedObjectPool.html (original)
+++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/KeyedObjectPool.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>KeyedObjectPool (Apache Commons Pool 2.8.1 API)</title>
+<title>KeyedObjectPool (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="KeyedObjectPool (Apache Commons Pool 2.8.1 API)";
+            parent.document.title="KeyedObjectPool (Apache Commons Pool 2.9.0 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":6,"i1":18,"i2":18,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6};
+var methods = {"i0":6,"i1":18,"i2":18,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":18,"i13":6};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -49,7 +49,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/commons/pool2/BasePooledObjectFactory.html" title="class in org.apache.commons.pool2"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/commons/pool2/KeyedPooledObjectFactory.html" title="interface in org.apache.commons.pool2"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -260,6 +260,15 @@ extends <a href="https://docs.oracle.com
 </td>
 </tr>
 <tr id="i12" class="altColor">
+<td class="colFirst"><code>default void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html#invalidateObject-K-V-org.apache.commons.pool2.DestroyMode-">invalidateObject</a></span>(<a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="type parameter in KeyedObjectPool">K</a>&nbsp;key,
+                <a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="type parameter in KeyedObjectPool">V</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="i13" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html#returnObject-K-V-">returnObject</a></span>(<a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="type parameter in KeyedObjectPool">K</a>&nbsp;key,
             <a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="type parameter in KeyedObjectPool">V</a>&nbsp;obj)</code>
@@ -577,6 +586,43 @@ extends <a href="https://docs.oracle.com
 </dl>
 </li>
 </ul>
+<a name="invalidateObject-java.lang.Object-java.lang.Object-org.apache.commons.pool2.DestroyMode-">
+<!--   -->
+</a><a name="invalidateObject-K-V-org.apache.commons.pool2.DestroyMode-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>invalidateObject</h4>
+<pre>default&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/pool2/KeyedObjectPool.html#line.297">invalidateObject</a>(<a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="type parameter in KeyedObjectPool">K</a>&nbsp;key,
+                              <a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="type parameter in KeyedObjectPool">V</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/KeyedObjectPool.html#borrowObject-K-"><code>borrowObject</code></a> or a related method as defined
+ in an implementation or sub-interface using a <code>key</code> that is
+ equivalent to the one used to borrow the <code>Object</code> in the first
+ place.
+ </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></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>key</code> - the key used to obtain the object</dd>
+<dd><code>obj</code> - a <a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html#borrowObject-K-"><code>borrowed</code></a> instance to be returned.</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 the instance cannot be invalidated</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>2.9.0</dd>
+</dl>
+</li>
+</ul>
 <a name="returnObject-java.lang.Object-java.lang.Object-">
 <!--   -->
 </a><a name="returnObject-K-V-">
@@ -585,7 +631,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockListLast">
 <li class="blockList">
 <h4>returnObject</h4>
-<pre>void&nbsp;<a href="../../../../src-html/org/apache/commons/pool2/KeyedObjectPool.html#line.293">returnObject</a>(<a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="type parameter in KeyedObjectPool">K</a>&nbsp;key,
+<pre>void&nbsp;<a href="../../../../src-html/org/apache/commons/pool2/KeyedObjectPool.html#line.320">returnObject</a>(<a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="type parameter in KeyedObjectPool">K</a>&nbsp;key,
                   <a href="../../../../org/apache/commons/pool2/KeyedObjectPool.html" title="type parameter in KeyedObjectPool">V</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">Return an instance to the pool. By contract, <code>obj</code>
@@ -635,7 +681,7 @@ extends <a href="https://docs.oracle.com
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/commons/pool2/BasePooledObjectFactory.html" title="class in org.apache.commons.pool2"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../org/apache/commons/pool2/DestroyMode.html" title="enum in org.apache.commons.pool2"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../org/apache/commons/pool2/KeyedPooledObjectFactory.html" title="interface in org.apache.commons.pool2"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">