From f50f847e97433bc508b5eff7c8e65e036a3ab354 Mon Sep 17 00:00:00 2001
From: Donald Woods
Date: Tue, 9 Mar 2010 15:29:02 +0000
Subject: [PATCH] OPENJPA-1518 Show as being fixed in 2.0.0-beta2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920923 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 f4ca19f2f..80afeec3b 100644
--- a/openjpa-project/CHANGES.txt
+++ b/openjpa-project/CHANGES.txt
@@ -178,6 +178,7 @@ Bug
* [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider
* [OPENJPA-1507] - NPE with a non-JDBC store manager
* [OPENJPA-1509] - Enum field types cannot be modified in an in-memory JPQL bulk update statement
+ * [OPENJPA-1518] - Remove WARN messages for uncacheable finder select statements
* [OPENJPA-1533] - JPA2 select math mix with aggregate reports syntax error
Improvement
diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index 737f78039..bccaf8faa 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -251,6 +251,8 @@ in each release of OpenJPA.
[OPENJPA-1509] - Enum field types cannot be modified in an in-memory JPQL bulk update statement
+[OPENJPA-1518] - Remove WARN messages for uncacheable finder select statements
+
[OPENJPA-1533] - JPA2 select math mix with aggregate reports syntax error