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 82022a49 Fix trailing comma
add 984366bd parse to BigDecimal so BigInteger and BigDecimal keep exact
values
new 66c0d2e5 Merge pull request #406 from
sahvx655-wq/bigdecimal-biginteger-exact-parse
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 | 23 +++++++++++++++++++++
.../validator/routines/BigIntegerValidator.java | 24 ++++++++++++++++++++++
.../routines/BigDecimalValidatorTest.java | 17 ++++++++++++++-
.../routines/BigIntegerValidatorTest.java | 15 ++++++++++++++
4 files changed, 78 insertions(+), 1 deletion(-)