1. 3490e39 Bump actions/setup-java from 5.4.0 to 5.5.0 by Gary Gregory · 2 days ago master
  2. ef15af2 Reject control characters in EmailValidator local part (#422). by Gary Gregory · 3 days ago
  3. e0015ac Merge pull request #422 from sahvx655-wq/email-reject-control-chars by Gary Gregory · 3 days ago
  4. 7a9f39d reject control characters in EmailValidator local part by Sahana Bogar · 3 days ago
  5. d2562c6 Allow userinfo before a bracketed IPv6 host in isValidAuthority (#421). by Gary Gregory · 4 days ago
  6. b469ff3 Merge pull request #421 from sahvx655-wq/url-ipv6-userinfo by Gary Gregory · 4 days ago
  7. 1114972 Reject format code points in DomainValidator.unicodeToASCII (#420). by Gary Gregory · 4 days ago
  8. b27511b Merge pull request #420 from sahvx655-wq/domain-reject-format-code-points by Gary Gregory · 4 days ago
  9. 2075934 allow userinfo before a bracketed IPv6 host in isValidAuthority by Sahana Bogar · 4 days ago
  10. 23a29e9 reject format code points in DomainValidator.unicodeToASCII by Sahana Bogar · 4 days ago
  11. 4098f0c Javadoc by Gary Gregory · 5 days ago
  12. c2448fd Javadoc by Gary Gregory · 5 days ago
  13. 2d8a90b Javadoc by Gary Gregory · 5 days ago
  14. 39e57f6 Import once instead of using FQCN over and over. by Gary Gregory · 5 days ago
  15. 774b017 Sort members by Gary Gregory · 5 days ago
  16. 01ee820 Javadoc by Gary Gregory · 5 days ago
  17. 33a415e Avoid BigDecimal roundtrips when you can in by Gary Gregory · 5 days ago
  18. dad61af Avoid String roundtrips when you can in by Gary Gregory · 5 days ago
  19. ee11326 Handle Float operand in AbstractNumberValidator.toBigDecimal (#419). by Gary Gregory · 5 days ago
  20. 65a8fd4 Merge pull request #419 from sahvx655-wq/tobigdecimal-float-operand by Gary Gregory · 5 days ago
  21. 7fe8b61 Merge if statements by Gary Gregory · 5 days ago
  22. 5c228cc Merge if statements by Gary Gregory · 5 days ago
  23. bc2f6a4 Use vararg by Gary Gregory · 5 days ago
  24. f9ea534 Fix typo in changes.xml. by Gary Gregory · 5 days ago
  25. e600cdd Sort members by Gary Gregory · 5 days ago
  26. 942c714 Reject fractional exponent input in BigIntegerValidator (#418). by Gary Gregory · 5 days ago
  27. 0432152 Merge pull request #418 from sahvx655-wq/bigint-reject-fractional-exponent by Gary Gregory · 5 days ago
  28. 61b5f35 add negative-bound and non-finite Float cases to the range tests by Sahana Bogar · 5 days ago
  29. d01e174 Reject fractional scientific notation in ShortValidator (#417). by Gary Gregory · 5 days ago
  30. 4f0ad7e Merge pull request #417 from sahvx655-wq/short-reject-fractional by Gary Gregory · 5 days ago
  31. 8a273a8 Bump github/codeql-action from 4.36.3 to 4.37.0 by Gary Gregory · 6 days ago
  32. 55dad58 Bump github/codeql-action from 4.36.2 to 4.36.3 by Gary Gregory · 7 days ago
  33. 6001d18 handle Float operand in AbstractNumberValidator.toBigDecimal by Sahana Bogar · 8 days ago
  34. da39288 reject fractional exponent input in BigIntegerValidator by Sahana Bogar · 9 days ago
  35. 4ceb3ab reject fractional scientific notation in ShortValidator by Sahana Bogar · 10 days ago
  36. 1705c4e Normalize spelling by Gary Gregory · 11 days ago
  37. bb75ad5 Normalize spelling by Gary Gregory · 11 days ago
  38. e095d69 Compare exact bound in AbstractNumberValidator range checks (#416). by Gary Gregory · 11 days ago
  39. 1d544ac Sort members by Gary Gregory · 11 days ago
  40. 339b525 Merge pull request #416 from sahvx655-wq/integer-range-exact-bound by Gary Gregory · 11 days ago
  41. 007766c Cover remaining AbstractNumberValidator subclasses with exact-bound tests by Sahana Bogar · 12 days ago
  42. dff7266 Reject vowels in SedolCheckDigit (#415). by Gary Gregory · 12 days ago
  43. 823fae3 Merge pull request #415 from sahvx655-wq/sedol-reject-vowels by Gary Gregory · 12 days ago
  44. 46149f5 compare exact bound in AbstractNumberValidator range checks by Sahana Bogar · 12 days ago
  45. 82f1fc4 Parameterize SEDOL vowel test with per-vowel fixtures by Sahana Bogar · 12 days ago
  46. d851ec9 reject vowels in SedolCheckDigit by Sahana Bogar · 13 days ago
  47. f5ce8cd Fix swapped constant maps in Form.process for extended forms (#413). by Gary Gregory · 13 days ago
  48. 0e4d0cd Sort members by Gary Gregory · 13 days ago
  49. 96e3e00 Merge pull request #413 from sahvx655-wq/form-extends-constant-order by Gary Gregory · 13 days ago
  50. 2b8b85b Fix typo in action description. by Gary Gregory · 13 days ago
  51. 7d49f81 Handle non-finite bounds in BigIntegerValidator range checks (#414). by Gary Gregory · 13 days ago
  52. a53c23f Merge pull request #414 from sahvx655-wq/bigint-nonfinite-bound by Gary Gregory · 13 days ago
  53. 6891409 Test non-finite values against each other in range checks by Sahana Bogar · 13 days ago
  54. b78a089 Refactor BigIntegerValidatorTest for cleaner formatting by Gary Gregory · 14 days ago
  55. e066bd8 Compare exact values in DoubleValidator range checks (#410). by Gary Gregory · 14 days ago
  56. 23273bb Merge pull request #410 from sahvx655-wq/double-float-exact-bound by Gary Gregory · 14 days ago
  57. 84ab5c3 Javadoc by Gary Gregory · 14 days ago
  58. 88399fc Compare exact values in DoubleValidator range checks by Sahana Bogar · 3 weeks ago
  59. a3b04cb handle non-finite bounds in BigIntegerValidator range checks by Sahana Bogar · 2 weeks ago
  60. 2deb0a9 Bump actions/setup-java from 5.3.0 to 5.4.0 by Gary Gregory · 2 weeks ago
  61. 6a75489 Bump actions/cache from 6.0.0 to 6.1.0 by Gary Gregory · 2 weeks ago
  62. ec80353 Merge branch 'master' of https://github.com/apache/commons-validator.git by Gary Gregory · 3 weeks ago
  63. 9f47c9c Pull up compareTo(Number, Number) from BigDecimalValidator to by Gary Gregory · 3 weeks ago
  64. 0285587 Fix calculation of week_of_year and week_of_month to allow for dates that span a year gap (#408) by Sebb · 3 weeks ago
  65. 7f1bae0 compare week-year not calendar year in compareWeeks (#408) by sahvx655-wq · 3 weeks ago
  66. 9b6e25b Merge branch 'master' of https://github.com/apache/commons-validator.git by Gary Gregory · 3 weeks ago
  67. da69afc Bump actions/cache from 5.0.5 to 6.0.0. by Gary Gregory · 3 weeks ago
  68. 6cddb3c fix swapped constant maps when processing an extended form by Sahana Bogar · 3 weeks ago
  69. f466705 Add latest fix by Sebb · 3 weeks ago
  70. 0eef078 range-check the port for IPv6 hosts in isValidAuthority (#412) by sahvx655-wq · 3 weeks ago
  71. 031d2dd Merge branch 'master' of https://github.com/apache/commons-validator.git by Gary Gregory · 3 weeks ago
  72. a355364 Pull up BigDecimalValidator .isFinite(Number) to AbstractNumberValidator by Gary Gregory · 3 weeks ago
  73. 1cfcfc9 Fix deprecations in test classes by Sebb · 3 weeks ago
  74. 3032e81 DomainValidatorTest: reflection no longer needed to access arrays by Sebb · 3 weeks ago
  75. f6845ee Docn: quick build classes [skip ci] by Sebb · 3 weeks ago
  76. ff3eadb Update TLDs by Sebb · 3 weeks ago
  77. a82f8f1 Fix broken build (Checkstyle) by Gary Gregory · 3 weeks ago
  78. 1bbf0da classify xn--90ae (бг) as a country-code TLD (#409) by sahvx655-wq · 3 weeks ago
  79. b69d9e5 Check that cc tlds are present and in correct list by Sebb · 3 weeks ago
  80. 717fb24 Revert change that causes warning by Sebb · 3 weeks ago
  81. d5cf1a3 Internal refactoring by Gary Gregory · 3 weeks ago
  82. 029358d Use final by Gary Gregory · 3 weeks ago
  83. 412c24f Sort members by Gary Gregory · 3 weeks ago
  84. b21a7e1 Preserve fractional bound in BigIntegerValidator range checks (#407). by Gary Gregory · 3 weeks ago
  85. 0996a3e Merge pull request #407 from sahvx655-wq/bigint-fractional-bound by Gary Gregory · 3 weeks ago
  86. 3b48460 Use BigDecimal.valueOf(double) for Double bound conversion by sahvx655-wq · 3 weeks ago
  87. 9872779 Bump actions/setup-java from 5.2.0 to 5.3.0 by Gary Gregory · 3 weeks ago
  88. 4e75563 preserve fractional bound in BigIntegerValidator range checks by sahvx655-wq · 3 weeks ago
  89. 9813be3 Revert "Remove workaround for SB FP." by Gary Gregory · 4 weeks ago
  90. 17e2e40 Remove workaround for SB FP. by Gary Gregory · 4 weeks ago
  91. 1b4e82c Preserve exact value in BigDecimal and BigInteger validate (#406). by Gary Gregory · 4 weeks ago
  92. 66c0d2e Merge pull request #406 from sahvx655-wq/bigdecimal-biginteger-exact-parse by Gary Gregory · 4 weeks ago
  93. 984366b parse to BigDecimal so BigInteger and BigDecimal keep exact values by sahvx655-wq · 4 weeks ago
  94. 82022a4 Fix trailing comma by Gary Gregory · 4 weeks ago
  95. 6e155cd Accept IPv4-embedded IPv6 addresses in UrlValidator (#405). by Gary Gregory · 4 weeks ago
  96. 115d0cd Merge pull request #405 from sahvx655-wq/url-ipv6-embedded-ipv4 by Gary Gregory · 4 weeks ago
  97. b5f6cba More test fixtures by Gary Gregory · 4 weeks ago
  98. e6a7513 Add UrlValidatorTest.testIpv6SizesInvalid() by Gary Gregory · 4 weeks ago
  99. 6fc35e5 accept IPv4-embedded IPv6 addresses in UrlValidator by sahvx655-wq · 4 weeks ago
  100. 91ef715 Javadoc by Gary Gregory · 4 weeks ago