From 7a8052cd73010994913a7649a7f3db9ad4aadd2c Mon Sep 17 00:00:00 2001
From: Donald Woods
Date: Mon, 8 Mar 2010 17:04:48 +0000
Subject: [PATCH] OPENJPA-5 Show as being fixed in 2.0.0-M3
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920402 13f79535-47bb-0310-9956-ffa450edef68
---
openjpa-project/CHANGES.txt | 1 +
openjpa-project/RELEASE-NOTES.html | 2 ++
2 files changed, 3 insertions(+)
diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt
index 6faf1f2d7..89d7b2cd5 100644
--- a/openjpa-project/CHANGES.txt
+++ b/openjpa-project/CHANGES.txt
@@ -461,6 +461,7 @@ Bug
Improvement
-----------
+ * [OPENJPA-5] - OpenJPA doesn't compile with JDBC 4
* [OPENJPA-250] - Reduce synchronization bottlenecks in data cache, metadata repository, and lifecycle event manager
* [OPENJPA-651] - Disable dangerous "fallback enhancement", make openjpa.RuntimeUnenhancedClasses=unsupported the default
* [OPENJPA-703] - Cache ResultObjectProvider data to improve query performance
diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index 3c61d5f38..551acd36e 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -456,6 +456,8 @@ in each release of OpenJPA.
Improvement
+- [OPENJPA-5] - OpenJPA doesn't compile with JDBC 4
+
- [OPENJPA-250] - Reduce synchronization bottlenecks in data cache, metadata repository, and lifecycle event manager
- [OPENJPA-709] - Better naming for unique constraints