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-csv.git


    from 02acbed4 Bump github/codeql-action from 4.37.0 to 4.37.1
     add 89784890 fill the lookahead buffer on short reads from a chunked source
     add baa697f2 Extract the chunked test reader into a shared ChunkedReader 
based on StringReader
     new 515899a5 Merge pull request #625 from 
saleemno1/chunked-reader-lookahead

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:
 .../apache/commons/csv/ExtendedBufferedReader.java | 42 +++++++++++++++++++++-
 .../java/org/apache/commons/csv/CSVParserTest.java | 13 +++++++
 .../org/apache/commons/csv/ChunkedReader.java}     | 33 +++++++++--------
 .../commons/csv/ExtendedBufferedReaderTest.java    | 33 +++++++++++++++++
 4 files changed, 103 insertions(+), 18 deletions(-)
 copy src/{main/java/org/apache/commons/csv/DuplicateHeaderMode.java => 
test/java/org/apache/commons/csv/ChunkedReader.java} (59%)

Reply via email to