Pbkdf2 1.1.0

This article gives a short overview over the newest features of the PBKDF2 implementation from Matthias Gaertner. If you don't know what it is and what it does no problem. You can read here more about it http://www.rapidpm.org/2014/02/03/one-way-to-deadlock-a-jboss-as-7.html

What is new and noteworthy?

One of the major improvements of this release is the internal refactoring from direct dependencies to gradle so that there is now a much better dependency management possible (e.g. Older versions, for example 1.0.5, had problems with newer picketbox versions of Wildfly 8 which lead to log warnings and were not convincing). On top of that it was now possible to upload the artefact to maven central:

1 <dependency>
2    <groupId>de.rtner</groupId>
3    <artifactId>PBKDF2</artifactId>
4    <version>1.1.0</version>
5 </dependency>
    <br/>
    Please let us know if you encounter any issues, or have any feedback on usability, at <a href="https://github.com/m9aertner/PBKDF2">https://github.com/m9aertner/PBKDF2</a>.
</div>


Read more about PBKDF2