Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/ThrowableCallStack.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/ThrowableCallStack.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/ThrowableCallStack.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>ThrowableCallStack (Apache Commons Pool 2.12.1 API)</title> +<title>ThrowableCallStack (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.impl, class: ThrowableCallStack"> @@ -72,7 +72,7 @@ loadScripts(document, 'script');</script <div class="sub-title"><span class="package-label-in-type">Package</span> <a href="package-summary.html">org.apache.commons.pool2.impl</a></div> <h1 title="Class ThrowableCallStack" class="title">Class ThrowableCallStack</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" 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">org.apache.commons.pool2.impl.ThrowableCallStack</div> </div> <section class="class-description" id="class-description"> @@ -82,9 +82,9 @@ loadScripts(document, 'script');</script </dl> <hr> <div class="type-signature"><span class="modifiers">public class </span><span class="element-name"><a href="../../../../../src-html/org/apache/commons/pool2/impl/ThrowableCallStack.html#line-32">ThrowableCallStack</a></span> -<span class="extends-implements">extends <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> +<span class="extends-implements">extends <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> implements <a href="CallStack.html" title="interface in org.apache.commons.pool2.impl">CallStack</a></span></div> -<div class="block">CallStack strategy that uses the stack trace from a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>. This strategy, while slower than the +<div class="block">CallStack strategy that uses the stack trace from a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>. This strategy, while slower than the SecurityManager implementation, provides call stack method names and other metadata in addition to the call stack of classes.</div> <dl class="notes"> @@ -93,7 +93,7 @@ implements <a href="CallStack.html" titl <dt>See Also:</dt> <dd> <ul class="see-list"> -<li><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Throwable.html#fillInStackTrace()" title="class or interface in java.lang" class="external-link"><code>Throwable.fillInStackTrace()</code></a></li> +<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html#fillInStackTrace--" title="class or interface in java.lang" class="external-link"><code>Throwable.fillInStackTrace()</code></a></li> </ul> </dd> </dl> @@ -108,7 +108,7 @@ implements <a href="CallStack.html" titl <div class="summary-table two-column-summary"> <div class="table-header col-first">Constructor</div> <div class="table-header col-last">Description</div> -<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(java.lang.String,boolean)" class="member-name-link">ThrowableCallStack</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> messageFormat, +<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(java.lang.String,boolean)" class="member-name-link">ThrowableCallStack</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> messageFormat, boolean useTimestamp)</code></div> <div class="col-last even-row-color"> <div class="block">Creates a new instance.</div> @@ -138,7 +138,7 @@ implements <a href="CallStack.html" titl <div class="block">Takes a snapshot of the current call stack.</div> </div> <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div> -<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><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> writer)</code></div> +<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><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> writer)</code></div> <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> <div class="block">Prints the current stack trace if available to a PrintWriter.</div> </div> @@ -146,8 +146,8 @@ implements <a href="CallStack.html" titl </div> </div> <div class="inherited-list"> -<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class 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#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/Object.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/Object.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/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#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/Objec t.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#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/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 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#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/Object.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/Object.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/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#hashCode--" title="class or interface in java.lang" class="external-link">hashCode</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.o racle.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#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/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> @@ -162,7 +162,7 @@ implements <a href="CallStack.html" titl <li> <section class="detail" id="<init>(java.lang.String,boolean)"> <h3>ThrowableCallStack</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/pool2/impl/ThrowableCallStack.html#line-74">ThrowableCallStack</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> messageFormat, +<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/pool2/impl/ThrowableCallStack.html#line-74">ThrowableCallStack</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> messageFormat, boolean useTimestamp)</span></div> <div class="block">Creates a new instance.</div> <dl class="notes"> @@ -209,7 +209,7 @@ implements <a href="CallStack.html" titl <li> <section class="detail" id="printStackTrace(java.io.PrintWriter)"> <h3>printStackTrace</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/pool2/impl/ThrowableCallStack.html#line-89">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> writer)</span></div> +<div class="member-signature"><span class="modifiers">public</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/pool2/impl/ThrowableCallStack.html#line-89">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> writer)</span></div> <div class="block"><span class="descfrm-type-label">Description copied from interface: <code><a href="CallStack.html#printStackTrace(java.io.PrintWriter)">CallStack</a></code></span></div> <div class="block">Prints the current stack trace if available to a PrintWriter. The format is undefined and is primarily useful for debugging issues with <a href="../PooledObject.html" title="interface in org.apache.commons.pool2"><code>PooledObject</code></a> usage in user code.</div>
Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/AbandonedConfig.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/AbandonedConfig.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/AbandonedConfig.html 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.impl.AbandonedConfig (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.AbandonedConfig (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.impl, class: AbandonedConfig"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/BaseGenericObjectPool.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/BaseGenericObjectPool.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/BaseGenericObjectPool.html 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.impl.BaseGenericObjectPool (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.BaseGenericObjectPool (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.impl, class: BaseGenericObjectPool"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/BaseObjectPoolConfig.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/BaseObjectPoolConfig.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/BaseObjectPoolConfig.html 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.impl.BaseObjectPoolConfig (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.BaseObjectPoolConfig (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.impl, class: BaseObjectPoolConfig"> @@ -101,8 +101,8 @@ loadScripts(document, 'script');</script <div class="table-header col-last">Description</div> <div class="col-first even-row-color"><code> </code></div> <div class="col-second even-row-color"><code><a href="../BaseGenericObjectPool.html#%3Cinit%3E(org.apache.commons.pool2.impl.BaseObjectPoolConfig,java.lang.String,java.lang.String)" class="member-name-link">BaseGenericObjectPool</a><wbr>(<a href="../BaseObjectPoolConfig.html" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a><<a href="../BaseGenericObjectPool.html" title="type parameter in BaseGenericObjectPool">T</a>> config, - <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> jmxNameBase, - <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> jmxNamePrefix)</code></div> + <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> jmxNameBase, + <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> jmxNamePrefix)</code></div> <div class="col-last even-row-color"> <div class="block">Handles JMX registration (if required) and the initialization required for monitoring.</div> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/CallStack.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/CallStack.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/CallStack.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Interface org.apache.commons.pool2.impl.CallStack (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Interface org.apache.commons.pool2.impl.CallStack (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.impl, interface: CallStack"> @@ -78,12 +78,12 @@ loadScripts(document, 'script');</script <div class="col-first odd-row-color"><code>class </code></div> <div class="col-second odd-row-color"><code><a href="../SecurityManagerCallStack.html" class="type-name-link" title="class in org.apache.commons.pool2.impl">SecurityManagerCallStack</a></code></div> <div class="col-last odd-row-color"> -<div class="block">A <a href="../CallStack.html" title="interface in org.apache.commons.pool2.impl"><code>CallStack</code></a> strategy using a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/SecurityManager.html" title="class or interface in java.lang" class="external-link"><code>SecurityManager</code></a>.</div> +<div class="block">A <a href="../CallStack.html" title="interface in org.apache.commons.pool2.impl"><code>CallStack</code></a> strategy using a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/SecurityManager.html" title="class or interface in java.lang" class="external-link"><code>SecurityManager</code></a>.</div> </div> <div class="col-first even-row-color"><code>class </code></div> <div class="col-second even-row-color"><code><a href="../ThrowableCallStack.html" class="type-name-link" title="class in org.apache.commons.pool2.impl">ThrowableCallStack</a></code></div> <div class="col-last even-row-color"> -<div class="block">CallStack strategy that uses the stack trace from a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>.</div> +<div class="block">CallStack strategy that uses the stack trace from a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>.</div> </div> </div> <div class="caption"><span>Fields in <a href="../package-summary.html">org.apache.commons.pool2.impl</a> declared as <a href="../CallStack.html" title="interface in org.apache.commons.pool2.impl">CallStack</a></span></div> @@ -103,7 +103,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"><code>static <a href="../CallStack.html" title="interface in org.apache.commons.pool2.impl">CallStack</a></code></div> -<div class="col-second even-row-color"><span class="type-name-label">CallStackUtils.</span><code><a href="../CallStackUtils.html#newCallStack(java.lang.String,boolean)" class="member-name-link">newCallStack</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> messageFormat, +<div class="col-second even-row-color"><span class="type-name-label">CallStackUtils.</span><code><a href="../CallStackUtils.html#newCallStack(java.lang.String,boolean)" class="member-name-link">newCallStack</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> messageFormat, boolean useTimestamp)</code></div> <div class="col-last even-row-color"> <div class="block"><span class="deprecated-label">Deprecated.</span> @@ -111,7 +111,7 @@ loadScripts(document, 'script');</script </div> </div> <div class="col-first odd-row-color"><code>static <a href="../CallStack.html" title="interface in org.apache.commons.pool2.impl">CallStack</a></code></div> -<div class="col-second odd-row-color"><span class="type-name-label">CallStackUtils.</span><code><a href="../CallStackUtils.html#newCallStack(java.lang.String,boolean,boolean)" class="member-name-link">newCallStack</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> messageFormat, +<div class="col-second odd-row-color"><span class="type-name-label">CallStackUtils.</span><code><a href="../CallStackUtils.html#newCallStack(java.lang.String,boolean,boolean)" class="member-name-link">newCallStack</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> messageFormat, boolean useTimestamp, boolean requireFullStackTrace)</code></div> <div class="col-last odd-row-color"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/CallStackUtils.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/CallStackUtils.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/CallStackUtils.html 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.impl.CallStackUtils (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.CallStackUtils (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.impl, class: CallStackUtils"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultEvictionPolicy.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultEvictionPolicy.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultEvictionPolicy.html 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.impl.DefaultEvictionPolicy (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.DefaultEvictionPolicy (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.impl, class: DefaultEvictionPolicy"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObject.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObject.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObject.html 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.impl.DefaultPooledObject (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.DefaultPooledObject (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.impl, class: DefaultPooledObject"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObjectInfo.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObjectInfo.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObjectInfo.html 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.impl.DefaultPooledObjectInfo (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.DefaultPooledObjectInfo (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.impl, class: DefaultPooledObjectInfo"> @@ -70,24 +70,24 @@ loadScripts(document, 'script');</script <div class="table-header col-first">Modifier and Type</div> <div class="table-header col-second">Method</div> <div class="table-header col-last">Description</div> -<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a><<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>,<wbr><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="../DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>>></code></div> +<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a><<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>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="../DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>>></code></div> <div class="col-second even-row-color"><span class="type-name-label">GenericKeyedObjectPool.</span><code><a href="../GenericKeyedObjectPool.html#listAllObjects()" class="member-name-link">listAllObjects</a>()</code></div> <div class="col-last even-row-color"> <div class="block">Provides information on all the objects in the pool, both idle (waiting to be borrowed) and active (currently borrowed).</div> </div> -<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a><<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>,<wbr><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="../DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>>></code></div> +<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a><<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>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="../DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>>></code></div> <div class="col-second odd-row-color"><span class="type-name-label">GenericKeyedObjectPoolMXBean.</span><code><a href="../GenericKeyedObjectPoolMXBean.html#listAllObjects()" class="member-name-link">listAllObjects</a>()</code></div> <div class="col-last odd-row-color"> <div class="block">See <a href="../GenericKeyedObjectPool.html#listAllObjects()"><code>GenericKeyedObjectPool.listAllObjects()</code></a>.</div> </div> -<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Set.html" title="class or interface in java.util" class="external-link">Set</a><<a href="../DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>></code></div> +<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html" title="class or interface in java.util" class="external-link">Set</a><<a href="../DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>></code></div> <div class="col-second even-row-color"><span class="type-name-label">GenericObjectPool.</span><code><a href="../GenericObjectPool.html#listAllObjects()" class="member-name-link">listAllObjects</a>()</code></div> <div class="col-last even-row-color"> <div class="block">Provides information on all the objects in the pool, both idle (waiting to be borrowed) and active (currently borrowed).</div> </div> -<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Set.html" title="class or interface in java.util" class="external-link">Set</a><<a href="../DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>></code></div> +<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html" title="class or interface in java.util" class="external-link">Set</a><<a href="../DefaultPooledObjectInfo.html" title="class in org.apache.commons.pool2.impl">DefaultPooledObjectInfo</a>></code></div> <div class="col-second odd-row-color"><span class="type-name-label">GenericObjectPoolMXBean.</span><code><a href="../GenericObjectPoolMXBean.html#listAllObjects()" class="member-name-link">listAllObjects</a>()</code></div> <div class="col-last odd-row-color"> <div class="block">See <a href="../GenericObjectPool.html#listAllObjects()"><code>GenericObjectPool.listAllObjects()</code></a>.</div> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObjectInfoMBean.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObjectInfoMBean.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/DefaultPooledObjectInfoMBean.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Interface org.apache.commons.pool2.impl.DefaultPooledObjectInfoMBean (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Interface org.apache.commons.pool2.impl.DefaultPooledObjectInfoMBean (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.impl, interface: DefaultPooledObjectInfoMBean"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/EvictionConfig.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/EvictionConfig.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/EvictionConfig.html 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.impl.EvictionConfig (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.EvictionConfig (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.impl, class: EvictionConfig"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/EvictionPolicy.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/EvictionPolicy.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/EvictionPolicy.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Interface org.apache.commons.pool2.impl.EvictionPolicy (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Interface org.apache.commons.pool2.impl.EvictionPolicy (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.impl, interface: EvictionPolicy"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPool.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPool.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPool.html 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.impl.GenericKeyedObjectPool (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.GenericKeyedObjectPool (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.impl, class: GenericKeyedObjectPool"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPoolConfig.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPoolConfig.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPoolConfig.html 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.impl.GenericKeyedObjectPoolConfig (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig (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.impl, class: GenericKeyedObjectPoolConfig"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPoolMXBean.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPoolMXBean.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericKeyedObjectPoolMXBean.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Interface org.apache.commons.pool2.impl.GenericKeyedObjectPoolMXBean (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Interface org.apache.commons.pool2.impl.GenericKeyedObjectPoolMXBean (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.impl, interface: GenericKeyedObjectPoolMXBean"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPool.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPool.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPool.html 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.impl.GenericObjectPool (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.GenericObjectPool (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.impl, class: GenericObjectPool"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPoolConfig.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPoolConfig.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPoolConfig.html 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.impl.GenericObjectPoolConfig (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.GenericObjectPoolConfig (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.impl, class: GenericObjectPoolConfig"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPoolMXBean.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPoolMXBean.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/GenericObjectPoolMXBean.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Interface org.apache.commons.pool2.impl.GenericObjectPoolMXBean (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Interface org.apache.commons.pool2.impl.GenericObjectPoolMXBean (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.impl, interface: GenericObjectPoolMXBean"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/NoOpCallStack.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/NoOpCallStack.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/NoOpCallStack.html 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.impl.NoOpCallStack (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.NoOpCallStack (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.impl, class: NoOpCallStack"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/PooledSoftReference.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/PooledSoftReference.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/PooledSoftReference.html 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.impl.PooledSoftReference (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.PooledSoftReference (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.impl, class: PooledSoftReference"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/SecurityManagerCallStack.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/SecurityManagerCallStack.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/SecurityManagerCallStack.html 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.impl.SecurityManagerCallStack (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.SecurityManagerCallStack (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.impl, class: SecurityManagerCallStack"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/SoftReferenceObjectPool.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/SoftReferenceObjectPool.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/SoftReferenceObjectPool.html 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.impl.SoftReferenceObjectPool (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.SoftReferenceObjectPool (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.impl, class: SoftReferenceObjectPool"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/ThrowableCallStack.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/ThrowableCallStack.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/class-use/ThrowableCallStack.html 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.impl.ThrowableCallStack (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Class org.apache.commons.pool2.impl.ThrowableCallStack (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.impl, class: ThrowableCallStack"> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-summary.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-summary.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.pool2.impl (Apache Commons Pool 2.12.1 API)</title> +<title>org.apache.commons.pool2.impl (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.impl"> @@ -72,7 +72,7 @@ loadScripts(document, 'script');</script (<a href="../KeyedObjectPool.html" title="interface in org.apache.commons.pool2"><code>KeyedObjectPool</code></a>). </p> <p> - <a href="SoftReferenceObjectPool.html" title="class in org.apache.commons.pool2.impl"><code>SoftReferenceObjectPool</code></a> provides 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="SoftReferenceObjectPool.html" title="class in org.apache.commons.pool2.impl"><code>SoftReferenceObjectPool</code></a> provides 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>. </p> <p> @@ -190,15 +190,15 @@ loadScripts(document, 'script');</script </div> <div class="col-first odd-row-color class-summary class-summary-tab2"><a href="SecurityManagerCallStack.html" title="class in org.apache.commons.pool2.impl">SecurityManagerCallStack</a></div> <div class="col-last odd-row-color class-summary class-summary-tab2"> -<div class="block">A <a href="CallStack.html" title="interface in org.apache.commons.pool2.impl"><code>CallStack</code></a> strategy using a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/SecurityManager.html" title="class or interface in java.lang" class="external-link"><code>SecurityManager</code></a>.</div> +<div class="block">A <a href="CallStack.html" title="interface in org.apache.commons.pool2.impl"><code>CallStack</code></a> strategy using a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/SecurityManager.html" title="class or interface in java.lang" class="external-link"><code>SecurityManager</code></a>.</div> </div> <div class="col-first even-row-color class-summary class-summary-tab2"><a href="SoftReferenceObjectPool.html" title="class in org.apache.commons.pool2.impl">SoftReferenceObjectPool</a><T></div> <div class="col-last even-row-color class-summary class-summary-tab2"> -<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 class="col-first odd-row-color class-summary class-summary-tab2"><a href="ThrowableCallStack.html" title="class in org.apache.commons.pool2.impl">ThrowableCallStack</a></div> <div class="col-last odd-row-color class-summary class-summary-tab2"> -<div class="block">CallStack strategy that uses the stack trace from a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>.</div> +<div class="block">CallStack strategy that uses the stack trace from a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link"><code>Throwable</code></a>.</div> </div> </div> </div> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-tree.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-tree.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-tree.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.pool2.impl Class Hierarchy (Apache Commons Pool 2.12.1 API)</title> +<title>org.apache.commons.pool2.impl Class Hierarchy (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="tree: package: org.apache.commons.pool2.impl"> @@ -58,12 +58,12 @@ loadScripts(document, 'script');</script <section class="hierarchy"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> -<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a> +<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a> <ul> <li class="circle">org.apache.commons.pool2.impl.<a href="AbandonedConfig.html" class="type-name-link" title="class in org.apache.commons.pool2.impl">AbandonedConfig</a></li> <li class="circle">org.apache.commons.pool2.<a href="../BaseObject.html" class="type-name-link" title="class in org.apache.commons.pool2">BaseObject</a> <ul> -<li class="circle">org.apache.commons.pool2.impl.<a href="BaseGenericObjectPool.html" class="type-name-link" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a><T> (implements java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/AutoCloseable.html" title="class or interface in java.lang" class="external-link">AutoCloseable</a>) +<li class="circle">org.apache.commons.pool2.impl.<a href="BaseGenericObjectPool.html" class="type-name-link" title="class in org.apache.commons.pool2.impl">BaseGenericObjectPool</a><T> (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html" title="class or interface in java.lang" class="external-link">AutoCloseable</a>) <ul> <li class="circle">org.apache.commons.pool2.impl.<a href="GenericKeyedObjectPool.html" class="type-name-link" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPool</a><K,<wbr>T> (implements org.apache.commons.pool2.impl.<a href="GenericKeyedObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericKeyedObjectPoolMXBean</a><K>, org.apache.commons.pool2.<a href="../KeyedObjectPool.html" title="interface in org.apache.commons.pool2">KeyedObjectPool</a><K,<wbr>V>, org.apache.commons.pool2.<a href="../UsageTracking.html" title="interface in org.apache.commons.pool2">UsageTracking</a><T>)</li> <li class="circle">org.apache.commons.pool2.impl.<a href="GenericObjectPool.html" class="type-name-link" title="class in org.apache.commons.pool2.impl">GenericObjectPool</a><T> (implements org.apache.commons.pool2.impl.<a href="GenericObjectPoolMXBean.html" title="interface in org.apache.commons.pool2.impl">GenericObjectPoolMXBean</a>, org.apache.commons.pool2.<a href="../ObjectPool.html" title="interface in org.apache.commons.pool2">ObjectPool</a><T>, org.apache.commons.pool2.<a href="../UsageTracking.html" title="interface in org.apache.commons.pool2">UsageTracking</a><T>)</li> @@ -74,7 +74,7 @@ loadScripts(document, 'script');</script <li class="circle">org.apache.commons.pool2.impl.<a href="SoftReferenceObjectPool.html" class="type-name-link" title="class in org.apache.commons.pool2.impl">SoftReferenceObjectPool</a><T></li> </ul> </li> -<li class="circle">org.apache.commons.pool2.impl.<a href="BaseObjectPoolConfig.html" class="type-name-link" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a><T> (implements java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Cloneable.html" title="class or interface in java.lang" class="external-link">Cloneable</a>) +<li class="circle">org.apache.commons.pool2.impl.<a href="BaseObjectPoolConfig.html" class="type-name-link" title="class in org.apache.commons.pool2.impl">BaseObjectPoolConfig</a><T> (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html" title="class or interface in java.lang" class="external-link">Cloneable</a>) <ul> <li class="circle">org.apache.commons.pool2.impl.<a href="GenericKeyedObjectPoolConfig.html" class="type-name-link" title="class in org.apache.commons.pool2.impl">GenericKeyedObjectPoolConfig</a><T></li> <li class="circle">org.apache.commons.pool2.impl.<a href="GenericObjectPoolConfig.html" class="type-name-link" title="class in org.apache.commons.pool2.impl">GenericObjectPoolConfig</a><T></li> Modified: websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-use.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-use.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/package-use.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Package org.apache.commons.pool2.impl (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Package org.apache.commons.pool2.impl (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.impl"> Modified: 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-summary.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/package-summary.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.pool2 (Apache Commons Pool 2.12.1 API)</title> +<title>org.apache.commons.pool2 (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"> Modified: 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-tree.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/package-tree.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>org.apache.commons.pool2 Class Hierarchy (Apache Commons Pool 2.12.1 API)</title> +<title>org.apache.commons.pool2 Class Hierarchy (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="tree: package: org.apache.commons.pool2"> @@ -58,7 +58,7 @@ loadScripts(document, 'script');</script <section class="hierarchy"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> -<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a> +<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a> <ul> <li class="circle">org.apache.commons.pool2.<a href="BaseObject.html" class="type-name-link" title="class in org.apache.commons.pool2">BaseObject</a> <ul> @@ -75,9 +75,9 @@ loadScripts(document, 'script');</script <section class="hierarchy"> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> -<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/AutoCloseable.html" class="type-name-link external-link" title="class or interface in java.lang">AutoCloseable</a> +<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html" class="type-name-link external-link" title="class or interface in java.lang">AutoCloseable</a> <ul> -<li class="circle">java.io.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Closeable.html" class="type-name-link external-link" title="class or interface in java.io">Closeable</a> +<li class="circle">java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html" class="type-name-link external-link" title="class or interface in java.io">Closeable</a> <ul> <li class="circle">org.apache.commons.pool2.<a href="KeyedObjectPool.html" class="type-name-link" title="interface in org.apache.commons.pool2">KeyedObjectPool</a><K,<wbr>V></li> <li class="circle">org.apache.commons.pool2.<a href="ObjectPool.html" class="type-name-link" title="interface in org.apache.commons.pool2">ObjectPool</a><T></li> @@ -85,7 +85,7 @@ loadScripts(document, 'script');</script </li> </ul> </li> -<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" class="type-name-link external-link" title="class or interface in java.lang">Comparable</a><T> +<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html" class="type-name-link external-link" title="class or interface in java.lang">Comparable</a><T> <ul> <li class="circle">org.apache.commons.pool2.<a href="PooledObject.html" class="type-name-link" title="interface in org.apache.commons.pool2">PooledObject</a><T></li> </ul> @@ -100,9 +100,9 @@ loadScripts(document, 'script');</script <section class="hierarchy"> <h2 title="Enum Hierarchy">Enum Hierarchy</h2> <ul> -<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a> +<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a> <ul> -<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Enum.html" class="type-name-link external-link" title="class or interface in java.lang">Enum</a><E> (implements java.lang.<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><T>, java.io.<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>) +<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html" class="type-name-link external-link" title="class or interface in java.lang">Enum</a><E> (implements java.lang.<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><T>, java.io.<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>) <ul> <li class="circle">org.apache.commons.pool2.<a href="DestroyMode.html" class="type-name-link" title="enum in org.apache.commons.pool2">DestroyMode</a></li> <li class="circle">org.apache.commons.pool2.<a href="PooledObjectState.html" class="type-name-link" title="enum in org.apache.commons.pool2">PooledObjectState</a></li> Modified: 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/package-use.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/package-use.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>Uses of Package org.apache.commons.pool2 (Apache Commons Pool 2.12.1 API)</title> +<title>Uses of Package org.apache.commons.pool2 (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"> Modified: 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/CglibProxySource.html (original) +++ websites/production/commons/content/proper/commons-pool/apidocs/org/apache/commons/pool2/proxy/CglibProxySource.html Sat Feb 8 20:08:04 2025 @@ -2,7 +2,7 @@ <html lang> <head> <!-- Generated by javadoc (17) --> -<title>CglibProxySource (Apache Commons Pool 2.12.1 API)</title> +<title>CglibProxySource (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.proxy, class: CglibProxySource"> @@ -72,7 +72,7 @@ loadScripts(document, 'script');</script <div class="sub-title"><span class="package-label-in-type">Package</span> <a href="package-summary.html">org.apache.commons.pool2.proxy</a></div> <h1 title="Class CglibProxySource" class="title">Class CglibProxySource<T></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" 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">org.apache.commons.pool2.proxy.CglibProxySource<T></div> </div> <section class="class-description" id="class-description"> @@ -82,7 +82,7 @@ loadScripts(document, 'script');</script </dl> <hr> <div class="type-signature"><span class="modifiers">public class </span><span class="element-name"><a href="../../../../../src-html/org/apache/commons/pool2/proxy/CglibProxySource.html#line-33">CglibProxySource</a><T></span> -<span class="extends-implements">extends <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></span></div> +<span class="extends-implements">extends <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></span></div> <div class="block">cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+; see https://github.com/cglib/cglib <p> Provides proxy objects using CGLib. @@ -102,7 +102,7 @@ loadScripts(document, 'script');</script <div class="summary-table two-column-summary"> <div class="table-header col-first">Constructor</div> <div class="table-header col-last">Description</div> -<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(java.lang.Class)" class="member-name-link">CglibProxySource</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a><? extends <a href="CglibProxySource.html" title="type parameter in CglibProxySource">T</a>> superclass)</code></div> +<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(java.lang.Class)" class="member-name-link">CglibProxySource</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a><? extends <a href="CglibProxySource.html" title="type parameter in CglibProxySource">T</a>> superclass)</code></div> <div class="col-last even-row-color"> <div class="block">Constructs a new proxy source for the given class.</div> </div> @@ -127,15 +127,15 @@ loadScripts(document, 'script');</script <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="CglibProxySource.html" title="type parameter in CglibProxySource">T</a></code></div> <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#resolveProxy(T)" class="member-name-link">resolveProxy</a><wbr>(<a href="CglibProxySource.html" title="type parameter in CglibProxySource">T</a> proxy)</code></div> <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div> -<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><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-tab4"><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-tab4"><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-tab4"> </div> </div> </div> </div> <div class="inherited-list"> -<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class 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#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/Object.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/Object.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/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#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/Objec t.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 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#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/Object.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/Object.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/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#hashCode--" title="class or interface in java.lang" class="external-link">hashCode</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.o racle.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> @@ -150,7 +150,7 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="<init>(java.lang.Class)"> <h3>CglibProxySource</h3> -<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/pool2/proxy/CglibProxySource.html#line-42">CglibProxySource</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a><? extends <a href="CglibProxySource.html" title="type parameter in CglibProxySource">T</a>> superclass)</span></div> +<div class="member-signature"><span class="modifiers">public</span> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/pool2/proxy/CglibProxySource.html#line-42">CglibProxySource</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a><? extends <a href="CglibProxySource.html" title="type parameter in CglibProxySource">T</a>> superclass)</span></div> <div class="block">Constructs a new proxy source for the given class.</div> <dl class="notes"> <dt>Parameters:</dt> @@ -182,10 +182,10 @@ loadScripts(document, 'script');</script <li> <section class="detail" id="toString()"> <h3>toString</h3> -<div class="member-signature"><span class="modifiers">public</span> <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> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/pool2/proxy/CglibProxySource.html#line-71">toString</a></span>()</div> +<div class="member-signature"><span class="modifiers">public</span> <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> <span class="element-name"><a href="../../../../../src-html/org/apache/commons/pool2/proxy/CglibProxySource.html#line-71">toString</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#toString()" title="class or interface in java.lang" class="external-link">toString</a></code> in class <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> in class <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> <dt>Since:</dt> <dd>2.4.3</dd> </dl>