Modified: 
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/PooledObject.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/PooledObject.html
 Sat Feb  8 20:08:04 2025
@@ -2,7 +2,7 @@
 <html lang>
 <head>
 <!-- Generated by javadoc (17) -->
-<title>PooledObject (Apache Commons Pool 2.12.1 API)</title>
+<title>PooledObject (Apache Commons Pool 2.12.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.commons.pool2, interface: PooledObject">
@@ -79,7 +79,7 @@ loadScripts(document, 'script');</script
 </dl>
 <dl class="notes">
 <dt>All Superinterfaces:</dt>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html";
 title="class or interface in java.lang" 
class="external-link">Comparable</a>&lt;<a href="PooledObject.html" 
title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;T&gt;&gt;</code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html"; 
title="class or interface in java.lang" 
class="external-link">Comparable</a>&lt;<a href="PooledObject.html" 
title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;T&gt;&gt;</code></dd>
 </dl>
 <dl class="notes">
 <dt>All Known Implementing Classes:</dt>
@@ -87,7 +87,7 @@ loadScripts(document, 'script');</script
 </dl>
 <hr>
 <div class="type-signature"><span class="modifiers">public interface 
</span><span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-34">PooledObject</a>&lt;T&gt;</span><span
 class="extends-implements">
-extends <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html";
 title="class or interface in java.lang" 
class="external-link">Comparable</a>&lt;<a href="PooledObject.html" 
title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;T&gt;&gt;</span></div>
+extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html"; 
title="class or interface in java.lang" 
class="external-link">Comparable</a>&lt;<a href="PooledObject.html" 
title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;T&gt;&gt;</span></div>
 <div class="block">Defines the wrapper that is used to track the additional 
information, such as
  state, for the pooled objects.
  <p>
@@ -129,20 +129,20 @@ extends <a href="https://docs.oracle.com
  if it is currently <a 
href="PooledObjectState.html#ALLOCATED"><code>ALLOCATED</code></a>.</div>
 </div>
 <div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
-<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code><a 
href="#endEvictionTest(java.util.Deque)" 
class="member-name-link">endEvictionTest</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Deque.html";
 title="class or interface in java.util" class="external-link">Deque</a>&lt;<a 
href="PooledObject.html" title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;<a href="PooledObject.html" 
title="type parameter in 
PooledObject">T</a>&gt;&gt;&nbsp;idleQueue)</code></div>
+<div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code><a 
href="#endEvictionTest(java.util.Deque)" 
class="member-name-link">endEvictionTest</a><wbr>(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Deque.html"; 
title="class or interface in java.util" class="external-link">Deque</a>&lt;<a 
href="PooledObject.html" title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;<a href="PooledObject.html" 
title="type parameter in 
PooledObject">T</a>&gt;&gt;&nbsp;idleQueue)</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3">
 <div class="block">Notifies the object that the eviction test has ended.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
-<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code><a 
href="#equals(java.lang.Object)" class="member-name-link">equals</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">Object</a>&nbsp;obj)</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code><a 
href="#equals(java.lang.Object)" class="member-name-link">equals</a><wbr>(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" 
class="external-link">Object</a>&nbsp;obj)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
-<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Duration.html";
 title="class or interface in java.time" 
class="external-link">Duration</a></code></div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html"; 
title="class or interface in java.time" 
class="external-link">Duration</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code><a 
href="#getActiveDuration()" 
class="member-name-link">getActiveDuration</a>()</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5">
 <div class="block">Gets the amount of time this object last spent in the 
active state (it may still be active in which case
  subsequent calls will return an increased value).</div>
 </div>
-<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5 
method-summary-table-tab6"><code>default <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Duration.html";
 title="class or interface in java.time" 
class="external-link">Duration</a></code></div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5 
method-summary-table-tab6"><code>default <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html"; 
title="class or interface in java.time" 
class="external-link">Duration</a></code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5 
method-summary-table-tab6"><code><a href="#getActiveTime()" 
class="member-name-link">getActiveTime</a>()</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5 method-summary-table-tab6">
 <div class="block"><span class="deprecated-label">Deprecated.</span>
@@ -161,10 +161,10 @@ extends <a href="https://docs.oracle.com
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5">
 <div class="block">Gets the number of times this object has been 
borrowed.</div>
 </div>
-<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html";
 title="class or interface in java.time" 
class="external-link">Instant</a></code></div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html"; 
title="class or interface in java.time" 
class="external-link">Instant</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code><a 
href="#getCreateInstant()" 
class="member-name-link">getCreateInstant</a>()</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5">
-<div class="block">Gets the time (using the same basis as <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html#now()"
 title="class or interface in java.time" 
class="external-link"><code>Instant.now()</code></a>) that this object was 
created.</div>
+<div class="block">Gets the time (using the same basis as <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html#now--"; 
title="class or interface in java.time" 
class="external-link"><code>Instant.now()</code></a>) that this object was 
created.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3 
method-summary-table-tab6"><code>long</code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3 
method-summary-table-tab6"><code><a href="#getCreateTime()" 
class="member-name-link">getCreateTime</a>()</code></div>
@@ -173,19 +173,19 @@ extends <a href="https://docs.oracle.com
 <div class="deprecation-comment">Use <a 
href="#getCreateInstant()"><code>getCreateInstant()</code></a> which offers the 
best precision.</div>
 </div>
 </div>
-<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Duration.html";
 title="class or interface in java.time" 
class="external-link">Duration</a></code></div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html"; 
title="class or interface in java.time" 
class="external-link">Duration</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code><a 
href="#getFullDuration()" 
class="member-name-link">getFullDuration</a>()</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5">
-<div class="block">Gets the duration since this object was created (using <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html#now()"
 title="class or interface in java.time" 
class="external-link"><code>Instant.now()</code></a>).</div>
+<div class="block">Gets the duration since this object was created (using <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html#now--"; 
title="class or interface in java.time" 
class="external-link"><code>Instant.now()</code></a>).</div>
 </div>
-<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Duration.html";
 title="class or interface in java.time" 
class="external-link">Duration</a></code></div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html"; 
title="class or interface in java.time" 
class="external-link">Duration</a></code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code><a 
href="#getIdleDuration()" 
class="member-name-link">getIdleDuration</a>()</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5">
 <div class="block">Gets the amount of time that this object last spend in the
  idle state (it may still be idle in which case subsequent calls will
  return an increased value).</div>
 </div>
-<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5 
method-summary-table-tab6"><code>default <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Duration.html";
 title="class or interface in java.time" 
class="external-link">Duration</a></code></div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5 
method-summary-table-tab6"><code>default <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html"; 
title="class or interface in java.time" 
class="external-link">Duration</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5 
method-summary-table-tab6"><code><a href="#getIdleTime()" 
class="member-name-link">getIdleTime</a>()</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5 method-summary-table-tab6">
 <div class="block"><span class="deprecated-label">Deprecated.</span>
@@ -199,7 +199,7 @@ extends <a href="https://docs.oracle.com
 <div class="deprecation-comment">Use <a 
href="#getIdleTime()"><code>getIdleTime()</code></a> which offers the best 
precision.</div>
 </div>
 </div>
-<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html";
 title="class or interface in java.time" 
class="external-link">Instant</a></code></div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html"; 
title="class or interface in java.time" 
class="external-link">Instant</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code><a 
href="#getLastBorrowInstant()" 
class="member-name-link">getLastBorrowInstant</a>()</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5">
 <div class="block">Gets the time the wrapped object was last borrowed.</div>
@@ -211,7 +211,7 @@ extends <a href="https://docs.oracle.com
 <div class="deprecation-comment">Use <a 
href="#getLastBorrowInstant()"><code>getLastBorrowInstant()</code></a> which 
offers the best precision.</div>
 </div>
 </div>
-<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html";
 title="class or interface in java.time" 
class="external-link">Instant</a></code></div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html"; 
title="class or interface in java.time" 
class="external-link">Instant</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code><a 
href="#getLastReturnInstant()" 
class="member-name-link">getLastReturnInstant</a>()</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5">
 <div class="block">Gets the time the wrapped object was last borrowed.</div>
@@ -223,7 +223,7 @@ extends <a href="https://docs.oracle.com
 <div class="deprecation-comment">Use <a 
href="#getLastReturnInstant()"><code>getLastReturnInstant()</code></a> which 
offers the best precision.</div>
 </div>
 </div>
-<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html";
 title="class or interface in java.time" 
class="external-link">Instant</a></code></div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html"; 
title="class or interface in java.time" 
class="external-link">Instant</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code><a 
href="#getLastUsedInstant()" 
class="member-name-link">getLastUsedInstant</a>()</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5">
 <div class="block">Gets an estimate of the last time this object was 
used.</div>
@@ -270,7 +270,7 @@ extends <a href="https://docs.oracle.com
 <div class="block">Marks the object as returning to the pool.</div>
 </div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
-<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code><a 
href="#printStackTrace(java.io.PrintWriter)" 
class="member-name-link">printStackTrace</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/PrintWriter.html";
 title="class or interface in java.io" 
class="external-link">PrintWriter</a>&nbsp;writer)</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code><a 
href="#printStackTrace(java.io.PrintWriter)" 
class="member-name-link">printStackTrace</a><wbr>(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/PrintWriter.html"; 
title="class or interface in java.io" 
class="external-link">PrintWriter</a>&nbsp;writer)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3">
 <div class="block">Prints the stack trace of the code that borrowed this 
pooled object and
  the stack trace of the last code to use this object (if available) to
@@ -292,7 +292,7 @@ extends <a href="https://docs.oracle.com
 <div class="block">Attempts to place the pooled object in the
  <a 
href="PooledObjectState.html#EVICTION"><code>PooledObjectState.EVICTION</code></a>
 state.</div>
 </div>
-<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></code></div>
+<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html"; 
title="class or interface in java.lang" 
class="external-link">String</a></code></div>
 <div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code><a 
href="#toString()" class="member-name-link">toString</a>()</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3">
 <div class="block">Gets a String form of the wrapper for debug purposes.</div>
@@ -357,7 +357,7 @@ extends <a href="https://docs.oracle.com
  </p></div>
 <dl class="notes">
 <dt>Specified by:</dt>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html#compareTo(T)"
 title="class or interface in java.lang" 
class="external-link">compareTo</a></code>&nbsp;in interface&nbsp;<code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html";
 title="class or interface in java.lang" 
class="external-link">Comparable</a>&lt;<a href="PooledObject.html" title="type 
parameter in PooledObject">T</a>&gt;</code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html#compareTo-T-";
 title="class or interface in java.lang" 
class="external-link">compareTo</a></code>&nbsp;in interface&nbsp;<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html"; 
title="class or interface in java.lang" 
class="external-link">Comparable</a>&lt;<a href="PooledObject.html" title="type 
parameter in PooledObject">T</a>&gt;</code></dd>
 </dl>
 </section>
 </li>
@@ -376,7 +376,7 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="endEvictionTest(java.util.Deque)">
 <h3>endEvictionTest</h3>
-<div class="member-signature"><span 
class="return-type">boolean</span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-83">endEvictionTest</a></span><wbr><span
 class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Deque.html";
 title="class or interface in java.util" class="external-link">Deque</a>&lt;<a 
href="PooledObject.html" title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;<a href="PooledObject.html" 
title="type parameter in 
PooledObject">T</a>&gt;&gt;&nbsp;idleQueue)</span></div>
+<div class="member-signature"><span 
class="return-type">boolean</span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-83">endEvictionTest</a></span><wbr><span
 class="parameters">(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/Deque.html"; 
title="class or interface in java.util" class="external-link">Deque</a>&lt;<a 
href="PooledObject.html" title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;<a href="PooledObject.html" 
title="type parameter in 
PooledObject">T</a>&gt;&gt;&nbsp;idleQueue)</span></div>
 <div class="block">Notifies the object that the eviction test has ended.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
@@ -390,17 +390,17 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="equals(java.lang.Object)">
 <h3>equals</h3>
-<div class="member-signature"><span 
class="return-type">boolean</span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-85">equals</a></span><wbr><span
 class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">Object</a>&nbsp;obj)</span></div>
+<div class="member-signature"><span 
class="return-type">boolean</span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-85">equals</a></span><wbr><span
 class="parameters">(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" 
class="external-link">Object</a>&nbsp;obj)</span></div>
 <dl class="notes">
 <dt>Overrides:</dt>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)"
 title="class or interface in java.lang" 
class="external-link">equals</a></code>&nbsp;in class&nbsp;<code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">Object</a></code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-";
 title="class or interface in java.lang" 
class="external-link">equals</a></code>&nbsp;in class&nbsp;<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" 
class="external-link">Object</a></code></dd>
 </dl>
 </section>
 </li>
 <li>
 <section class="detail" id="getActiveDuration()">
 <h3>getActiveDuration</h3>
-<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Duration.html";
 title="class or interface in java.time" 
class="external-link">Duration</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-95">getActiveDuration</a></span>()</div>
+<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html"; 
title="class or interface in java.time" 
class="external-link">Duration</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-95">getActiveDuration</a></span>()</div>
 <div class="block">Gets the amount of time this object last spent in the 
active state (it may still be active in which case
  subsequent calls will return an increased value).</div>
 <dl class="notes">
@@ -414,8 +414,8 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getActiveTime()">
 <h3>getActiveTime</h3>
-<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html";
 title="class or interface in java.lang" class="external-link">@Deprecated</a>
-</span><span class="modifiers">default</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Duration.html";
 title="class or interface in java.time" 
class="external-link">Duration</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-114">getActiveTime</a></span>()</div>
+<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html"; 
title="class or interface in java.lang" class="external-link">@Deprecated</a>
+</span><span class="modifiers">default</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html"; 
title="class or interface in java.time" 
class="external-link">Duration</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-114">getActiveTime</a></span>()</div>
 <div class="deprecation-block"><span 
class="deprecated-label">Deprecated.</span>
 <div class="deprecation-comment">Use <a 
href="#getActiveDuration()"><code>getActiveDuration()</code></a>.</div>
 </div>
@@ -432,7 +432,7 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getActiveTimeMillis()">
 <h3>getActiveTimeMillis</h3>
-<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html";
 title="class or interface in java.lang" class="external-link">@Deprecated</a>
+<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html"; 
title="class or interface in java.lang" class="external-link">@Deprecated</a>
 </span><span class="return-type">long</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-127">getActiveTimeMillis</a></span>()</div>
 <div class="deprecation-block"><span 
class="deprecated-label">Deprecated.</span>
 <div class="deprecation-comment">Use <a 
href="#getActiveTime()"><code>getActiveTime()</code></a> which offers the best 
precision.</div>
@@ -462,8 +462,8 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getCreateInstant()">
 <h3>getCreateInstant</h3>
-<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html";
 title="class or interface in java.time" 
class="external-link">Instant</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-146">getCreateInstant</a></span>()</div>
-<div class="block">Gets the time (using the same basis as <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html#now()"
 title="class or interface in java.time" 
class="external-link"><code>Instant.now()</code></a>) that this object was 
created.</div>
+<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html"; 
title="class or interface in java.time" 
class="external-link">Instant</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-146">getCreateInstant</a></span>()</div>
+<div class="block">Gets the time (using the same basis as <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html#now--"; 
title="class or interface in java.time" 
class="external-link"><code>Instant.now()</code></a>) that this object was 
created.</div>
 <dl class="notes">
 <dt>Returns:</dt>
 <dd>The creation time for the wrapped object.</dd>
@@ -475,13 +475,13 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getCreateTime()">
 <h3>getCreateTime</h3>
-<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html";
 title="class or interface in java.lang" class="external-link">@Deprecated</a>
+<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html"; 
title="class or interface in java.lang" class="external-link">@Deprecated</a>
 </span><span class="return-type">long</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-157">getCreateTime</a></span>()</div>
 <div class="deprecation-block"><span 
class="deprecated-label">Deprecated.</span>
 <div class="deprecation-comment">Use <a 
href="#getCreateInstant()"><code>getCreateInstant()</code></a> which offers the 
best precision.</div>
 </div>
 <div class="block">Gets the time (using the same basis as
- <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Clock.html#instant()"
 title="class or interface in java.time" 
class="external-link"><code>Clock.instant()</code></a>) that this object was 
created.</div>
+ <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Clock.html#instant--"; 
title="class or interface in java.time" 
class="external-link"><code>Clock.instant()</code></a>) that this object was 
created.</div>
 <dl class="notes">
 <dt>Returns:</dt>
 <dd>The creation time for the wrapped object.</dd>
