1. ea26afd Bump github/codeql-action/analyze from 4.37.8 to 4.37.9. by Gary Gregory · 2 days ago master
  2. 5e48178 Reject invalid ISBN-10 in convertToISBN1 (#434). by Gary Gregory · 4 days ago
  3. 99ac926 Merge pull request #434 from sahvx655-wq/isbn-convert-validate by Gary Gregory · 4 days ago
  4. 8c3a826 reject invalid ISBN-10 in convertToISBN13 by Sahana Bogar · 2 weeks ago
  5. 5533108 Bump actions/setup-java from 5.7.0 to 6.0.0. by Gary Gregory · 5 days ago
  6. 4aea5c6 Checkstyle by Gary Gregory · 5 days ago
  7. 989111b Javadoc by Gary Gregory · 5 days ago
  8. 48498d7 Formatting for test fixture by Gary Gregory · 5 days ago
  9. 542a82a Sort members by Gary Gregory · 5 days ago
  10. 6dcedc1 Add Java 28-ea as an experimental build. by Gary Gregory · 5 days ago
  11. edf3a78 UrlValidator compare the file scheme case-insensitively in isValid (#433). by Gary Gregory · 5 days ago
  12. e9903ef Merge pull request #433 from sahvx655-wq/url-file-scheme-case by Gary Gregory · 5 days ago
  13. f417c9f Reject under-length codes in SedolCheckDigit (#435). by Gary Gregory · 6 days ago
  14. 1f1b6a2 Merge pull request #435 from sahvx655-wq/sedol-under-length by Gary Gregory · 6 days ago
  15. ee60a09 reject under-length codes in SedolCheckDigit by Sahana Bogar · 6 days ago
  16. 5308f23 Bump github/codeql-action/init from 4.37.7 to 4.37.8 by Gary Gregory · 7 days ago
  17. 6d45d58 Bump org.apache.commons:commons-parent from 103 to 104. by Gary Gregory · 11 days ago
  18. 7fbb642 Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in DomainValidator. by Gary Gregory · 11 days ago
  19. 655ba0c Bump codeql-action from 4.37.6 to 4.37.7 by Gary Gregory · 2 weeks ago
  20. ee5cf09 compare the file scheme case-insensitively in isValid by Sahana Bogar · 3 weeks ago
  21. 4dc4250 Bump actions/setup-java from 5.6.0 to 5.7.0 by Gary Gregory · 4 weeks ago
  22. f3581af Bump github/codeql-action from 4.37.3 to 4.37.6. by Gary Gregory · 4 weeks ago
  23. 5de4527 Validate path, query and fragment for authority-less file URLs (#432). by Gary Gregory · 4 weeks ago
  24. 133ebc5 Merge pull request #432 from sahvx655-wq/file-scheme-path-check by Gary Gregory · 4 weeks ago
  25. cb06005 validate path, query and fragment for authority-less file URLs by Sahana Bogar · 4 weeks ago
  26. 6fd7cd6 Javadoc by Gary Gregory · 4 weeks ago
  27. 404b525 Count unpaired carriage returns in adjustForLineEnding (#431). by Gary Gregory · 5 weeks ago
  28. a2ade8a Sort members by Gary Gregory · 5 weeks ago
  29. 721ae11 Merge pull request #431 from sahvx655-wq/line-end-unpaired-cr by Gary Gregory · 5 weeks ago
  30. 2f09ba7 Refactor testLengthUnpairedCarriageReturn method by Gary Gregory · 5 weeks ago
  31. 2cbb7f8 Drop the symbol separator in the currency and percent re-parse (#430). by Gary Gregory · 5 weeks ago
  32. b4b6d0c Merge pull request #430 from sahvx655-wq/currency-percent-symbol-separator by Gary Gregory · 5 weeks ago
  33. 373d90b expect the trimmed plain-space separator in the suffix-symbol locale tests by Sahana Bogar · 5 weeks ago
  34. 0b9d5dc Updates for the next release by Gary Gregory · 5 weeks ago
  35. 3ba800e Updates for the next release by Gary Gregory · 5 weeks ago
  36. fc11ea9 Merge branch 'release' by Gary Gregory · 5 weeks ago
  37. cfcd7fa Bump to next development version by Gary Gregory · 5 weeks ago release
  38. d7962c8 count unpaired carriage returns in adjustForLineEnding by Sahana Bogar · 5 weeks ago
  39. 9f42811 test the suffix-symbol pattern against every available locale by Sahana Bogar · 5 weeks ago
  40. 619bfff Bump ossf/scorecard-action from 2.4.3 to 2.4.4. by Gary Gregory · 5 weeks ago
  41. 161e188 test suffix-symbol locales against the JVM locale data and share the pattern strip by Sahana Bogar · 5 weeks ago
  42. ccbf2c9 Bump github/codeql-action from 4.37.1 to 4.37.3 by Gary Gregory · 5 weeks ago
  43. 201973a drop the symbol separator in the currency and percent re-parse by Sahana Bogar · 5 weeks ago
  44. eaee281 Prepare for the release candidate 1.11.0 RC1 by Gary Gregory · 5 weeks ago commons-validator-1.11.0-RC1 rel/commons-validator-1.11.0
  45. 1a0292a Prepare for the next release candidate by Gary Gregory · 5 weeks ago
  46. 519c3ba Precompile Pattern in ISSNValidator.convertToEAN13(String, String). by Gary Gregory · 5 weeks ago
  47. e07dfa6 Bump actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 6 weeks ago
  48. 5a28bc4 Reject nameprep-stripped code points in unicodeToASCII (#429). by Gary Gregory · 6 weeks ago
  49. b41a464 Merge pull request #429 from sahvx655-wq/domain-reject-nameprep-stripped by Gary Gregory · 6 weeks ago
  50. b608cb5 cover zero-width non-joiner in testIDNFormatCodePoints by Sahana Bogar · 6 weeks ago
  51. 21722b1 reject nameprep-stripped code points in unicodeToASCII by Sahana Bogar · 6 weeks ago
  52. 8cd7a4f Require the IPv6: tag for bracketed IPv6 email literals (#428). by Gary Gregory · 6 weeks ago
  53. aeacecf Merge pull request #428 from sahvx655-wq/email-ipv6-literal-tag by Gary Gregory · 6 weeks ago
  54. 01c4d5d Bump org.apache.commons:commons-parent from 102 to 103. by Gary Gregory · 6 weeks ago
  55. d0e24e9 Convert inline comment to Javadoc by Gary Gregory · 6 weeks ago
  56. 29558d4 match the IPv6: tag in IP_DOMAIN_REGEX instead of string matching by Sahana Bogar · 6 weeks ago
  57. 51fc16d Bump github/codeql-action from 4.37.0 to 4.37.1 by Gary Gregory · 6 weeks ago
  58. 339edc4 require the IPv6: tag for bracketed IPv6 email literals by Sahana Bogar · 6 weeks ago
  59. 9b34c95 Bump actions/setup-java from 5.5.0 to 5.6.0 by Gary Gregory · 6 weeks ago
  60. 67b6216 Internal refactoring by Gary Gregory · 6 weeks ago
  61. 961e6b1 Sort members by Gary Gregory · 6 weeks ago
  62. c07cb7d Reject over-length codes in ABA, CUSIP, ISBN-10 and EAN-13 check digits (#427). by Gary Gregory · 6 weeks ago
  63. 0632d5e Merge pull request #427 from sahvx655-wq/checkdigit-reject-over-length by Gary Gregory · 6 weeks ago
  64. a454ce8 reject over-length codes in ABA, CUSIP, ISBN-10 and EAN-13 check digits by Sahana Bogar · 6 weeks ago
  65. 8b42ad5 Reject fractional input in GenericTypeValidator integer helpers (#423). by Gary Gregory · 6 weeks ago
  66. 813e1cc Merge pull request #423 from sahvx655-wq/generictype-integer-fractional by Gary Gregory · 6 weeks ago
  67. d8fe141 Split fractional-input test into one method per API by Sahana Bogar · 7 weeks ago
  68. 5b727e4 Reject over-length codes in ISSNCheckDigit (#426). by Gary Gregory · 7 weeks ago
  69. 57fbed0 Merge pull request #426 from sahvx655-wq/issn-reject-over-length by Gary Gregory · 7 weeks ago
  70. 1cf22d1 reject over-length codes in ISSNCheckDigit by Sahana Bogar · 7 weeks ago
  71. 8c61255 Reject leading and trailing label hyphens in DomainValidator by Gary Gregory · 7 weeks ago
  72. ee9bf32 Merge pull request #424 from sahvx655-wq/domain-reject-boundary-hyphen by Gary Gregory · 7 weeks ago
  73. f38422b Sort members. by Gary Gregory · 7 weeks ago
  74. d7c8a77 Reject trailing characters in strict date validation (#425). by Gary Gregory · 7 weeks ago
  75. 56cb05a Merge pull request #425 from sahvx655-wq/date-strict-trailing-chars by Gary Gregory · 7 weeks ago
  76. e59a82c reject trailing characters in strict date validation by Sahana Bogar · 7 weeks ago
  77. d17f392 reject leading and trailing label hyphens in unicodeToASCII by Sahana Bogar · 7 weeks ago
  78. 464c6af reject fractional input in integer format helpers by Sahana Bogar · 7 weeks ago
  79. 3490e39 Bump actions/setup-java from 5.4.0 to 5.5.0 by Gary Gregory · 7 weeks ago
  80. ef15af2 Reject control characters in EmailValidator local part (#422). by Gary Gregory · 7 weeks ago
  81. e0015ac Merge pull request #422 from sahvx655-wq/email-reject-control-chars by Gary Gregory · 7 weeks ago
  82. 7a9f39d reject control characters in EmailValidator local part by Sahana Bogar · 7 weeks ago
  83. d2562c6 Allow userinfo before a bracketed IPv6 host in isValidAuthority (#421). by Gary Gregory · 7 weeks ago
  84. b469ff3 Merge pull request #421 from sahvx655-wq/url-ipv6-userinfo by Gary Gregory · 7 weeks ago
  85. 1114972 Reject format code points in DomainValidator.unicodeToASCII (#420). by Gary Gregory · 7 weeks ago
  86. b27511b Merge pull request #420 from sahvx655-wq/domain-reject-format-code-points by Gary Gregory · 7 weeks ago
  87. 2075934 allow userinfo before a bracketed IPv6 host in isValidAuthority by Sahana Bogar · 7 weeks ago
  88. 23a29e9 reject format code points in DomainValidator.unicodeToASCII by Sahana Bogar · 7 weeks ago
  89. 4098f0c Javadoc by Gary Gregory · 7 weeks ago
  90. c2448fd Javadoc by Gary Gregory · 8 weeks ago
  91. 2d8a90b Javadoc by Gary Gregory · 8 weeks ago
  92. 39e57f6 Import once instead of using FQCN over and over. by Gary Gregory · 8 weeks ago
  93. 774b017 Sort members by Gary Gregory · 8 weeks ago
  94. 01ee820 Javadoc by Gary Gregory · 8 weeks ago
  95. 33a415e Avoid BigDecimal roundtrips when you can in by Gary Gregory · 8 weeks ago
  96. dad61af Avoid String roundtrips when you can in by Gary Gregory · 8 weeks ago
  97. ee11326 Handle Float operand in AbstractNumberValidator.toBigDecimal (#419). by Gary Gregory · 8 weeks ago
  98. 65a8fd4 Merge pull request #419 from sahvx655-wq/tobigdecimal-float-operand by Gary Gregory · 8 weeks ago
  99. 7fe8b61 Merge if statements by Gary Gregory · 8 weeks ago
  100. 5c228cc Merge if statements by Gary Gregory · 8 weeks ago