This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
from 61e58cff Clarify URL decoding in UrlValidator [skip ci]
add ddc6cab3 Compare exact values in BigInteger and BigDecimal Number
range checks
new c5782281 Merge pull request #404 from
garydgregory/fix/BigInteger_and_BigDecimal_Number_range_checks
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)