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
commit 339b52501983569196a185f25ad327f36031cd99 Merge: dff72662 007766c3 Author: Gary Gregory <[email protected]> AuthorDate: Sat Jul 4 14:49:07 2026 -0400 Merge pull request #416 from sahvx655-wq/integer-range-exact-bound Compare exact bound in AbstractNumberValidator range checks .../routines/AbstractNumberValidator.java | 16 +++++++++++++-- .../validator/routines/ByteValidatorTest.java | 17 +++++++++++++++ .../validator/routines/CurrencyValidatorTest.java | 18 ++++++++++++++++ .../validator/routines/FloatValidatorTest.java | 18 ++++++++++++++++ .../validator/routines/IntegerValidatorTest.java | 17 +++++++++++++++ .../validator/routines/LongValidatorTest.java | 24 ++++++++++++++++++++++ .../validator/routines/PercentValidatorTest.java | 18 ++++++++++++++++ .../validator/routines/ShortValidatorTest.java | 17 +++++++++++++++ 8 files changed, 143 insertions(+), 2 deletions(-)
