From e9f305f700478876aa71dcda3f9163a74c981c02 Mon Sep 17 00:00:00 2001
From: Donald Woods
Date: Wed, 3 Mar 2010 18:09:44 +0000
Subject: [PATCH] OPENJPA-1155 add as resolved in M3 section of changes/release
notes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@918606 13f79535-47bb-0310-9956-ffa450edef68
---
openjpa-project/CHANGES.txt | 1 +
openjpa-project/RELEASE-NOTES.html | 1 +
2 files changed, 2 insertions(+)
diff --git a/openjpa-project/CHANGES.txt b/openjpa-project/CHANGES.txt
index 33966c469..93b9b557e 100644
--- a/openjpa-project/CHANGES.txt
+++ b/openjpa-project/CHANGES.txt
@@ -347,6 +347,7 @@ Sub-task
* [OPENJPA-1130] - Use maven-jar-plugin to create a o-p-j-tests.jar to share base TestCase classes across modules
* [OPENJPA-1131] - Upgrade to maven-jar-plugin-2.2
* [OPENJPA-1149] - Add embeddables sample to the examples module
+ * [OPENJPA-1155] - BrokerImpl.detachAllInternal() does not detach newly loaded entities
* [OPENJPA-1157] - Integration tests for Bean Validation providers - Part 2
* [OPENJPA-1164] - Make sleepTime in SimpleWBCallback configurable
* [OPENJPA-1167] - Use Geronimo EA4 JPA spec jar
diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index 717ad833f..eec191708 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -551,6 +551,7 @@ in each release of OpenJPA.
[OPENJPA-1130] - Use maven-jar-plugin to create a o-p-j-tests.jar to share base TestCase classes across modules
[OPENJPA-1131] - Upgrade to maven-jar-plugin-2.2
[OPENJPA-1149] - Add embeddables sample to the examples module
+[OPENJPA-1155] - BrokerImpl.detachAllInternal() does not detach newly loaded entities
[OPENJPA-1157] - Integration tests for Bean Validation providers - Part 2
[OPENJPA-1164] - Make sleepTime in SimpleWBCallback configurable
[OPENJPA-1167] - Use Geronimo EA4 JPA spec jar