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

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


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new a36981b8 Javadoc is missing its Overview page
a36981b8 is described below

commit a36981b8c185c9184a3387009d3aecdcc335681f
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 18 09:00:30 2025 -0500

    Javadoc is missing its Overview page
    
    The overview.html file is not in the location maven-javadoc-plugin
    expects
---
 src/changes/changes.xml                                           | 1 +
 src/main/{java/org/apache/commons/pool2 => javadoc}/overview.html | 0
 2 files changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2f6d03b6..c17ca504 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="Gary Gregory">Use 
java.time.Instant precision in 
org.apache.commons.pool2.impl.ThrowableCallStack.Snapshot throwable 
message.</action> 
     <action type="fix" dev="ggregory" due-to="Gary 
Gregory">GenericObjectPool.borrowObject(Duration) doesn't obey its 
borrowMaxWait Duration argument when the argument is different from 
GenericObjectPool.getMaxWaitDuration().</action>
     <action type="fix" issue="POOL-418" dev="ggregory" due-to="Gary 
Gregory">The maximum wait time for GenericObjectPool.borrowObject(*) may exceed 
expectations due to a spurious thread wakeup.</action>
+    <action dev="ggregory" type="fix" due-to="Gary Gregory">Javadoc is missing 
its Overview page.</action>
     <!-- ADD -->
     <!-- UPDATE -->
     <action type="update" dev="ggregory">Bump 
org.apache.commons:commons-parent from 62 to 73.</action>
diff --git a/src/main/java/org/apache/commons/pool2/overview.html 
b/src/main/javadoc/overview.html
similarity index 100%
rename from src/main/java/org/apache/commons/pool2/overview.html
rename to src/main/javadoc/overview.html

Reply via email to