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


The following commit(s) were added to refs/heads/master by this push:
     new 0f072cd3 Prepare for the next release candidate
0f072cd3 is described below

commit 0f072cd36142b6c718cf00e3bdb8678260a4cccc
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 14 14:25:06 2025 +0000

    Prepare for the next release candidate
---
 README.md                            |  6 +++---
 RELEASE-NOTES.txt                    | 40 ++++++++++++++++++++++++++++++++++++
 src/changes/changes.xml              |  2 +-
 src/site/xdoc/download_validator.xml | 26 +++++++++++------------
 4 files changed, 57 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index bfa84f19..5345da66 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons Validator
 
 [![Java 
CI](https://github.com/apache/commons-validator/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-validator/actions/workflows/maven.yml)
 [![Maven 
Central](https://img.shields.io/maven-central/v/commons-validator/commons-validator?label=Maven%20Central)](https://search.maven.org/artifact/commons-validator/commons-validator)
-[![Javadocs](https://javadoc.io/badge/commons-validator/commons-validator/1.10.0.svg)](https://javadoc.io/doc/commons-validator/commons-validator/1.10.0)
+[![Javadocs](https://javadoc.io/badge/commons-validator/commons-validator/1.10.1.svg)](https://javadoc.io/doc/commons-validator/commons-validator/1.10.1)
 
[![CodeQL](https://github.com/apache/commons-validator/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-validator/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-validator/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-validator)
 
@@ -69,7 +69,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>commons-validator</groupId>
   <artifactId>commons-validator</artifactId>
-  <version>1.10.0</version>
+  <version>1.10.1</version>
 </dependency>
 ```
 
@@ -90,7 +90,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 82f69545..232ddc05 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,43 @@
+Apache Commons Validator 1.10.1 RELEASE NOTES
+---------------------------------------------
+
+The Apache Commons Validator team is pleased to announce the release of Apache 
Commons Validator 1.10.1.
+
+Apache Commons Validator provides the building blocks for both client-side and 
server-side data validation.
+It may be used standalone or with a framework like Struts.
+
+
+This is a feature and maintenance release. Java 8 or later is required.
+
+For complete information on Apache Commons Validator, including instructions 
on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Validator 
website:
+
+https://commons.apache.org/proper/commons-validator/
+
+Download page: 
https://commons.apache.org/proper/commons-validator/download_validator.cgi
+
+Changes in this version
+-----------------------
+
+Fixed Bugs
+----------
+
+* VALIDATOR-502:  Circular dependency in static initialization causes 
NullPointerException in GenericValidator.isCreditCard(). Thanks to Mark Miller, 
Gary Gregory.
+
+Changes
+-------
+
+*                 Bump org.apache.commons:commons-parent from 85 to 92 #361, 
#370. Thanks to Gary Gregory, Dependabot.
+*                 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0 
#346. Thanks to Dependabot, Gary Gregory.
+*                 Bump org.apache.commons:commons-csv from 1.14.0 to 1.14.0. 
Thanks to Dependabot, Gary Gregory.
+
+
+Historical list of changes: 
https://commons.apache.org/proper/commons-validator/changes.html
+
+Enjoy!
+-Apache Commons Validator team
+
+-----------------------------------------------------------------------------
 Apache Commons Validator 1.10.0 RELEASE NOTES
 ---------------------------------------------
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c1119d29..2da61778 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     Defining changes.version allows one to create the RN without first 
removing the SNAPSHOT suffix.
      -->
   <body>
-  <release version="1.10.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+  <release version="1.10.1" date="2025-11-14" description="This is a feature 
and maintenance release. Java 8 or later is required.">
     <!-- FIX -->
     <action type="fix" dev="ggregory" due-to="Mark Miller, Gary Gregory" 
issue="VALIDATOR-502">Circular dependency in static initialization causes 
NullPointerException in GenericValidator.isCreditCard().</action>
     <!-- ADD -->
diff --git a/src/site/xdoc/download_validator.xml 
b/src/site/xdoc/download_validator.xml
index 69de38e2..90404bc8 100644
--- a/src/site/xdoc/download_validator.xml
+++ b/src/site/xdoc/download_validator.xml
@@ -115,32 +115,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Validator 1.10.0 (requires JDK 1.8)">
+    <section name="Apache Commons Validator 1.10.1 (requires JDK 1.8)">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/validator/binaries/commons-validator-1.10.0-bin.tar.gz">commons-validator-1.10.0-bin.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/validator/binaries/commons-validator-1.10.0-bin.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/validator/binaries/commons-validator-1.10.0-bin.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/validator/binaries/commons-validator-1.10.1-bin.tar.gz">commons-validator-1.10.1-bin.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/binaries/commons-validator-1.10.1-bin.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/binaries/commons-validator-1.10.1-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/validator/binaries/commons-validator-1.10.0-bin.zip">commons-validator-1.10.0-bin.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/validator/binaries/commons-validator-1.10.0-bin.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/validator/binaries/commons-validator-1.10.0-bin.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/validator/binaries/commons-validator-1.10.1-bin.zip">commons-validator-1.10.1-bin.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/binaries/commons-validator-1.10.1-bin.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/binaries/commons-validator-1.10.1-bin.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/validator/source/commons-validator-1.10.0-src.tar.gz">commons-validator-1.10.0-src.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/validator/source/commons-validator-1.10.0-src.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/validator/source/commons-validator-1.10.0-src.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/validator/source/commons-validator-1.10.1-src.tar.gz">commons-validator-1.10.1-src.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/source/commons-validator-1.10.1-src.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/source/commons-validator-1.10.1-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/validator/source/commons-validator-1.10.0-src.zip">commons-validator-1.10.0-src.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/validator/source/commons-validator-1.10.0-src.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/validator/source/commons-validator-1.10.0-src.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/validator/source/commons-validator-1.10.1-src.zip">commons-validator-1.10.1-src.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/source/commons-validator-1.10.1-src.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/source/commons-validator-1.10.1-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>

Reply via email to