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 c5782281dee73e3e20538908ae3db5965b769494 Merge: 61e58cff ddc6cab3 Author: Gary Gregory <[email protected]> AuthorDate: Sat Jun 20 08:14:05 2026 -0400 Merge pull request #404 from garydgregory/fix/BigInteger_and_BigDecimal_Number_range_checks Compare exact values in BigInteger and BigDecimal Number range checks .../validator/routines/BigDecimalValidator.java | 72 ++++++- .../validator/routines/BigIntegerValidator.java | 207 ++++++++++++--------- .../routines/BigDecimalValidatorTest.java | 18 ++ .../routines/BigIntegerValidatorTest.java | 19 ++ 4 files changed, 216 insertions(+), 100 deletions(-)
