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 30f0e1d6 CSVPrinter.printRecords(ResultSet) knows how to use CSVFormat's maxRows new a557344f Javadoc new b25b2509 CSVPrinter.printRecords(Iterable) knows how to use CSVFormat's maxRows The 2 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/changes/changes.xml | 3 ++- src/main/java/org/apache/commons/csv/CSVFormat.java | 6 ++++++ src/main/java/org/apache/commons/csv/CSVPrinter.java | 6 +++++- .../java/org/apache/commons/csv/CSVParserTest.java | 8 ++++---- .../java/org/apache/commons/csv/CSVPrinterTest.java | 19 ++++++++++--------- src/test/java/org/apache/commons/csv/Utils.java | 5 +++-- 6 files changed, 30 insertions(+), 17 deletions(-)