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 1a0292ad Prepare for the next release candidate
1a0292ad is described below

commit 1a0292ad893793ad903d5de9b0eb02cfcd23b93d
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 28 01:24:51 2026 +0000

    Prepare for the next release candidate
---
 CONTRIBUTING.md                      |  9 ++--
 README.md                            |  8 +--
 RELEASE-NOTES.txt                    | 96 ++++++++++++++++++++++++++++++++++++
 src/changes/changes.xml              |  2 +-
 src/site/xdoc/download_validator.xml | 26 +++++-----
 5 files changed, 118 insertions(+), 23 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bf7ea26e..7701d57a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -48,13 +48,13 @@ Getting Started
 ---------------
 
 + Make sure you have a [JIRA account](https://issues.apache.org/jira/).
-+ Make sure you have a [GitHub account](https://github.com/signup). This is 
not essential, but makes providing patches much easier.
++ Make sure you have a [GitHub account](https://github.com/signup/free). This 
is not essential, but makes providing patches much easier.
 + If you're planning to implement a new feature it makes sense to discuss your 
changes on the [dev list](https://commons.apache.org/mail-lists.html) first. 
This way you can make sure you're not wasting your time on something that isn't 
considered to be in Apache Commons Validator's scope.
 + Submit a [Jira Ticket][jira] for your issue, assuming one does not already 
exist.
   + Clearly describe the issue including steps to reproduce when it is a bug.
   + Make sure you fill in the earliest version that you know has the issue.
 + Find the corresponding [repository on 
GitHub](https://github.com/apache/?query=commons-),
-[fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
 and check out your forked repository. If you don't have a GitHub account, you 
can still clone the Commons repository.
+[fork](https://help.github.com/articles/fork-a-repo/) and check out your 
forked repository. If you don't have a GitHub account, you can still clone the 
Commons repository.
 
 Making Changes
 --------------
@@ -108,9 +108,8 @@ Additional Resources
 + [Contributing patches](https://commons.apache.org/patches.html)
 + [Apache Commons Validator JIRA project page][jira]
 + [Contributor License Agreement][cla]
-+ [General GitHub documentation](https://docs.github.com/)
-+ [GitHub pull request 
documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
-+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
++ [General GitHub documentation](https://help.github.com/)
++ [GitHub pull request 
documentation](https://help.github.com/articles/creating-a-pull-request/)
 
 [cla]:https://www.apache.org/licenses/#clas
 [jira]:https://issues.apache.org/jira/browse/VALIDATOR
diff --git a/README.md b/README.md
index 5345da66..ce37e0f7 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.1.svg)](https://javadoc.io/doc/commons-validator/commons-validator/1.10.1)
+[![Javadocs](https://javadoc.io/badge/commons-validator/commons-validator/1.11.0.svg)](https://javadoc.io/doc/commons-validator/commons-validator/1.11.0)
 
[![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.1</version>
+  <version>1.11.0</version>
 </dependency>
 ```
 
@@ -112,9 +112,9 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/VALIDATOR)
 + [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
-+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
 
 Apache Commons Components
 -------------------------
 
-Please see the [list of components](https://commons.apache.org/components.html)
++ [List of Apache Commons 
components](https://commons.apache.org/components.html): homepages and 
documentation for all components.
++ 
[`REPOSITORIES.md`](https://github.com/apache/commons-parent/blob/master/REPOSITORIES.md):
 overview of the code repositories and their build status.
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 232ddc05..480b6163 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,99 @@
+Apache Commons Validator 1.11.0 RELEASE NOTES
+---------------------------------------------
+
+The Apache Commons Validator team is pleased to announce the release of Apache 
Commons Validator 1.11.0.
+
+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
+-----------------------
+
+New features
+------------
+
+*                 Add and use CheckDigitException.CheckDigitException(String, 
Object...) (#389). Thanks to Gary Gregory.
+*                 Add and use 
ValidatorException.ValidatorException(Throwable). Call sites that previously 
called new ValidatorException(Throwable#getMessage()) now preserve that 
exception (#390). Thanks to Gary Gregory.
+*                 Add and use ValidatorException.ValidatorException(String, 
Object...) (#391). Thanks to Gary Gregory.
+*                 Add and use ValidatorException(String, Throwable) (#392). 
Thanks to Gary Gregory.
+
+Fixed Bugs
+----------
+
+*                 Fix Apache RAT plugin console warnings. Thanks to Gary 
Gregory.
+*                 Fixes to non-final static fields.
+* VALIDATOR-503:  DomainValidator Revocation for .dunlop: 
https://www.iana.org/reports/tld-transfer/20251021-dunlop. Thanks to Gary 
Gregory.
+* VALIDATOR-504:  DomainValidator ICAAN .kerrylogistics Registry Agreement - 
Terminated: 
https://www.icann.org/en/registry-agreements/terminated/kerrylogistics. Thanks 
to Gary Gregory.
+* VALIDATOR-505:  DomainValidator ICAAN .lancaster Registry Agreement - 
Terminated: https://www.icann.org/en/registry-agreements/terminated/lancaster. 
Thanks to Gary Gregory.
+* VALIDATOR-506:  DomainValidator ICAAN Revocation for .lipsy: 
https://www.iana.org/reports/tld-transfer/20250227-lipsy. Thanks to Gary 
Gregory.
+* VALIDATOR-507:  DomainValidator ICAAN Revocation for .pramerica" 
https://www.iana.org/reports/tld-transfer/20250516-pramerica. Thanks to Gary 
Gregory.
+* VALIDATOR-508:  DomainValidator ICAAN Revocation for .redstone: 
https://www.iana.org/reports/tld-transfer/20250826-redstone. Thanks to Gary 
Gregory.
+* VALIDATOR-508:  Reject signed hex group in 
InetAddressValidator.isValidInet6Address(String) #379. Thanks to Sahana 
Surendra Bogar, Gary Gregory.
+*                 CheckDigit implementations check for input in the 
alphanumeric range (#385). Thanks to Gary Gregory, sahvx655-wq.
+*                 Removing a country code from an IBANValidator now removes 
associated "other" codes (#386). Thanks to Gary Gregory, sahvx655-wq.
+*                 DoubleValidator and FloatValidator now treat special symbols 
consistently (#388). Thanks to Gary Gregory, sahvx655-wq.
+*                 Fix long range check in GenericTypeValidator.formatLong 
(#387). Thanks to Gary Gregory, sahvx655-wq.
+*                 Fix BigIntegerValidator minValue(), maxValue(), and 
processParsedValue() for out of Long range values (#397). Thanks to Gary 
Gregory, sahvx655-wq.
+*                 Add missing tests for ValidatorUtils.replace and 
ValidatorUtils.copyMap (#396). Thanks to Mauricio Bento, Gary Gregory.
+*                 Fix RegexValidator.validate() returning null for a valid 
match (#395). Thanks to sahvx655-wq, Gary Gregory.
+*                 Compare CAS and EC check digit against validated code, not 
raw input (#398). Thanks to sahvx655-wq, Gary Gregory.
+*                 Prevent URL path traversal bypass via percent encoding in 
UrlValidator (#383). Thanks to sahvx655-wq.
+*                 Fix ISIN country-code check using untrimmed input (#399). 
Thanks to sahvx655-wq.
+*                 Use compareTo() in BigIntegerValidator.minValue() (#400). 
Thanks to sahvx655-wq, Gary Gregory.
+*                 Compare exact value in BigDecimalValidator min/max range 
checks (#401). Thanks to sahvx655-wq, Gary Gregory.
+*                 Compare exact values in BigInteger and BigDecimal Number 
range checks (#404). Thanks to Gary Gregory, sahvx655-wq.
+*                 Reject non-ASCII hex digits in isValidInet6Address (#403). 
Thanks to sahvx655-wq, Gary Gregory.
+*                 Accept IPv4-embedded IPv6 addresses in UrlValidator (#405). 
Thanks to sahvx655-wq, Gary Gregory.
+*                 Preserve exact value in BigDecimal and BigInteger validate 
(#406). Thanks to sahvx655-wq, Gary Gregory.
+*                 Preserve fractional bound in BigIntegerValidator range 
checks (#407). Thanks to sahvx655-wq, Gary Gregory.
+*                 DomainValidatorTest: ensure CC is in correct list (#409). 
Thanks to sahvx655-wq.
+*                 Range-check the port for IPv6 hosts in isValidAuthority 
(#412). Thanks to sahvx655-wq.
+*                 Fix calculation of week_of_year and week_of_month to allow 
for dates that span a year gap (#408). Thanks to sahvx655-wq.
+*                 Fix deprecations in test classes.
+*                 Compare exact values in DoubleValidator range checks (#410). 
Thanks to sahvx655-wq, Gary Gregory.
+*                 Handle non-finite bounds in BigIntegerValidator range checks 
(#414). Thanks to sahvx655-wq, Gary Gregory.
+*                 Fix swapped constant maps in Form.process for extended forms 
(#413). Thanks to sahvx655-wq, Gary Gregory.
+*                 Reject vowels in SedolCheckDigit (#415). Thanks to 
sahvx655-wq, Gary Gregory.
+*                 Compare exact bound in AbstractNumberValidator range checks 
(#416). Thanks to sahvx655-wq, Gary Gregory.
+*                 Reject fractional scientific notation in ShortValidator 
(#417). Thanks to sahvx655-wq, Gary Gregory.
+*                 Reject fractional exponent input in BigIntegerValidator 
(#418). Thanks to sahvx655-wq, Gary Gregory.
+*                 Handle Float operand in AbstractNumberValidator.toBigDecimal 
(#419). Thanks to sahvx655-wq, Gary Gregory.
+*                 Reject format code points in DomainValidator.unicodeToASCII 
(#420). Thanks to sahvx655-wq, Gary Gregory.
+*                 Allow userinfo before a bracketed IPv6 host in 
isValidAuthority (#421). Thanks to sahvx655-wq, Gary Gregory.
+*                 Reject trailing characters in strict date validation (#425). 
Thanks to sahvx655-wq, Gary Gregory.
+*                 Reject leading and trailing label hyphens in DomainValidator 
unicodeToASCII (#424). Thanks to sahvx655-wq, Gary Gregory.
+*                 Reject over-length codes in ISSNCheckDigit (#426). Thanks to 
sahvx655-wq, Gary Gregory.
+*                 Reject fractional input in GenericTypeValidator integer 
helpers (#423). Thanks to sahvx655-wq, Gary Gregory.
+*                 Reject over-length codes in ABA, CUSIP, ISBN-10 and EAN-13 
check digits (#427). Thanks to sahvx655-wq, Gary Gregory.
+*                 Require the IPv6: tag for bracketed IPv6 email literals 
(#428). Thanks to sahvx655-wq, Gary Gregory.
+*                 Reject nameprep-stripped code points in unicodeToASCII 
(#429). Thanks to sahvx655-wq, Gary Gregory.
+*                 Precompile Pattern in ISSNValidator.convertToEAN13(String, 
String). Thanks to Gary Gregory.
+
+Changes
+-------
+
+*                 Bump org.apache.commons:commons-parent from 92 to 103 #377. 
Thanks to Gary Gregory, Dependabot.
+*                 Bump commons-logging:commons-logging from 1.3.5 to 1.4.0. 
Thanks to Gary Gregory.
+*                 DomainValidator: Changes from 2026062300, Last Updated Tue 
Jun 23 07:07:01 2026 UTC.
+*                 DomainValidatorTest: reflection no longer needed to access 
arrays.
+
+
+Historical list of changes: 
https://commons.apache.org/proper/commons-validator/changes.html
+
+Enjoy!
+-Apache Commons Validator team
+
+-----------------------------------------------------------------------------
 Apache Commons Validator 1.10.1 RELEASE NOTES
 ---------------------------------------------
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 96d05f60..a8d76f0e 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.11.0" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+  <release version="1.11.0" date="2026-07-28" description="This is a feature 
and maintenance release. Java 8 or later is required.">
     <!-- FIX -->
     <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT 
plugin console warnings.</action>
     <action type="fix" dev="sebb">Fixes to non-final static fields.</action>
diff --git a/src/site/xdoc/download_validator.xml 
b/src/site/xdoc/download_validator.xml
index 90404bc8..55e93f53 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.1 (requires JDK 1.8)">
+    <section name="Apache Commons Validator 1.11.0 (requires JDK 1.8)">
       <subsection name="Binaries">
         <table>
           <tr>
-              <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>
+              <td><a 
href="[preferred]/commons/validator/binaries/commons-validator-1.11.0-bin.tar.gz">commons-validator-1.11.0-bin.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/binaries/commons-validator-1.11.0-bin.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/binaries/commons-validator-1.11.0-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <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>
+              <td><a 
href="[preferred]/commons/validator/binaries/commons-validator-1.11.0-bin.zip">commons-validator-1.11.0-bin.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/binaries/commons-validator-1.11.0-bin.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/binaries/commons-validator-1.11.0-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.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>
+              <td><a 
href="[preferred]/commons/validator/source/commons-validator-1.11.0-src.tar.gz">commons-validator-1.11.0-src.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/source/commons-validator-1.11.0-src.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/source/commons-validator-1.11.0-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <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>
+              <td><a 
href="[preferred]/commons/validator/source/commons-validator-1.11.0-src.zip">commons-validator-1.11.0-src.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/source/commons-validator-1.11.0-src.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/validator/source/commons-validator-1.11.0-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>

Reply via email to