@@ -491,8 +491,8 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getFullDuration()">
 <h3>getFullDuration</h3>
-<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Duration.html";
 title="class or interface in java.time" 
class="external-link">Duration</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-166">getFullDuration</a></span>()</div>
-<div class="block">Gets the duration since this object was created (using <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html#now()"
 title="class or interface in java.time" 
class="external-link"><code>Instant.now()</code></a>).</div>
+<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html"; 
title="class or interface in java.time" 
class="external-link">Duration</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-166">getFullDuration</a></span>()</div>
+<div class="block">Gets the duration since this object was created (using <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html#now--"; 
title="class or interface in java.time" 
class="external-link"><code>Instant.now()</code></a>).</div>
 <dl class="notes">
 <dt>Returns:</dt>
 <dd>The duration since this object was created.</dd>
@@ -504,7 +504,7 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getIdleDuration()">
 <h3>getIdleDuration</h3>
-<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Duration.html";
 title="class or interface in java.time" 
class="external-link">Duration</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-178">getIdleDuration</a></span>()</div>
+<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html"; 
title="class or interface in java.time" 
class="external-link">Duration</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-178">getIdleDuration</a></span>()</div>
 <div class="block">Gets the amount of time that this object last spend in the
  idle state (it may still be idle in which case subsequent calls will
  return an increased value).</div>
