From 20e7e1e892611c90efacfcaa1a89b3fa2a63c6f9 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sun, 3 Jun 2012 16:35:10 +0200 Subject: [PATCH] Release 2.3.2 --- jOOQ-website/inc/RELEASENOTES-2.3.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/jOOQ-website/inc/RELEASENOTES-2.3.txt b/jOOQ-website/inc/RELEASENOTES-2.3.txt index 0ae18a0785..608ad6e2af 100644 --- a/jOOQ-website/inc/RELEASENOTES-2.3.txt +++ b/jOOQ-website/inc/RELEASENOTES-2.3.txt @@ -10,6 +10,27 @@ http://www.jooq.org/notes.php For a text version, see http://www.jooq.org/inc/RELEASENOTES.txt +Version 2.3.2 - June 3, 2012 +================================================================= +This is a minor patch release with some useful fixes for the 2.3 +branch + +Bug fixes +--------- +#1441 - Performance issue with AbstractDataType.convert(Object). + Avoid conversions when they're obviously unneeded +#1449 - Generate some meaningful Javadoc into the generated + [schema-name]Factory classes +#1454 - Add line breaks to generated Javadoc where appropriate +#1465 - Custom generator strategy's printImplements() is called + with Mode == RECORD for tables +#1483 - Inefficient cloning of default settings using JAXB + unmarshalling leads to non-negligible overall overhead. + Use serialisation instead (short of a useful XJC clone + plugin) +#1478 - Caching SQLDialect in AbstractDatabase heavily improves + code generation performance + Version 2.3.1 - May 11, 2012 ================================================================= This is an important patch release fixing some regressions in the