From f4dd447163b6927e6c52e29ad00fbeb385bb106e Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sun, 27 Nov 2011 14:41:03 +0000 Subject: [PATCH] Restored pre-2.0 org.jooq.Field API for backwards-compatibility. This API will be removed later --- jOOQ-release/release/template/RELEASENOTES.txt | 3 ++- jOOQ-website/inc/RELEASENOTES.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/jOOQ-release/release/template/RELEASENOTES.txt b/jOOQ-release/release/template/RELEASENOTES.txt index 627db8912a..71d4ce1bfb 100644 --- a/jOOQ-release/release/template/RELEASENOTES.txt +++ b/jOOQ-release/release/template/RELEASENOTES.txt @@ -91,7 +91,8 @@ order to upgrade, please be aware of the following pitfalls: - Much of the post-fix function notation is replaced by static methods in the Factory. Today's org.jooq.Field API is maintained in jOOQ 2.0, for backwards compatibility. It will - be removed, eventually, though. + be removed, eventually, though. Expect some incompatible + changes, where window functions are involved - Some Factory instance methods (such as val(), literal()) are now static. They are compatible, but may cause compiler warnings. diff --git a/jOOQ-website/inc/RELEASENOTES.txt b/jOOQ-website/inc/RELEASENOTES.txt index 627db8912a..71d4ce1bfb 100644 --- a/jOOQ-website/inc/RELEASENOTES.txt +++ b/jOOQ-website/inc/RELEASENOTES.txt @@ -91,7 +91,8 @@ order to upgrade, please be aware of the following pitfalls: - Much of the post-fix function notation is replaced by static methods in the Factory. Today's org.jooq.Field API is maintained in jOOQ 2.0, for backwards compatibility. It will - be removed, eventually, though. + be removed, eventually, though. Expect some incompatible + changes, where window functions are involved - Some Factory instance methods (such as val(), literal()) are now static. They are compatible, but may cause compiler warnings.