mirror of https://github.com/apache/openjpa.git
OPENJPA-1211 Show as being fixed in 2.0.0-M3
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d7e949803
commit
0f62a7de1b
|
@ -446,6 +446,7 @@ Bug
|
|||
* [OPENJPA-1203] - JPA2 - createEMF should return null for unhandled PUs
|
||||
* [OPENJPA-1204] - Argument type mismatch when an EmbeddedId contains an Emun type
|
||||
* [OPENJPA-1206] - Bean validation call to provider not Java 2 Enabled
|
||||
* [OPENJPA-1211] - Enable string navigation in a From expression.
|
||||
* [OPENJPA-1217] - Ensure comparisons do not contain two parameters with Derby (ie SELECT ... WHERE ? = ?)
|
||||
* [OPENJPA-1218] - Cache.evict(Clazz) should remove subclasses as well
|
||||
* [OPENJPA-1221] - Change openjpa-integration module pom's to reflect proper artifact-id
|
||||
|
|
|
@ -667,6 +667,7 @@ in each release of OpenJPA.</P>
|
|||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1203'>OPENJPA-1203</a>] - JPA2 - createEMF should return null for unhandled PUs</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1204'>OPENJPA-1204</a>] - Argument type mismatch when an EmbeddedId contains an Emun type </li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1206'>OPENJPA-1206</a>] - Bean validation call to provider not Java 2 Enabled</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1211'>OPENJPA-1211</a>] - Enable string navigation in a From expression.</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1217'>OPENJPA-1217</a>] - Ensure comparisons do not contain two parameters with Derby (ie SELECT ... WHERE ? = ?)</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1218'>OPENJPA-1218</a>] - Cache.evict(Clazz) should remove subclasses as well</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1221'>OPENJPA-1221</a>] - Change openjpa-integration module pom's to reflect proper artifact-id</li>
|
||||
|
|
Loading…
Reference in New Issue