This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-csv. See https://gitlab.nuiton.org/nuiton/nuiton-csv.git from 2bb9489 Update versions : nuitonpom 10.5 ; nuiton-i18n 3.6.3 ; nuiton-utils 3.0 ; commons-lang3 3.7 ; commons-io 2.6 ; guava 25.0 new 2e7527b Add 'rawContent' support in ImportRow new c3dd139 Downgrade Guava and nuiton-utils to avoid Java8 requirement new 9c7510b Add GitlabCI configuration The 3 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 9c7510bde5e9b0df8ee7927c26bff9e5f1a10527 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue May 1 16:31:24 2018 +0200 Add GitlabCI configuration commit c3dd1398677256807ab16cb033a1be3d823ef4c4 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue May 1 16:29:56 2018 +0200 Downgrade Guava and nuiton-utils to avoid Java8 requirement commit 2e7527b919048756b0021c97a218874d9d00cadb Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue May 1 16:05:57 2018 +0200 Add 'rawContent' support in ImportRow Summary of changes: .gitlab-ci.yml | 30 ++++++++ pom.xml | 26 ++++++- src/main/java/org/nuiton/csv/Import2.java | 11 ++- src/main/java/org/nuiton/csv/ImportConf.java | 18 +++++ src/main/java/org/nuiton/csv/ImportRow.java | 28 +++++++ src/test/java/org/nuiton/csv/Import2Test.java | 107 +++++++++++++++++++------- 6 files changed, 188 insertions(+), 32 deletions(-) create mode 100644 .gitlab-ci.yml -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.