sman-81 commented on PR #276: URL: https://github.com/apache/commons-csv/pull/276#issuecomment-1286917896
Updated title of this PR to reflect the changed scope (all de/serialization logic is removed) The PR offers the following fixes: - CSVFormat.duplicateHeaderMode requires default DISALLOW for backward compatibility - The field does not allow null values - All de/serialization logic previously contained in this PR removed, commons-csv will effectively abandon serialization support - Fix a bug in setNullString where member quotedNullString was inconsistently written (missing write in setQuote) - Fix default of duplicateHeaderMode when set from boolean -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
