You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/13 12:21:06 UTC

[commons-pool] branch master updated: Use XSD and fix XML

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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d820b97 Use XSD and fix XML
3d820b97 is described below

commit 3d820b97d4b5c4be4f4ee85670c24b770aa6a1c5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 13 08:21:02 2023 -0400

    Use XSD and fix XML
---
 src/changes/changes.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7ffe9014..65482a4d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,7 +38,9 @@ and commit
 The <action> type attribute can be add,update,fix,remove.
 -->
 
-<document>
+<document xmlns="http://maven.apache.org/changes/1.0.0"
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
   <properties>
     <title>Apache Commons Pool Release Notes</title>
   </properties>
@@ -1135,7 +1137,7 @@ threadsafe.">
         a Config instance as a parameter. The minIdle setting in the Config
         was being ignored by the constructor.
       </action>
-      <action def="psteitz" type="fix" issue="POOL-117">
+      <action dev="psteitz" type="fix" issue="POOL-117">
         Made behavior on instance validation failure consistent across pools,
         eliminating possible infinite loops in StackObjectPool,
         StackKeyedObjectPool, SoftReferenceObjectPool when factory fails to