@@ -519,8 +519,8 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getIdleTime()">
 <h3>getIdleTime</h3>
-<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html";
 title="class or interface in java.lang" class="external-link">@Deprecated</a>
-</span><span class="modifiers">default</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Duration.html";
 title="class or interface in java.time" 
class="external-link">Duration</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-191">getIdleTime</a></span>()</div>
+<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html"; 
title="class or interface in java.lang" class="external-link">@Deprecated</a>
+</span><span class="modifiers">default</span>&nbsp;<span 
class="return-type"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html"; 
title="class or interface in java.time" 
class="external-link">Duration</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-191">getIdleTime</a></span>()</div>
 <div class="deprecation-block"><span 
class="deprecated-label">Deprecated.</span>
 <div class="deprecation-comment">Use <a 
href="#getIdleDuration()"><code>getIdleDuration()</code></a>.</div>
 </div>
@@ -538,7 +538,7 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getIdleTimeMillis()">
 <h3>getIdleTimeMillis</h3>
-<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html";
 title="class or interface in java.lang" class="external-link">@Deprecated</a>
+<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html"; 
title="class or interface in java.lang" class="external-link">@Deprecated</a>
 </span><span class="return-type">long</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-204">getIdleTimeMillis</a></span>()</div>
 <div class="deprecation-block"><span 
class="deprecated-label">Deprecated.</span>
 <div class="deprecation-comment">Use <a 
href="#getIdleTime()"><code>getIdleTime()</code></a> which offers the best 
precision.</div>
@@ -555,7 +555,7 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getLastBorrowInstant()">
 <h3>getLastBorrowInstant</h3>
