This is an automated email from the git hooks/post-receive script. New change to branch feature/3798_new_export_API in repository nuiton-csv. See http://git.nuiton.org/nuiton-csv.git from c939fbe Fix encoding pb, always use array of bytes is the safest way to fix that new 0741c55 Be able to add columns directly to the ExporterBuilder without using an ExportModel (see #3798) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 0741c5563f5e4a416b8b7d01121dafda87d825be Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Dec 11 13:18:32 2015 +0100 Be able to add columns directly to the ExporterBuilder without using an ExportModel (see #3798) Summary of changes: src/main/java/org/nuiton/csv/Exporter.java | 62 +++++++++++++--- src/main/java/org/nuiton/csv/ExporterBuilder.java | 86 +++++++++++++++++++--- .../java/org/nuiton/csv/ExporterConfiguration.java | 6 +- src/main/java/org/nuiton/csv/package-info.java | 16 ++-- src/test/java/org/nuiton/csv/ExporterTest.java | 54 ++++++-------- 5 files changed, 164 insertions(+), 60 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.