From 843b82cccf45b4b9d40b79dd672395948321b49f Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 11 May 2012 10:04:13 +0200 Subject: [PATCH] Release 2.3.1 --- jOOQ-codegen-maven-example/pom.xml | 6 +- jOOQ-codegen-maven/pom.xml | 346 +++++++++--------- jOOQ-codegen/pom.xml | 12 +- jOOQ-console/pom.xml | 4 +- jOOQ-meta/pom.xml | 4 +- jOOQ-release/build.xml | 156 ++++---- .../release/template/RELEASENOTES.txt | 20 + jOOQ-website/frame.php | 2 +- jOOQ-website/inc/RELEASENOTES-2.3.txt | 20 + jOOQ-website/inc/RELEASENOTES.txt | 20 + jOOQ/pom.xml | 2 +- jOOQ/src/main/java/org/jooq/Constants.java | 2 +- 12 files changed, 327 insertions(+), 267 deletions(-) diff --git a/jOOQ-codegen-maven-example/pom.xml b/jOOQ-codegen-maven-example/pom.xml index e0931e4f97..731b2af04f 100644 --- a/jOOQ-codegen-maven-example/pom.xml +++ b/jOOQ-codegen-maven-example/pom.xml @@ -9,7 +9,7 @@ org.jooq jooq-codegen-maven-example - 2.3.1-SNAPSHOT + 2.3.1 jar jOOQ Codegen Maven @@ -51,7 +51,7 @@ org.jooq jooq - 2.3.1-SNAPSHOT + 2.3.1 jar compile @@ -106,7 +106,7 @@ org.jooq jooq-codegen-maven - 2.3.1-SNAPSHOT + 2.3.1 exec1 diff --git a/jOOQ-codegen-maven/pom.xml b/jOOQ-codegen-maven/pom.xml index 831d815807..5ba9cd6a52 100644 --- a/jOOQ-codegen-maven/pom.xml +++ b/jOOQ-codegen-maven/pom.xml @@ -1,173 +1,173 @@ - - - oss-parent - org.sonatype.oss - 7 - - 4.0.0 - - org.jooq - jooq-codegen-maven - 2.3.1-SNAPSHOT - maven-plugin - - jOOQ Codegen Maven - jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL. - http://www.jooq.org - - - - - Apache License, Version 2.0 - http://www.jooq.org/inc/LICENSE.txt - repo - - - - - scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq - https://jooq.svn.sourceforge.net/svnroot/jooq - scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq - - - - Trac - https://sourceforge.net/apps/trac/jooq/report/6 - - - - - Lukas Eder - lukas.eder@gmail.com - - - Sander Plas - sander.plas@gmail.com - - - - - deploy - ${project.artifactId}-${project.version} - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.1 - - - sign-artifacts - verify - - sign - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - true - 512m - 256m - UTF-8 - 1.6 - 1.6 - true - lines,vars,source - - - - - true - org.apache.maven.plugins - maven-source-plugin - 2.1.2 - - - attach-sources - - jar - - - - - - true - true - - - - - true - org.apache.maven.plugins - maven-javadoc-plugin - 2.7 - - - bundle-sources - package - - jar - - - - - 512 - UTF-8 - protected - true - - - - - org.apache.maven.plugins - maven-resources-plugin - 2.5 - - UTF-8 - - - - - org.apache.maven.plugins - maven-eclipse-plugin - 2.8 - - true - - - - - - - - junit - junit - 3.8.1 - test - - - org.apache.maven - maven-plugin-api - 2.2.1 - - - org.jooq - jooq-codegen - 2.3.1-SNAPSHOT - jar - - - org.apache.maven - maven-project - 2.2.1 - jar - - - + + + oss-parent + org.sonatype.oss + 7 + + 4.0.0 + + org.jooq + jooq-codegen-maven + 2.3.1 + maven-plugin + + jOOQ Codegen Maven + jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL. + http://www.jooq.org + + + + + Apache License, Version 2.0 + http://www.jooq.org/inc/LICENSE.txt + repo + + + + + scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq + https://jooq.svn.sourceforge.net/svnroot/jooq + scm:svn:https://jooq.svn.sourceforge.net/svnroot/jooq + + + + Trac + https://sourceforge.net/apps/trac/jooq/report/6 + + + + + Lukas Eder + lukas.eder@gmail.com + + + Sander Plas + sander.plas@gmail.com + + + + + deploy + ${project.artifactId}-${project.version} + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + true + 512m + 256m + UTF-8 + 1.6 + 1.6 + true + lines,vars,source + + + + + true + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar + + + + + + true + true + + + + + true + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + bundle-sources + package + + jar + + + + + 512 + UTF-8 + protected + true + + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + UTF-8 + + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + true + + + + + + + + junit + junit + 3.8.1 + test + + + org.apache.maven + maven-plugin-api + 2.2.1 + + + org.jooq + jooq-codegen + 2.3.1 + jar + + + org.apache.maven + maven-project + 2.2.1 + jar + + + diff --git a/jOOQ-codegen/pom.xml b/jOOQ-codegen/pom.xml index 617ae04bb6..19a7289d9a 100644 --- a/jOOQ-codegen/pom.xml +++ b/jOOQ-codegen/pom.xml @@ -10,7 +10,7 @@ org.jooq jooq-codegen - 2.3.1-SNAPSHOT + 2.3.1 jar jOOQ Codegen @@ -147,17 +147,17 @@ - - org.jooq - jooq - 2.3.1-SNAPSHOT + + org.jooq + jooq + 2.3.1 jar compile org.jooq jooq-meta - 2.3.1-SNAPSHOT + 2.3.1 jar compile diff --git a/jOOQ-console/pom.xml b/jOOQ-console/pom.xml index 8a9174a651..09cc54448e 100644 --- a/jOOQ-console/pom.xml +++ b/jOOQ-console/pom.xml @@ -10,7 +10,7 @@ org.jooq jooq-console - 2.3.1-SNAPSHOT + 2.3.1 jar jOOQ @@ -201,7 +201,7 @@ org.jooq jooq - 2.3.1-SNAPSHOT + 2.3.1 jar compile diff --git a/jOOQ-meta/pom.xml b/jOOQ-meta/pom.xml index e7007492ae..d4ddace240 100644 --- a/jOOQ-meta/pom.xml +++ b/jOOQ-meta/pom.xml @@ -9,7 +9,7 @@ org.jooq jooq-meta - 2.3.1-SNAPSHOT + 2.3.1 jar jOOQ Meta @@ -198,7 +198,7 @@ org.jooq jooq - 2.3.1-SNAPSHOT + 2.3.1 jar compile diff --git a/jOOQ-release/build.xml b/jOOQ-release/build.xml index da9b7409d9..cb501c6f24 100644 --- a/jOOQ-release/build.xml +++ b/jOOQ-release/build.xml @@ -1,79 +1,79 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/jOOQ-release/release/template/RELEASENOTES.txt b/jOOQ-release/release/template/RELEASENOTES.txt index 94ae18ae0a..0ae18a0785 100644 --- a/jOOQ-release/release/template/RELEASENOTES.txt +++ b/jOOQ-release/release/template/RELEASENOTES.txt @@ -10,6 +10,26 @@ http://www.jooq.org/notes.php For a text version, see http://www.jooq.org/inc/RELEASENOTES.txt +Version 2.3.1 - May 11, 2012 +================================================================= +This is an important patch release fixing some regressions in the +code generator for the Postgres dialect. With 2.3.0, it was no +longer possible to generate schemata of which the database user +was not the owner. + +Bug fixes +--------- +#1334 - Fix inaccurate simulation of TRUNC(number, decimals) for + Derby +#1403 - Documentation bug: ctx.statement() can be replaced in + executeStart(). This is not documented +#1406 - Compilation errors in generated source code when Postgres + stored procedure parameter is called "NAME" +#1407 - Compilation errors in generated source code when Postgres + data-type is "any" (with quotes!) +#1409 - Postgres code generation broken when not connecting with + the owner of a schema + Version 2.3.0 - May 6, 2012 ================================================================= diff --git a/jOOQ-website/frame.php b/jOOQ-website/frame.php index fb7862adcd..30dcb1a648 100644 --- a/jOOQ-website/frame.php +++ b/jOOQ-website/frame.php @@ -1,6 +1,6 @@ diff --git a/jOOQ-website/inc/RELEASENOTES-2.3.txt b/jOOQ-website/inc/RELEASENOTES-2.3.txt index 94ae18ae0a..0ae18a0785 100644 --- a/jOOQ-website/inc/RELEASENOTES-2.3.txt +++ b/jOOQ-website/inc/RELEASENOTES-2.3.txt @@ -10,6 +10,26 @@ http://www.jooq.org/notes.php For a text version, see http://www.jooq.org/inc/RELEASENOTES.txt +Version 2.3.1 - May 11, 2012 +================================================================= +This is an important patch release fixing some regressions in the +code generator for the Postgres dialect. With 2.3.0, it was no +longer possible to generate schemata of which the database user +was not the owner. + +Bug fixes +--------- +#1334 - Fix inaccurate simulation of TRUNC(number, decimals) for + Derby +#1403 - Documentation bug: ctx.statement() can be replaced in + executeStart(). This is not documented +#1406 - Compilation errors in generated source code when Postgres + stored procedure parameter is called "NAME" +#1407 - Compilation errors in generated source code when Postgres + data-type is "any" (with quotes!) +#1409 - Postgres code generation broken when not connecting with + the owner of a schema + Version 2.3.0 - May 6, 2012 ================================================================= diff --git a/jOOQ-website/inc/RELEASENOTES.txt b/jOOQ-website/inc/RELEASENOTES.txt index 94ae18ae0a..0ae18a0785 100644 --- a/jOOQ-website/inc/RELEASENOTES.txt +++ b/jOOQ-website/inc/RELEASENOTES.txt @@ -10,6 +10,26 @@ http://www.jooq.org/notes.php For a text version, see http://www.jooq.org/inc/RELEASENOTES.txt +Version 2.3.1 - May 11, 2012 +================================================================= +This is an important patch release fixing some regressions in the +code generator for the Postgres dialect. With 2.3.0, it was no +longer possible to generate schemata of which the database user +was not the owner. + +Bug fixes +--------- +#1334 - Fix inaccurate simulation of TRUNC(number, decimals) for + Derby +#1403 - Documentation bug: ctx.statement() can be replaced in + executeStart(). This is not documented +#1406 - Compilation errors in generated source code when Postgres + stored procedure parameter is called "NAME" +#1407 - Compilation errors in generated source code when Postgres + data-type is "any" (with quotes!) +#1409 - Postgres code generation broken when not connecting with + the owner of a schema + Version 2.3.0 - May 6, 2012 ================================================================= diff --git a/jOOQ/pom.xml b/jOOQ/pom.xml index 63f3673e6c..bcf3cc20b8 100644 --- a/jOOQ/pom.xml +++ b/jOOQ/pom.xml @@ -10,7 +10,7 @@ org.jooq jooq - 2.3.1-SNAPSHOT + 2.3.1 jar jOOQ diff --git a/jOOQ/src/main/java/org/jooq/Constants.java b/jOOQ/src/main/java/org/jooq/Constants.java index 070a518bbc..9050f816f7 100644 --- a/jOOQ/src/main/java/org/jooq/Constants.java +++ b/jOOQ/src/main/java/org/jooq/Constants.java @@ -45,7 +45,7 @@ public final class Constants { /** * The latest jOOQ version */ - public static final String VERSION = "2.3.1-SNAPSHOT"; + public static final String VERSION = "2.3.1"; /** * No further instances