-<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html";
 title="class or interface in java.time" 
class="external-link">Instant</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-213">getLastBorrowInstant</a></span>()</div>
+<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html"; 
title="class or interface in java.time" 
class="external-link">Instant</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-213">getLastBorrowInstant</a></span>()</div>
 <div class="block">Gets the time the wrapped object was last borrowed.</div>
 <dl class="notes">
 <dt>Returns:</dt>
@@ -568,7 +568,7 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getLastBorrowTime()">
 <h3>getLastBorrowTime</h3>
-<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html";
 title="class or interface in java.lang" class="external-link">@Deprecated</a>
+<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html"; 
title="class or interface in java.lang" class="external-link">@Deprecated</a>
 </span><span class="return-type">long</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-223">getLastBorrowTime</a></span>()</div>
 <div class="deprecation-block"><span 
class="deprecated-label">Deprecated.</span>
 <div class="deprecation-comment">Use <a 
href="#getLastBorrowInstant()"><code>getLastBorrowInstant()</code></a> which 
offers the best precision.</div>
@@ -583,7 +583,7 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getLastReturnInstant()">
 <h3>getLastReturnInstant</h3>
-<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html";
 title="class or interface in java.time" 
class="external-link">Instant</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-232">getLastReturnInstant</a></span>()</div>
+<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html"; 
title="class or interface in java.time" 
class="external-link">Instant</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-232">getLastReturnInstant</a></span>()</div>
 <div class="block">Gets the time the wrapped object was last borrowed.</div>
 <dl class="notes">
 <dt>Returns:</dt>
@@ -596,7 +596,7 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getLastReturnTime()">
 <h3>getLastReturnTime</h3>
-<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html";
 title="class or interface in java.lang" class="external-link">@Deprecated</a>
+<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html"; 
title="class or interface in java.lang" class="external-link">@Deprecated</a>
 </span><span class="return-type">long</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-242">getLastReturnTime</a></span>()</div>
 <div class="deprecation-block"><span 
class="deprecated-label">Deprecated.</span>
 <div class="deprecation-comment">Use <a 
href="#getLastReturnInstant()"><code>getLastReturnInstant()</code></a> which 
offers the best precision.</div>
@@ -611,7 +611,7 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getLastUsedInstant()">
 <h3>getLastUsedInstant</h3>
-<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html";
 title="class or interface in java.time" 
class="external-link">Instant</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-253">getLastUsedInstant</a></span>()</div>
+<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html"; 
title="class or interface in java.time" 
class="external-link">Instant</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-253">getLastUsedInstant</a></span>()</div>
 <div class="block">Gets an estimate of the last time this object was used. If 
the class of the pooled object implements
  <a href="TrackedUse.html" title="interface in 
org.apache.commons.pool2"><code>TrackedUse</code></a>, what is returned is the 
maximum of <a 
href="TrackedUse.html#getLastUsedInstant()"><code>TrackedUse.getLastUsedInstant()</code></a>
 and
  <a href="#getLastBorrowTime()"><code>getLastBorrowTime()</code></a>; 
otherwise this method gives the same value as <a 
href="#getLastBorrowTime()"><code>getLastBorrowTime()</code></a>.</div>
@@ -626,7 +626,7 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="getLastUsedTime()">
 <h3>getLastUsedTime</h3>
-<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html";
 title="class or interface in java.lang" class="external-link">@Deprecated</a>
+<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html"; 
title="class or interface in java.lang" class="external-link">@Deprecated</a>
 </span><span class="return-type">long</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-267">getLastUsedTime</a></span>()</div>
 <div class="deprecation-block"><span 
class="deprecated-label">Deprecated.</span>
 <div class="deprecation-comment">Use <a 
href="#getLastUsedInstant()"><code>getLastUsedInstant()</code></a> which offers 
the best precision.</div>
@@ -671,7 +671,7 @@ extends <a href="https://docs.oracle.com
 <div class="member-signature"><span class="return-type">int</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-285">hashCode</a></span>()</div>
 <dl class="notes">
 <dt>Overrides:</dt>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#hashCode()"
 title="class or interface in java.lang" 
class="external-link">hashCode</a></code>&nbsp;in class&nbsp;<code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">Object</a></code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--";
 title="class or interface in java.lang" 
class="external-link">hashCode</a></code>&nbsp;in class&nbsp;<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" 
class="external-link">Object</a></code></dd>
 </dl>
 </section>
 </li>
@@ -699,7 +699,7 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="printStackTrace(java.io.PrintWriter)">
 <h3>printStackTrace</h3>
-<div class="member-signature"><span class="return-type">void</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-310">printStackTrace</a></span><wbr><span
 class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/PrintWriter.html";
 title="class or interface in java.io" 
class="external-link">PrintWriter</a>&nbsp;writer)</span></div>
+<div class="member-signature"><span class="return-type">void</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-310">printStackTrace</a></span><wbr><span
 class="parameters">(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/PrintWriter.html"; 
title="class or interface in java.io" 
class="external-link">PrintWriter</a>&nbsp;writer)</span></div>
 <div class="block">Prints the stack trace of the code that borrowed this 
pooled object and
  the stack trace of the last code to use this object (if available) to
  the supplied writer.</div>
@@ -755,14 +755,14 @@ extends <a href="https://docs.oracle.com
 <li>
 <section class="detail" id="toString()">
 <h3>toString</h3>
-<div class="member-signature"><span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-350">toString</a></span>()</div>
+<div class="member-signature"><span class="return-type"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html"; 
title="class or interface in java.lang" 
class="external-link">String</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObject.html#line-350">toString</a></span>()</div>
 <div class="block">Gets a String form of the wrapper for debug purposes. The 
format is
  not fixed and may change at any time.
 
  </div>
 <dl class="notes">
 <dt>Overrides:</dt>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#toString()"
 title="class or interface in java.lang" 
class="external-link">toString</a></code>&nbsp;in class&nbsp;<code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">Object</a></code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--";
 title="class or interface in java.lang" 
class="external-link">toString</a></code>&nbsp;in class&nbsp;<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" 
class="external-link">Object</a></code></dd>
 </dl>
 </section>
 </li>

Modified: 
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/PooledObjectFactory.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/PooledObjectFactory.html
 Sat Feb  8 20:08:04 2025
@@ -2,7 +2,7 @@
 <html lang>
 <head>
 <!-- Generated by javadoc (17) -->
