This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
from f4298246 Merge pull request #354 from
apache/dependabot/github_actions/actions/upload-artifact-3.1.3
new e1f8da16 adding test file
new 72ed67b2 adding more details into the error message during the CSV
parser issues
new 991763f5 removing test file
new 1e8014b2 Merge branch 'apache:master' into CSV-147
new b4abb015 Merge branch 'CSV-147' of
https://github.com/gbidsilva/commons-csv-osc into CSV-147
new f0391ea0 formatting changes
new e60b8aca changing the message
new 156f1f50 Merge branch 'apache:master' into CSV-147
new 9c50c7b4 Aligning error messages to be align with master branch
new ae8c0cd5 removing last parsed content from exception message, instead
making respective method public
new 2448f4fb adding code review typo fixes
new 76ee73d7 fixing code review changes
new 2f44a6b3 removing unwanted assert
new 4b1d09a4 breaking the PR into to two parts by removing the new method
new 76d5a653 fixing imports
new 7273a04a removing unused variable
new 05322761 moving exception handling to the Lexer
new c0759cd9 fixing checkstyle issue
new a33b24c2 Merge pull request #347 from gbidsilva/CSV-147
The 2186 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:
src/main/java/org/apache/commons/csv/Lexer.java | 4 ++--
.../java/org/apache/commons/csv/CSVParserTest.java | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 2 deletions(-)