1. 9c19a2f Bump actions/setup-java from 5.7.0 to 6.0.0. by Gary Gregory · 30 hours ago master
  2. f86d5d0 Bump github/codeql-action/init from 4.37.7 to 4.37.8 by Gary Gregory · 3 days ago
  3. d9b9f06 Bump org.apache.commons:commons-parent from 103 to 104. by Gary Gregory · 6 days ago
  4. f815e39 Bump codeql-action from 4.37.6 to 4.37.7 by Gary Gregory · 10 days ago
  5. ce961c4 Validate CSVFormat invariants when deserializing (#632). by Gary Gregory · 2 weeks ago
  6. d33ae83 Merge pull request #632 from rootvector2/csvformat-readobject-validate by Gary Gregory · 2 weeks ago
  7. be3b160 validate CSVFormat invariants when deserializing by Naveed Khan · 2 weeks ago
  8. e6614b4 Merge pull request #630 from rootvector2/close-input-on-header-failure by Gary Gregory · 3 weeks ago
  9. 3e74b59 make the parse(Path) failure test observe the stream close by Naveed Khan · 3 weeks ago
  10. 16b9eee Fix quadratic CSVFormat.printWithEscapes(Reader) delimiter look-ahead (#631). by Gary Gregory · 3 weeks ago
  11. 0c02827 Merge pull request #631 from rootvector2/printwithescapes-reader-linear by Gary Gregory · 3 weeks ago
  12. 9a33a61 fix quadratic printWithEscapes(Reader) delimiter look-ahead by Naveed Khan · 3 weeks ago
  13. dbdf96b Javadoc by Gary Gregory · 3 weeks ago
  14. f1bf8cd Close the stream parse(Path) and parse(URL) open on construction failure (#630). by Gary Gregory · 3 weeks ago
  15. 98c3365 Bump actions/setup-java from 5.6.0 to 5.7.0 by Gary Gregory · 3 weeks ago
  16. 3842043 Bump github/codeql-action from 4.37.3 to 4.37.6. by Gary Gregory · 3 weeks ago
  17. 6731238 Javadoc by Gary Gregory · 4 weeks ago
  18. 8c4cad3 Add tests CSVParserTest.testTryWithResourcesParse* by Gary Gregory · 4 weeks ago
  19. 7b9c5c0 Javadoc by Gary Gregory · 4 weeks ago
  20. 174ae0c Bump commons-codec:commons-codec from 1.22.0 to 1.22.1. by Gary Gregory · 4 weeks ago
  21. 215e881 Quote null value that starts a record in minimal quote mode (#629). by Gary Gregory · 4 weeks ago
  22. d74cd0e Sort members by Gary Gregory · 4 weeks ago
  23. d83c1b8 Merge pull request #629 from rootvector2/quote-null-starting-record by Gary Gregory · 4 weeks ago
  24. c6b4333 Bump ossf/scorecard-action from 2.4.3 to 2.4.4. by Gary Gregory · 4 weeks ago
  25. 2a5991b Bump GH CI actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 4 weeks ago
  26. 4026d3a pin ALL null encoding in test and drop magic size number by Naveed Khan · 4 weeks ago
  27. 85556c0 Bump github/codeql-action from 4.37.1 to 4.37.3 by Gary Gregory · 4 weeks ago
  28. 1022094 quote null value that starts a record in minimal quote mode by Naveed Khan · 5 weeks ago
  29. 85345a3 Bump actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 5 weeks ago
  30. 78785a9 Javadoc by Gary Gregory · 5 weeks ago
  31. f1d8966 Javadoc by Gary Gregory · 5 weeks ago
  32. 57dee99 Javadoc by Gary Gregory · 5 weeks ago
  33. 2e7afc0 Deference parser variable once. by Gary Gregory · 5 weeks ago
  34. dfbf6f8 Handle null name in CSVRecord accessors under ignoreHeaderCase (#628). by Gary Gregory · 5 weeks ago
  35. dcb6950 Handle null name in CSVRecord accessors under ignoreHeaderCase (#628). by Gary Gregory · 5 weeks ago
  36. 6f3b97a Merge pull request #628 from rootvector2/null-name-ignore-header-case by Gary Gregory · 5 weeks ago
  37. 68f17d8 handle null name in CSVRecord accessors under ignoreHeaderCase by Naveed Khan · 5 weeks ago
  38. 4b9e7de Bump org.apache.commons:commons-parent from 102 to 103. by Gary Gregory · 5 weeks ago
  39. c4ac331 Fill the lookahead buffer on short reads from a chunked source (#625). by Gary Gregory · 5 weeks ago
  40. 515899a Merge pull request #625 from saleemno1/chunked-reader-lookahead by Gary Gregory · 5 weeks ago
  41. 02acbed Bump github/codeql-action from 4.37.0 to 4.37.1 by Gary Gregory · 5 weeks ago
  42. 3b6d994 Bump actions/setup-java from 5.5.0 to 5.6.0 by Gary Gregory · 5 weeks ago
  43. b970582 Count rows produced instead of getRow() in printRecords(ResultSet) (#627). by Gary Gregory · 5 weeks ago
  44. 2102200 Merge pull request #627 from rootvector2/resultset-maxrows-produced by Gary Gregory · 5 weeks ago
  45. baa697f Extract the chunked test reader into a shared ChunkedReader based on StringReader by Saleem Malik · 5 weeks ago
  46. 09e27ff count rows produced instead of getRow() in printRecords(ResultSet) by Naveed Khan · 6 weeks ago
  47. 8978489 fill the lookahead buffer on short reads from a chunked source by saleem · 6 weeks ago
  48. 8379c94 Sort members. by Gary Gregory · 6 weeks ago
  49. 18e1076 Fix SpotBugs 4.10.3 USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print by Gary Gregory · 6 weeks ago
  50. 2a57f41 Merge pull request #624 from rootvector2/csvformat-print-writelock by Gary Gregory · 6 weeks ago
  51. 1a8403d synchronize private CSVFormat print overload on writeLock by Naveed Khan · 6 weeks ago
  52. 3634534 Add CSVParserTest.testGetBytePositionMultiCharacterDelimiterWithSupplementaryChar() by Gary Gregory · 6 weeks ago
  53. badd7fd Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print methods. by Gary Gregory · 6 weeks ago
  54. 80d6887 Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print methods. by Gary Gregory · 6 weeks ago
  55. a666cc1 Skip trailing delimiter on comment lines in printComment (#623). by Gary Gregory · 6 weeks ago
  56. 269213d Merge pull request #623 from rootvector2/comment-trailing-delimiter by Gary Gregory · 6 weeks ago
  57. ab3d723 skip trailing delimiter on comment lines in printComment by Naveed Khan · 6 weeks ago
  58. 1fab7ca Bump actions/setup-java from 5.4.0 to 5.5.0 by Gary Gregory · 7 weeks ago
  59. 2c294f3 Exclude byte-order mark from ExtendedBufferedReader byte counting (#622). by Gary Gregory · 7 weeks ago
  60. f1a35e7 Merge pull request #622 from rootvector2/bom-byte-count by Gary Gregory · 7 weeks ago
  61. f53d047 exclude byte-order mark from ExtendedBufferedReader byte counting by Naveed Khan · 7 weeks ago
  62. 3385046 Javadoc by Gary Gregory · 7 weeks ago
  63. 578fd57 Javadoc by Gary Gregory · 7 weeks ago
  64. 8205bb6 Javadoc by Gary Gregory · 7 weeks ago
  65. bfbf176 Quote value with leading or trailing Unicode whitespace (#621). by Gary Gregory · 7 weeks ago
  66. 08d5d61 Merge pull request #621 from rootvector2/quote-unicode-whitespace by Gary Gregory · 7 weeks ago
  67. cab59b2 Pick up Mockito version from Parent POM by Gary Gregory · 7 weeks ago
  68. b9b8b7c Bump github/codeql-action from 4.36.3 to 4.37.0 by Gary Gregory · 7 weeks ago
  69. 883156c Bump github/codeql-action from 4.36.2 to 4.36.3 by Gary Gregory · 7 weeks ago
  70. 6595acc quote value with leading or trailing unicode whitespace by Naveed Khan · 7 weeks ago
  71. cbc710c Flip null test by Gary Gregory · 8 weeks ago
  72. fe6fe22 Quote value ending with multi-character delimiter prefix (#620). by Gary Gregory · 8 weeks ago
  73. 09c3699 Merge branch 'master' of https://github.com/apache/commons-csv.git by Gary Gregory · 8 weeks ago
  74. 0964e90 Quote value ending with multi-character delimiter prefix (#620). by Gary Gregory · 8 weeks ago
  75. 47fec34 Merge pull request #620 from rootvector2/quote-multichar-delimiter-prefix by Gary Gregory · 8 weeks ago
  76. a0a91f1 add supplementary character delimiter round-trip test by Naveed Khan · 8 weeks ago
  77. bbdfad7 quote value ending with multi-character delimiter prefix by Naveed Khan · 8 weeks ago
  78. 4434d93 Bump actions/checkout from 6.0.2 to 7.0.0 by Gary Gregory · 8 weeks ago
  79. f7efa29 Bump actions/setup-java from 5.3.0 to 5.4.0 by Gary Gregory · 8 weeks ago
  80. 6471196 Javadoc by Gary Gregory · 8 weeks ago
  81. 930bc79 Bump actions/cache from 6.0.0 to 6.1.0 by Gary Gregory · 9 weeks ago
  82. b346046 Bump actions/cache from 5.0.5 to 6.0.0. by Gary Gregory · 9 weeks ago
  83. 26a5375 Add test more assertions to by Gary Gregory · 9 weeks ago
  84. e36e7f3 Sort members by Gary Gregory · 9 weeks ago
  85. c4113ce Evaluate isDelimiter once in nextToken whitespace skip (#618). by Gary Gregory · 9 weeks ago
  86. 85d26fc Merge pull request #618 from rootvector2/delimiter-double-consume by Gary Gregory · 9 weeks ago
  87. c9362f7 add public-api test for whitespace-prefixed multi-char delimiter by Naveed Khan · 9 weeks ago
  88. afbf34a evaluate isDelimiter once in nextToken whitespace skip by Naveed Khan · 9 weeks ago
  89. e729d17 Keep quoted empty trailing field with trailingDelimiter (#616). by Gary Gregory · 10 weeks ago
  90. 1dd04be Merge pull request #616 from rootvector2/trailing-delimiter-quoted-empty by Gary Gregory · 10 weeks ago
  91. fc4c0e3 document trailing delimiter parse behavior and contrast with trailing data by rootvector2 · 10 weeks ago
  92. 53360c4 Bump actions/setup-java from 5.2.0 to 5.3.0 by Gary Gregory · 10 weeks ago
  93. 609a228 keep quoted empty trailing field with trailingDelimiter by rootvector2 · 10 weeks ago
  94. 0633c98 Skip byte counting at EOF in ExtendedBufferedReader.read (#615). by Gary Gregory · 10 weeks ago
  95. 5f60ca5 Merge pull request #615 from rootvector2/eof-byte-count-guard by Gary Gregory · 10 weeks ago
  96. 274b4ce skip byte counting at EOF in ExtendedBufferedReader.read by rootvector2 · 10 weeks ago
  97. b112daa Escape leading comment marker in printWithEscapes (#614). by Gary Gregory · 2 months ago
  98. f0a2acd Merge pull request #614 from rootvector2/escape-comment-marker-first-char by Gary Gregory · 2 months ago
  99. 61aa055 escape leading comment marker in printWithEscapes by rootvector2 · 2 months ago
  100. caa1c8d Revert "Refactor delimiter in test" by Gary Gregory · 2 months ago