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

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


The following commit(s) were added to refs/heads/master by this push:
     new 056cb759 Add and use ValidatorException.ValidatorException(Throwable).
056cb759 is described below

commit 056cb759fe6a5337e0c920eb93999b3671a21929
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 6 07:20:11 2026 -0400

    Add and use ValidatorException.ValidatorException(Throwable).
    
    Call sites that previously called new
    ValidatorException(Throwable#getMessage()) now preserve that exception
    (#390).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f11b3b2c..fda81ebc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="Gary Gregory, 
sahvx655-wq">DoubleValidator and FloatValidator now treat special symbols 
consistently (#388).</action>
     <!-- ADD -->
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
CheckDigitException.CheckDigitException(String, Object...) (#389).</action>
+    <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
ValidatorException.ValidatorException(Throwable). Call sites that previously 
called new ValidatorException(Throwable#getMessage()) now preserve that 
exception (#390).</action>
     <!-- UPDATE -->
     <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 92 to 101 #377.</action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-logging:commons-logging from 1.3.5 to 1.3.6.</action>

Reply via email to