-<title>PooledObjectFactory (Apache Commons Pool 2.12.1 API)</title>
+<title>PooledObjectFactory (Apache Commons Pool 2.12.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.commons.pool2, interface: PooledObjectFactory">
@@ -205,13 +205,13 @@ loadScripts(document, 'script');</script
 <section class="detail" 
id="activateObject(org.apache.commons.pool2.PooledObject)">
 <h3>activateObject</h3>
 <div class="member-signature"><span class="return-type">void</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObjectFactory.html#line-82">activateObject</a></span><wbr><span
 class="parameters">(<a href="PooledObject.html" title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;<a 
href="PooledObjectFactory.html" title="type parameter in 
PooledObjectFactory">T</a>&gt;&nbsp;p)</span>
-             throws <span class="exceptions"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Exception.html";
 title="class or interface in java.lang" 
class="external-link">Exception</a></span></div>
+             throws <span class="exceptions"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html"; 
title="class or interface in java.lang" 
class="external-link">Exception</a></span></div>
 <div class="block">Reinitializes an instance to be returned by the pool.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>p</code> - a <code>PooledObject</code> wrapping the instance to be 
activated</dd>
 <dt>Throws:</dt>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Exception.html";
 title="class or interface in java.lang" 
class="external-link">Exception</a></code> - if there is a problem activating 
<code>obj</code>,
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html"; 
title="class or interface in java.lang" 
class="external-link">Exception</a></code> - if there is a problem activating 
<code>obj</code>,
     this exception may be swallowed by the pool.</dd>
 <dt>See Also:</dt>
 <dd>
@@ -226,7 +226,7 @@ loadScripts(document, 'script');</script
 <section class="detail" 
id="destroyObject(org.apache.commons.pool2.PooledObject)">
 <h3>destroyObject</h3>
 <div class="member-signature"><span class="return-type">void</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObjectFactory.html#line-104">destroyObject</a></span><wbr><span
 class="parameters">(<a href="PooledObject.html" title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;<a 
href="PooledObjectFactory.html" title="type parameter in 
PooledObjectFactory">T</a>&gt;&nbsp;p)</span>
-            throws <span class="exceptions"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Exception.html";
 title="class or interface in java.lang" 
class="external-link">Exception</a></span></div>
+            throws <span class="exceptions"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html"; 
title="class or interface in java.lang" 
class="external-link">Exception</a></span></div>
 <div class="block">Destroys an instance no longer needed by the pool, using 
the default (NORMAL)
  DestroyMode.
  <p>
@@ -242,7 +242,7 @@ loadScripts(document, 'script');</script
 <dt>Parameters:</dt>
 <dd><code>p</code> - a <code>PooledObject</code> wrapping the instance to be 
destroyed</dd>
 <dt>Throws:</dt>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Exception.html";
 title="class or interface in java.lang" 
class="external-link">Exception</a></code> - should be avoided as it may be 
swallowed by
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html"; 
title="class or interface in java.lang" 
class="external-link">Exception</a></code> - should be avoided as it may be 
swallowed by
     the pool implementation.</dd>
 <dt>See Also:</dt>
 <dd>
@@ -259,7 +259,7 @@ loadScripts(document, 'script');</script
 <h3>destroyObject</h3>
 <div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObjectFactory.html#line-121">destroyObject</a></span><wbr><span
 class="parameters">(<a href="PooledObject.html" title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;<a 
href="PooledObjectFactory.html" title="type parameter in 
PooledObjectFactory">T</a>&gt;&nbsp;p,
  <a href="DestroyMode.html" title="enum in 
org.apache.commons.pool2">DestroyMode</a>&nbsp;destroyMode)</span>
-                    throws <span class="exceptions"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Exception.html";
 title="class or interface in java.lang" 
class="external-link">Exception</a></span></div>
+                    throws <span class="exceptions"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html"; 
title="class or interface in java.lang" 
class="external-link">Exception</a></span></div>
 <div class="block">Destroys an instance no longer needed by the pool, using 
the provided
  DestroyMode.</div>
 <dl class="notes">
@@ -267,7 +267,7 @@ loadScripts(document, 'script');</script
 <dd><code>p</code> - a <code>PooledObject</code> wrapping the instance to be 
destroyed</dd>
 <dd><code>destroyMode</code> - DestroyMode providing context to the 
factory</dd>
 <dt>Throws:</dt>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Exception.html";
 title="class or interface in java.lang" 
class="external-link">Exception</a></code> - should be avoided as it may be 
swallowed by
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html"; 
title="class or interface in java.lang" 
class="external-link">Exception</a></code> - should be avoided as it may be 
swallowed by
     the pool implementation.</dd>
 <dt>Since:</dt>
 <dd>2.9.0</dd>
@@ -287,14 +287,14 @@ loadScripts(document, 'script');</script
 <section class="detail" id="makeObject()">
 <h3>makeObject</h3>
 <div class="member-signature"><span class="return-type"><a 
href="PooledObject.html" title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;<a 
href="PooledObjectFactory.html" title="type parameter in 
PooledObjectFactory">T</a>&gt;</span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObjectFactory.html#line-133">makeObject</a></span>()
-                    throws <span class="exceptions"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Exception.html";
 title="class or interface in java.lang" 
class="external-link">Exception</a></span></div>
+                    throws <span class="exceptions"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html"; 
title="class or interface in java.lang" 
class="external-link">Exception</a></span></div>
 <div class="block">Creates an instance that can be served by the pool and wrap 
it in a
  <a href="PooledObject.html" title="interface in 
org.apache.commons.pool2"><code>PooledObject</code></a> to be managed by the 
pool.</div>
 <dl class="notes">
 <dt>Returns:</dt>
 <dd>a <code>PooledObject</code> wrapping an instance that can be served by the 
pool, not null.</dd>
 <dt>Throws:</dt>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Exception.html";
 title="class or interface in java.lang" 
class="external-link">Exception</a></code> - if there is a problem creating a 
new instance,
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html"; 
title="class or interface in java.lang" 
class="external-link">Exception</a></code> - if there is a problem creating a 
new instance,
     this will be propagated to the code requesting an object.</dd>
 </dl>
 </section>
@@ -303,13 +303,13 @@ loadScripts(document, 'script');</script
 <section class="detail" 
id="passivateObject(org.apache.commons.pool2.PooledObject)">
 <h3>passivateObject</h3>
 <div class="member-signature"><span class="return-type">void</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObjectFactory.html#line-144">passivateObject</a></span><wbr><span
 class="parameters">(<a href="PooledObject.html" title="interface in 
org.apache.commons.pool2">PooledObject</a>&lt;<a 
href="PooledObjectFactory.html" title="type parameter in 
PooledObjectFactory">T</a>&gt;&nbsp;p)</span>
-              throws <span class="exceptions"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Exception.html";
 title="class or interface in java.lang" 
class="external-link">Exception</a></span></div>
+              throws <span class="exceptions"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html"; 
title="class or interface in java.lang" 
class="external-link">Exception</a></span></div>
 <div class="block">Uninitializes an instance to be returned to the idle object 
pool.</div>
 <dl class="notes">
 <dt>Parameters:</dt>
 <dd><code>p</code> - a <code>PooledObject</code> wrapping the instance to be 
passivated</dd>
 <dt>Throws:</dt>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Exception.html";
 title="class or interface in java.lang" 
class="external-link">Exception</a></code> - if there is a problem passivating 
<code>obj</code>,
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html"; 
title="class or interface in java.lang" 
class="external-link">Exception</a></code> - if there is a problem passivating 
<code>obj</code>,
     this exception may be swallowed by the pool.</dd>
 <dt>See Also:</dt>
 <dd>

Modified: 
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/PooledObjectState.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/PooledObjectState.html
 Sat Feb  8 20:08:04 2025
@@ -2,7 +2,7 @@
 <html lang>
 <head>
 <!-- Generated by javadoc (17) -->
-<title>PooledObjectState (Apache Commons Pool 2.12.1 API)</title>
+<title>PooledObjectState (Apache Commons Pool 2.12.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.commons.pool2, enum: PooledObjectState">
@@ -72,19 +72,19 @@ loadScripts(document, 'script');</script
 <div class="sub-title"><span 
class="package-label-in-type">Package</span>&nbsp;<a 
href="package-summary.html">org.apache.commons.pool2</a></div>
 <h1 title="Enum PooledObjectState" class="title">Enum PooledObjectState</h1>
 </div>
-<div class="inheritance" title="Inheritance Tree"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">java.lang.Object</a>
-<div class="inheritance"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html";
 title="class or interface in java.lang" 
class="external-link">java.lang.Enum</a>&lt;<a href="PooledObjectState.html" 
title="enum in org.apache.commons.pool2">PooledObjectState</a>&gt;
+<div class="inheritance" title="Inheritance Tree"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" 
class="external-link">java.lang.Object</a>
+<div class="inheritance"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html"; 
title="class or interface in java.lang" 
class="external-link">java.lang.Enum</a>&lt;<a href="PooledObjectState.html" 
title="enum in org.apache.commons.pool2">PooledObjectState</a>&gt;
 <div class="inheritance">org.apache.commons.pool2.PooledObjectState</div>
 </div>
 </div>
 <section class="class-description" id="class-description">
 <dl class="notes">
 <dt>All Implemented Interfaces:</dt>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html";
 title="class or interface in java.io" 
class="external-link">Serializable</a></code>, <code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html";
 title="class or interface in java.lang" 
class="external-link">Comparable</a>&lt;<a href="PooledObjectState.html" 
title="enum in org.apache.commons.pool2">PooledObjectState</a>&gt;</code></dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html"; 
title="class or interface in java.io" 
class="external-link">Serializable</a></code>, <code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html"; 
title="class or interface in java.lang" 
class="external-link">Comparable</a>&lt;<a href="PooledObjectState.html" 
title="enum in org.apache.commons.pool2">PooledObjectState</a>&gt;</code></dd>
 </dl>
 <hr>
 <div class="type-signature"><span class="modifiers">public enum </span><span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObjectState.html#line-24">PooledObjectState</a></span>
-<span class="extends-implements">extends <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html";
 title="class or interface in java.lang" class="external-link">Enum</a>&lt;<a 
href="PooledObjectState.html" title="enum in 
org.apache.commons.pool2">PooledObjectState</a>&gt;</span></div>
+<span class="extends-implements">extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html"; 
title="class or interface in java.lang" class="external-link">Enum</a>&lt;<a 
href="PooledObjectState.html" title="enum in 
org.apache.commons.pool2">PooledObjectState</a>&gt;</span></div>
 <div class="block">Provides all possible states of a <a 
href="PooledObject.html" title="interface in 
org.apache.commons.pool2"><code>PooledObject</code></a>.</div>
 <dl class="notes">
 <dt>Since:</dt>
@@ -156,7 +156,7 @@ loadScripts(document, 'script');</script
 <div class="table-header col-second">Method</div>
 <div class="table-header col-last">Description</div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code>static <a 
href="PooledObjectState.html" title="enum in 
org.apache.commons.pool2">PooledObjectState</a></code></div>
-<div class="col-second even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code><a 
href="#valueOf(java.lang.String)" class="member-name-link">valueOf</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;name)</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4"><code><a 
href="#valueOf(java.lang.String)" class="member-name-link">valueOf</a><wbr>(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html"; 
title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;name)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab1 method-summary-table-tab4">
 <div class="block">Returns the enum constant of this type with the specified 
name.</div>
 </div>
@@ -170,11 +170,11 @@ the order they are declared.</div>
 </div>
 </div>
 <div class="inherited-list">
-<h3 id="methods-inherited-from-class-java.lang.Enum">Methods inherited from 
class&nbsp;java.lang.<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html";
 title="class or interface in java.lang" class="external-link">Enum</a></h3>
-<code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html#clone()"
 title="class or interface in java.lang" class="external-link">clone</a>, <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html#compareTo(E)"
 title="class or interface in java.lang" class="external-link">compareTo</a>, 
<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html#equals(java.lang.Object)"
 title="class or interface in java.lang" class="external-link">equals</a>, <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html#finalize()"
 title="class or interface in java.lang" class="external-link">finalize</a>, <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html#getDeclaringClass()"
 title="class or interface in java.lang" 
class="external-link">getDeclaringClass</a>, <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java
 /lang/Enum.html#hashCode()" title="class or interface in java.lang" 
class="external-link">hashCode</a>, <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html#name()"
 title="class or interface in java.lang" class="external-link">name</a>, <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html#ordinal()"
 title="class or interface in java.lang" class="external-link">ordinal</a>, <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html#toString()"
 title="class or interface in java.lang" class="external-link">toString</a>, <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html#valueOf(java.lang.Class,java.lang.String)"
 title="class or interface in java.lang" 
class="external-link">valueOf</a></code></div>
+<h3 id="methods-inherited-from-class-java.lang.Enum">Methods inherited from 
class&nbsp;java.lang.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html"; 
title="class or interface in java.lang" class="external-link">Enum</a></h3>
+<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--"; 
title="class or interface in java.lang" class="external-link">clone</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-";
 title="class or interface in java.lang" class="external-link">compareTo</a>, 
<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-";
 title="class or interface in java.lang" class="external-link">equals</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--"; 
title="class or interface in java.lang" class="external-link">finalize</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--";
 title="class or interface in java.lang" 
class="external-link">getDeclaringClass</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--"; 
title="class or interface in java.lang" class="external-link">hashCode</a>, <a 
href="h
 ttps://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--" 
title="class or interface in java.lang" class="external-link">name</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--"; 
title="class or interface in java.lang" class="external-link">ordinal</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--"; 
title="class or interface in java.lang" class="external-link">toString</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-";
 title="class or interface in java.lang" 
class="external-link">valueOf</a></code></div>
 <div class="inherited-list">
-<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from 
class&nbsp;java.lang.<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" class="external-link">Object</a></h3>
-<code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#getClass()"
 title="class or interface in java.lang" class="external-link">getClass</a>, <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#notify()"
 title="class or interface in java.lang" class="external-link">notify</a>, <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#notifyAll()"
 title="class or interface in java.lang" class="external-link">notifyAll</a>, 
<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait()"
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait(long)"
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait(long,int
 )" title="class or interface in java.lang" 
class="external-link">wait</a></code></div>
+<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from 
class&nbsp;java.lang.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" class="external-link">Object</a></h3>
+<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--";
 title="class or interface in java.lang" class="external-link">getClass</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--"; 
title="class or interface in java.lang" class="external-link">notify</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--";
 title="class or interface in java.lang" class="external-link">notifyAll</a>, 
<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--"; 
title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-";
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-";
 title="class or interface in java.lang" 
class="external-link">wait</a></code></div>
 </section>
 </li>
 </ul>
@@ -287,7 +287,7 @@ the order they are declared.</div>
 <li>
 <section class="detail" id="valueOf(java.lang.String)">
 <h3>valueOf</h3>
-<div class="member-signature"><span class="modifiers">public 
static</span>&nbsp;<span class="return-type"><a href="PooledObjectState.html" 
title="enum in 
org.apache.commons.pool2">PooledObjectState</a></span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObjectState.html#line-24">valueOf</a></span><wbr><span
 class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html";
 title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;name)</span></div>
+<div class="member-signature"><span class="modifiers">public 
static</span>&nbsp;<span class="return-type"><a href="PooledObjectState.html" 
title="enum in 
org.apache.commons.pool2">PooledObjectState</a></span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/PooledObjectState.html#line-24">valueOf</a></span><wbr><span
 class="parameters">(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html"; 
title="class or interface in java.lang" 
class="external-link">String</a>&nbsp;name)</span></div>
 <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 
@@ -298,8 +298,8 @@ not permitted.)</div>
 <dt>Returns:</dt>
 <dd>the enum constant with the specified name</dd>
 <dt>Throws:</dt>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/IllegalArgumentException.html";
 title="class or interface in java.lang" 
class="external-link">IllegalArgumentException</a></code> - if this enum type 
has no constant with the specified name</dd>
-<dd><code><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/NullPointerException.html";
 title="class or interface in java.lang" 
class="external-link">NullPointerException</a></code> - if the argument is 
null</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html";
 title="class or interface in java.lang" 
class="external-link">IllegalArgumentException</a></code> - if this enum type 
has no constant with the specified name</dd>
+<dd><code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/NullPointerException.html";
 title="class or interface in java.lang" 
class="external-link">NullPointerException</a></code> - if the argument is 
null</dd>
 </dl>
 </section>
 </li>

Modified: 
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/SwallowedExceptionListener.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/SwallowedExceptionListener.html
 Sat Feb  8 20:08:04 2025
@@ -2,7 +2,7 @@
 <html lang>
 <head>
 <!-- Generated by javadoc (17) -->
-<title>SwallowedExceptionListener (Apache Commons Pool 2.12.1 API)</title>
+<title>SwallowedExceptionListener (Apache Commons Pool 2.12.2-SNAPSHOT 
API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.commons.pool2, interface: SwallowedExceptionListener">
@@ -98,7 +98,7 @@ loadScripts(document, 'script');</script
 <div class="table-header col-second">Method</div>
 <div class="table-header col-last">Description</div>
 <div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
-<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code><a 
href="#onSwallowException(java.lang.Exception)" 
class="member-name-link">onSwallowException</a><wbr>(<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Exception.html";
 title="class or interface in java.lang" 
class="external-link">Exception</a>&nbsp;e)</code></div>
+<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code><a 
href="#onSwallowException(java.lang.Exception)" 
class="member-name-link">onSwallowException</a><wbr>(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html"; 
title="class or interface in java.lang" 
class="external-link">Exception</a>&nbsp;e)</code></div>
 <div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3">
 <div class="block">Notifies this instance every time the implementation 
unavoidably swallows
  an exception.</div>
@@ -120,7 +120,7 @@ loadScripts(document, 'script');</script
 <li>
 <section class="detail" id="onSwallowException(java.lang.Exception)">
 <h3>onSwallowException</h3>
-<div class="member-signature"><span class="return-type">void</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/SwallowedExceptionListener.html#line-35">onSwallowException</a></span><wbr><span
 class="parameters">(<a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Exception.html";
 title="class or interface in java.lang" 
class="external-link">Exception</a>&nbsp;e)</span></div>
+<div class="member-signature"><span class="return-type">void</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/SwallowedExceptionListener.html#line-35">onSwallowException</a></span><wbr><span
 class="parameters">(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html"; 
title="class or interface in java.lang" 
class="external-link">Exception</a>&nbsp;e)</span></div>
 <div class="block">Notifies this instance every time the implementation 
unavoidably swallows
  an exception.</div>
 <dl class="notes">

Modified: 
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/TrackedUse.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/TrackedUse.html
 Sat Feb  8 20:08:04 2025
@@ -2,7 +2,7 @@
 <html lang>
 <head>
 <!-- Generated by javadoc (17) -->
-<title>TrackedUse (Apache Commons Pool 2.12.1 API)</title>
+<title>TrackedUse (Apache Commons Pool 2.12.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.commons.pool2, interface: TrackedUse">
@@ -103,7 +103,7 @@ loadScripts(document, 'script');</script
 <div class="deprecation-comment">Use <a 
href="#getLastUsedInstant()"><code>getLastUsedInstant()</code></a> which offers 
the best precision.</div>
 </div>
 </div>
-<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html";
 title="class or interface in java.time" 
class="external-link">Instant</a></code></div>
+<div class="col-first odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code>default <a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html"; 
title="class or interface in java.time" 
class="external-link">Instant</a></code></div>
 <div class="col-second odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5"><code><a 
href="#getLastUsedInstant()" 
class="member-name-link">getLastUsedInstant</a>()</code></div>
 <div class="col-last odd-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab5">
 <div class="block">Gets the last Instant this object was used.</div>
@@ -125,7 +125,7 @@ loadScripts(document, 'script');</script
 <li>
 <section class="detail" id="getLastUsed()">
 <h3>getLastUsed</h3>
-<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Deprecated.html";
 title="class or interface in java.lang" class="external-link">@Deprecated</a>
+<div class="member-signature"><span class="annotations"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html"; 
title="class or interface in java.lang" class="external-link">@Deprecated</a>
 </span><span class="return-type">long</span>&nbsp;<span 
class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/TrackedUse.html#line-36">getLastUsed</a></span>()</div>
 <div class="deprecation-block"><span 
class="deprecated-label">Deprecated.</span>
 <div class="deprecation-comment">Use <a 
href="#getLastUsedInstant()"><code>getLastUsedInstant()</code></a> which offers 
the best precision.</div>
@@ -140,7 +140,7 @@ loadScripts(document, 'script');</script
 <li>
 <section class="detail" id="getLastUsedInstant()">
 <h3>getLastUsedInstant</h3>
-<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/time/Instant.html";
 title="class or interface in java.time" 
class="external-link">Instant</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/TrackedUse.html#line-49">getLastUsedInstant</a></span>()</div>
+<div class="member-signature"><span 
class="modifiers">default</span>&nbsp;<span class="return-type"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html"; 
title="class or interface in java.time" 
class="external-link">Instant</a></span>&nbsp;<span class="element-name"><a 
href="../../../../src-html/org/apache/commons/pool2/TrackedUse.html#line-49">getLastUsedInstant</a></span>()</div>
 <div class="block">Gets the last Instant this object was used.
  <p>
  Starting with Java 9, the JRE <code>SystemClock</code> precision is increased 
usually down to microseconds, or tenth

Modified: 
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/UsageTracking.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/UsageTracking.html
 Sat Feb  8 20:08:04 2025
@@ -2,7 +2,7 @@
 <html lang>
 <head>
 <!-- Generated by javadoc (17) -->
-<title>UsageTracking (Apache Commons Pool 2.12.1 API)</title>
+<title>UsageTracking (Apache Commons Pool 2.12.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.commons.pool2, interface: UsageTracking">

Modified: 
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/BaseKeyedPooledObjectFactory.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/BaseKeyedPooledObjectFactory.html
 Sat Feb  8 20:08:04 2025
@@ -2,7 +2,7 @@
 <html lang>
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Uses of Class org.apache.commons.pool2.BaseKeyedPooledObjectFactory 
(Apache Commons Pool 2.12.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.BaseKeyedPooledObjectFactory 
(Apache Commons Pool 2.12.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: org.apache.commons.pool2, 
class: BaseKeyedPooledObjectFactory">

Modified: 
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/BaseObject.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/BaseObject.html
 Sat Feb  8 20:08:04 2025
@@ -2,7 +2,7 @@
 <html lang>
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Uses of Class org.apache.commons.pool2.BaseObject (Apache Commons Pool 
2.12.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.BaseObject (Apache Commons Pool 
2.12.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: org.apache.commons.pool2, 
class: BaseObject">
@@ -136,7 +136,7 @@ loadScripts(document, 'script');</script
 <div class="col-first even-row-color"><code>class&nbsp;</code></div>
 <div class="col-second even-row-color"><code><a 
href="../impl/SoftReferenceObjectPool.html" class="type-name-link" title="class 
in 
org.apache.commons.pool2.impl">SoftReferenceObjectPool</a>&lt;T&gt;</code></div>
 <div class="col-last even-row-color">
-<div class="block">A <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/ref/SoftReference.html";
 title="class or interface in java.lang.ref" 
class="external-link"><code>SoftReference</code></a> based <a 
href="../ObjectPool.html" title="interface in 
org.apache.commons.pool2"><code>ObjectPool</code></a>.</div>
+<div class="block">A <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/ref/SoftReference.html";
 title="class or interface in java.lang.ref" 
class="external-link"><code>SoftReference</code></a> based <a 
href="../ObjectPool.html" title="interface in 
org.apache.commons.pool2"><code>ObjectPool</code></a>.</div>
 </div>
 </div>
 </section>

Modified: 
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/BaseObjectPool.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/BaseObjectPool.html
 Sat Feb  8 20:08:04 2025
@@ -2,7 +2,7 @@
 <html lang>
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Uses of Class org.apache.commons.pool2.BaseObjectPool (Apache Commons 
Pool 2.12.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.BaseObjectPool (Apache Commons 
Pool 2.12.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: org.apache.commons.pool2, 
class: BaseObjectPool">
@@ -73,7 +73,7 @@ loadScripts(document, 'script');</script
 <div class="col-first even-row-color"><code>class&nbsp;</code></div>
 <div class="col-second even-row-color"><code><a 
href="../impl/SoftReferenceObjectPool.html" class="type-name-link" title="class 
in 
org.apache.commons.pool2.impl">SoftReferenceObjectPool</a>&lt;T&gt;</code></div>
 <div class="col-last even-row-color">
-<div class="block">A <a 
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/ref/SoftReference.html";
 title="class or interface in java.lang.ref" 
class="external-link"><code>SoftReference</code></a> based <a 
href="../ObjectPool.html" title="interface in 
org.apache.commons.pool2"><code>ObjectPool</code></a>.</div>
+<div class="block">A <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/ref/SoftReference.html";
 title="class or interface in java.lang.ref" 
class="external-link"><code>SoftReference</code></a> based <a 
href="../ObjectPool.html" title="interface in 
org.apache.commons.pool2"><code>ObjectPool</code></a>.</div>
 </div>
 </div>
 </section>

Modified: 
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/BasePooledObjectFactory.html
 (original)
+++ 
websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/class-use/BasePooledObjectFactory.html
 Sat Feb  8 20:08:04 2025
@@ -2,7 +2,7 @@
 <html lang>
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Uses of Class org.apache.commons.pool2.BasePooledObjectFactory (Apache 
Commons Pool 2.12.1 API)</title>
+<title>Uses of Class org.apache.commons.pool2.BasePooledObjectFactory (Apache 
Commons Pool 2.12.2-SNAPSHOT API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: org.apache.commons.pool2, 
class: BasePooledObjectFactory">


Reply via email to