Skip to content


Open Add a get_private_projects REST API
retired / jredmine #132 · created by Tony Chemit
This can help to do some checks on private project. This will require to be authenticated *(from redmine issue 3791 created on 2015-12-08)*
updated
Closed Migrates scm to gitlab
nuiton / nuiton-csv #34 · created by Tony Chemit
The new scm is hosted by our gitlab instance. To find the scm go to https://gitlab.nuiton.org/nuiton/nuiton-csv. *(from redmine issue 3799 created on 2015-12-11, closed on 2015-12-11)*
updated
Closed Rethink Export API
nuiton / nuiton-csv #33 · created by Tony Chemit
There is some lacks in the Export API and design can be improved : * Separate Model definition and export configuration (no more separator in model) * Create an immutable export Configuration * Revi...
updated
Closed Export to Reader or InputStream
nuiton / nuiton-csv #32 · created by Tony Chemit
The main idea is to be able to expose the export result into a stream for other process. To get this, use the new Exporter API. *(from redmine issue 3790 created on 2015-12-07, closed on 2015-12-19)...
updated
Closed Can't make release with jdk8 (javadoc need to be review)
nuiton / nuiton-utils #293 · created by Tony Chemit
The javadoc is not jdk8 compliant. *(from redmine issue 3797 created on 2015-12-09, closed on 2016-01-10)*
updated
Closed Update junit to 4.12
nuiton / nuiton-utils #292 · created by Tony Chemit
*(from redmine issue 3796 created on 2015-12-09, closed on 2015-12-09)*
updated
Closed Update commons-lang3 to 3.4
nuiton / nuiton-utils #291 · created by Tony Chemit
*(from redmine issue 3795 created on 2015-12-09, closed on 2015-12-09)*
updated
Closed Update commons-collections to 4.1
nuiton / nuiton-utils #290 · created by Tony Chemit
*(from redmine issue 3794 created on 2015-12-09, closed on 2015-12-09)*
updated
Closed Update to nuitonpom 4
nuiton / nuiton-utils #289 · created by Tony Chemit
*(from redmine issue 3793 created on 2015-12-09, closed on 2015-12-09)*
updated
Closed Bad result when using a pagesize to -1 in method org.nuiton.util.PagerBeanUtil#getPage
nuiton / nuiton-utils #288 · created by Tony Chemit
The result size is always 1, but should be total count in this special case. *(from redmine issue 3792 created on 2015-12-09, closed on 2015-12-09)*
updated
Closed NullPointerException in FileUtil.writeString with relative path
nuiton / nuiton-utils #26 · created by Tony Chemit
Le code suivant produit une NPE car le chemin du fichier est relactif sans parent:
org.nuiton.util.FileUtil.writeString(new File("toto.txt"), "Test");
*(from redmine issue 379 created on 2010-03-11...
updated