mirror of https://github.com/apache/openjpa.git
OPENJPA-1016 Show as being fixed in 2.0.0-M2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ba06b4fd7
commit
ec5d3f555a
|
@ -598,6 +598,7 @@ Sub-task
|
|||
* [OPENJPA-978] - Allow third argument of JPQL SUBSTRING function to be optional
|
||||
* [OPENJPA-990] - setHint should return IllegalArgumentException for invalid query/lock timeout values
|
||||
* [OPENJPA-1012] - Test failures in TestManagedInterface with @ManagedInterface annotation when using JDK6
|
||||
* [OPENJPA-1016] - JPA2 Query support for embeddables; nested embeddables; relationships from embeddables
|
||||
* [OPENJPA-1023] - Message files contain windows EOL characters
|
||||
* [OPENJPA-1024] - JPA2 Query scalar expression in subquery
|
||||
* [OPENJPA-1026] - Ensure newlines at end of fie
|
||||
|
|
|
@ -816,6 +816,7 @@ in each release of OpenJPA.</P>
|
|||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-972'>OPENJPA-972</a>] - Support standard provider properties in PersistenceProvider class</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-978'>OPENJPA-978</a>] - Allow third argument of JPQL SUBSTRING function to be optional</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-990'>OPENJPA-990</a>] - setHint should return IllegalArgumentException for invalid query/lock timeout values</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1016'>OPENJPA-1016</a>] - JPA2 Query support for embeddables; nested embeddables; relationships from embeddables</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1023'>OPENJPA-1023</a>] - Message files contain windows EOL characters</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1024'>OPENJPA-1024</a>] - JPA2 Query scalar expression in subquery </li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1026'>OPENJPA-1026</a>] - Ensure newlines at end of file</li>
|
||||
|
|
Loading…
Reference in New Issue