Skip to content

chore(deps): Bump commons-validator:commons-validator from 1.10.1 to 1.11.0 - #25303

Merged
davsclaus merged 1 commit into
mainfrom
dependabot/maven/commons-validator-commons-validator-1.11.0
Aug 3, 2026
Merged

chore(deps): Bump commons-validator:commons-validator from 1.10.1 to 1.11.0#25303
davsclaus merged 1 commit into
mainfrom
dependabot/maven/commons-validator-commons-validator-1.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps commons-validator:commons-validator from 1.10.1 to 1.11.0.

Changelog

Sourced from commons-validator:commons-validator's changelog.

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](https://github.com/apache/commons-validator/issues/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](https://github.com/apache/commons-validator/issues/390)). Thanks to Gary Gregory.
    
  •             Add and use ValidatorException.ValidatorException(String, Object...) ([#391](https://github.com/apache/commons-validator/issues/391)). Thanks to Gary Gregory.
    
  •             Add and use ValidatorException(String, Throwable) ([#392](https://github.com/apache/commons-validator/issues/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](https://github.com/apache/commons-validator/issues/385)). Thanks to Gary Gregory, sahvx655-wq.
    
  •             Removing a country code from an IBANValidator now removes associated "other" codes ([#386](https://github.com/apache/commons-validator/issues/386)). Thanks to Gary Gregory, sahvx655-wq.
    
  •             DoubleValidator and FloatValidator now treat special symbols consistently ([#388](https://github.com/apache/commons-validator/issues/388)). Thanks to Gary Gregory, sahvx655-wq.
    
  •             Fix long range check in GenericTypeValidator.formatLong ([#387](https://github.com/apache/commons-validator/issues/387)). Thanks to Gary Gregory, sahvx655-wq.
    
  •             Fix BigIntegerValidator minValue(), maxValue(), and processParsedValue() for out of Long range values ([#397](https://github.com/apache/commons-validator/issues/397)). Thanks to Gary Gregory, sahvx655-wq.
    
  •             Add missing tests for ValidatorUtils.replace and ValidatorUtils.copyMap ([#396](https://github.com/apache/commons-validator/issues/396)). Thanks to Mauricio Bento, Gary Gregory.
    
  •             Fix RegexValidator.validate() returning null for a valid match ([#395](https://github.com/apache/commons-validator/issues/395)). Thanks to sahvx655-wq, Gary Gregory.
    
  •             Compare CAS and EC check digit against validated code, not raw input ([#398](https://github.com/apache/commons-validator/issues/398)). Thanks to sahvx655-wq, Gary Gregory.
    
  •             Prevent URL path traversal bypass via percent encoding in UrlValidator ([#383](https://github.com/apache/commons-validator/issues/383)). Thanks to sahvx655-wq.
    

... (truncated)

Commits
  • eaee281 Prepare for the release candidate 1.11.0 RC1
  • 1a0292a Prepare for the next release candidate
  • 519c3ba Precompile Pattern in ISSNValidator.convertToEAN13(String, String).
  • e07dfa6 Bump actions/checkout from 7.0.0 to 7.0.1
  • 5a28bc4 Reject nameprep-stripped code points in unicodeToASCII (#429).
  • b41a464 Merge pull request #429 from sahvx655-wq/domain-reject-nameprep-stripped
  • b608cb5 cover zero-width non-joiner in testIDNFormatCodePoints
  • 21722b1 reject nameprep-stripped code points in unicodeToASCII
  • 8cd7a4f Require the IPv6: tag for bracketed IPv6 email literals (#428).
  • aeacecf Merge pull request #428 from sahvx655-wq/email-ipv6-literal-tag
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [commons-validator:commons-validator](https://github.com/apache/commons-validator) from 1.10.1 to 1.11.0.
- [Changelog](https://github.com/apache/commons-validator/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-validator@rel/commons-validator-1.10.1...rel/commons-validator-1.11.0)

---
updated-dependencies:
- dependency-name: commons-validator:commons-validator
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • parent

POM dependency changes: targeted tests included

Changed properties: commons-validator-version

Modules affected by dependency changes (1)
  • :camel-splunk-hec

🔬 Scalpel shadow comparison — Scalpel: 9 tested, 29 compile-only — current: 0 all tested

Maveniverse Scalpel detected 38 affected modules (current approach: 0).

⚠️ Modules only in Scalpel (38)
  • apache-camel
  • camel-allcomponents
  • camel-catalog
  • camel-catalog-console
  • camel-catalog-lucene
  • camel-catalog-maven
  • camel-catalog-suggest
  • camel-componentdsl
  • camel-csimple-maven-plugin
  • camel-endpointdsl
  • camel-endpointdsl-support
  • camel-itest
  • camel-jbang-core
  • camel-jbang-it
  • camel-jbang-main
  • camel-jbang-mcp
  • camel-jbang-plugin-edit
  • camel-jbang-plugin-generate
  • camel-jbang-plugin-kubernetes
  • camel-jbang-plugin-mcp
  • camel-jbang-plugin-route-parser
  • camel-jbang-plugin-test
  • camel-jbang-plugin-tui
  • camel-jbang-plugin-validate
  • camel-kamelet-main
  • camel-launcher
  • camel-launcher-container
  • camel-report-maven-plugin
  • camel-route-parser
  • camel-splunk-hec
  • camel-yaml-dsl
  • camel-yaml-dsl-deserializers
  • camel-yaml-dsl-maven-plugin
  • camel-yaml-dsl-validator
  • camel-yaml-dsl-validator-maven-plugin
  • coverage
  • docs
  • dummy-component

Changed properties: commons-validator-version

Skip-tests mode would test 9 modules (1 direct + 8 downstream), skip tests for 29 (generated code, meta-modules)

Modules Scalpel would test (9)
  • camel-jbang-mcp
  • camel-jbang-plugin-mcp
  • camel-jbang-plugin-route-parser
  • camel-jbang-plugin-tui
  • camel-jbang-plugin-validate
  • camel-launcher-container
  • camel-splunk-hec
  • camel-yaml-dsl-validator
  • camel-yaml-dsl-validator-maven-plugin
Modules with tests skipped (29)
  • apache-camel
  • camel-allcomponents
  • camel-catalog
  • camel-catalog-console
  • camel-catalog-lucene
  • camel-catalog-maven
  • camel-catalog-suggest
  • camel-componentdsl
  • camel-csimple-maven-plugin
  • camel-endpointdsl
  • camel-endpointdsl-support
  • camel-itest
  • camel-jbang-core
  • camel-jbang-it
  • camel-jbang-main
  • camel-jbang-plugin-edit
  • camel-jbang-plugin-generate
  • camel-jbang-plugin-kubernetes
  • camel-jbang-plugin-test
  • camel-kamelet-main
  • camel-launcher
  • camel-report-maven-plugin
  • camel-route-parser
  • camel-yaml-dsl
  • camel-yaml-dsl-deserializers
  • camel-yaml-dsl-maven-plugin
  • coverage
  • docs
  • dummy-component

ℹ️ Shadow mode — Scalpel observes but does not affect test execution. Learn more

All tested modules (39 modules)
  • Camel :: All Components Sync point
  • Camel :: Assembly
  • Camel :: Catalog :: CSimple Maven Plugin (deprecated)
  • Camel :: Catalog :: Camel Catalog
  • Camel :: Catalog :: Camel Report Maven Plugin
  • Camel :: Catalog :: Camel Route Parser
  • Camel :: Catalog :: Console
  • Camel :: Catalog :: Dummy Component
  • Camel :: Catalog :: Lucene (deprecated)
  • Camel :: Catalog :: Maven
  • Camel :: Catalog :: Suggest
  • Camel :: Component DSL
  • Camel :: Coverage
  • Camel :: Docs
  • Camel :: Endpoint DSL
  • Camel :: Endpoint DSL :: Support
  • Camel :: Integration Tests
  • Camel :: JBang :: Core
  • Camel :: JBang :: Integration tests
  • Camel :: JBang :: MCP
  • Camel :: JBang :: Main
  • Camel :: JBang :: Plugin :: Edit
  • Camel :: JBang :: Plugin :: Generate
  • Camel :: JBang :: Plugin :: Kubernetes
  • Camel :: JBang :: Plugin :: MCP
  • Camel :: JBang :: Plugin :: Route Parser
  • Camel :: JBang :: Plugin :: TUI
  • Camel :: JBang :: Plugin :: Testing
  • Camel :: JBang :: Plugin :: Validate
  • Camel :: Kamelet Main
  • Camel :: Launcher
  • Camel :: Launcher :: Container
  • Camel :: Parent
  • Camel :: Splunk HEC
  • Camel :: YAML DSL
  • Camel :: YAML DSL :: Deserializers
  • Camel :: YAML DSL :: Maven Plugins
  • Camel :: YAML DSL :: Validator
  • Camel :: YAML DSL :: Validator Maven Plugin

⚙️ View full build and test results

@davsclaus
davsclaus merged commit ea54e32 into main Aug 3, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/commons-validator-commons-validator-1.11.0 branch August 3, 2026 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant