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

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


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

commit 5a7fa2592a3c5ce829e4080bec9c0969bcd07150
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 18 08:56:05 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/dbcp2 => javadoc}/overview.html | 0
 2 files changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3af87b2c..a6405d9a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" issue="DBCP-597" dev="ggregory" due-to="Gary 
Gregory">Validation query not timing out on connections managed by 
PerUserPoolDataSource.</action>
       <action type="fix" issue="DBCP-597" dev="ggregory" due-to="Gary 
Gregory">KeyedCPDSConnectionFactory.validateObject(UserPassKey, PooledObject) 
ignores timeouts less than 1 second when there is no validation query.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Modernize tests 
to use JUnit 5 features.</action> 
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Javadoc is 
missing its Overview page.</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 78 to 79.</action>
diff --git a/src/main/java/org/apache/commons/dbcp2/overview.html 
b/src/main/javadoc/overview.html
similarity index 100%
rename from src/main/java/org/apache/commons/dbcp2/overview.html
rename to src/main/javadoc/overview.html

Reply via email to