Hello everyone, I have release version 1.5.7. This is the first release built with support of Maven thanks to the help of some jOOQ users! You can find the Maven repository here: https://oss.sonatype.org/content/repositories/releases/org/jooq/
And hopefully, jOOQ will soon go to Maven central as well! The main new features in this release are the improved support for serialisation/deserialisation of jOOQ objects through use of the newly introduced "Attachable" interface. If using log4j or the newly supported slf4j logging framework in debug/trace mode, there is the possibility to log query building/execution time statistics. Apart from these new features, fixes were mainly done in the fields of type casting, HSQLDB 2.1 upgrade support, stored procedures with OUT, IN/OUT parameters. Please upgrade, if you are using any of those features. If you extend jOOQ as a base implementation for source code generation, be aware of the fact, that the jOOQ-codegen is currently undergoing major changes. Expect the code generation API to stabilise again in one of the next releases. Cheers Lukas
