The Nuiton Utils team is pleased to announce the nuiton-utils-3.0-rc-16 release!

Library of usefull class to be used in any project.

Documentation of the project can be found here:
http://nuiton-utils.nuiton.org

Changes
-------

Changes in this version include:

New features:
o Add a static instance of PaginationParameter that represents "all elements"  Issue: 4050. Thanks to Arnaud Thimel.  Resolved by athimel. 
o Let PaginationParameter implement equals(...) and hashCode()  Issue: 4051. Thanks to Arnaud Thimel.  Resolved by athimel. 
o Add a method to build a PaginationResult from a full list of elements and an instance of PaginationParameter  Issue: 4052. Thanks to Arnaud Thimel.  Resolved by athimel. 

Fixed Bugs:
o BeanUtil.getWriteableProperties methods returns readable properties  Issue: 4041. Thanks to Tony Chemit.  Resolved by tchemit. 



Downloads
---------

For a manual installation, you can download files here:
https://forge.nuiton.org/projects/nuiton-utils/files

 * nuiton-utils-3.0-rc-16-deps.zip - https://forge.nuiton.org/attachments/download/1277
 * nuiton-utils-3.0-rc-16-full.zip - https://forge.nuiton.org/attachments/download/1278

Maven artifacts
---------------

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2

Find us at

* http://search.maven.org/#artifactdetails|org.nuiton|nuiton-utils|3.0-rc-16|jar


Have fun!
-Nuiton Utils team