mirror of https://github.com/apache/openjpa.git
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
This commit is contained in:
parent
6d61c562f5
commit
e9f305f700
|
@ -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
|
||||
|
|
|
@ -551,6 +551,7 @@ in each release of OpenJPA.</P>
|
|||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1130'>OPENJPA-1130</a>] - Use maven-jar-plugin to create a o-p-j-tests.jar to share base TestCase classes across modules</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1131'>OPENJPA-1131</a>] - Upgrade to maven-jar-plugin-2.2</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1149'>OPENJPA-1149</a>] - Add embeddables sample to the examples module</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1155'>OPENJPA-1155</a>] - BrokerImpl.detachAllInternal() does not detach newly loaded entities</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1157'>OPENJPA-1157</a>] - Integration tests for Bean Validation providers - Part 2</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1164'>OPENJPA-1164</a>] - Make sleepTime in SimpleWBCallback configurable</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1167'>OPENJPA-1167</a>] - Use Geronimo EA4 JPA spec jar</li>
|
||||
|
|
Loading…
Reference in New Issue