mirror of https://github.com/apache/openjpa.git
OPENJPA-935 Show as being fixed in 2.0.0-M2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@923748 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b85c4e30fa
commit
8a1e0307f2
|
@ -684,6 +684,7 @@ Bug
|
|||
* [OPENJPA-927] - Fix definition of javax.persistence.query.timeout property
|
||||
* [OPENJPA-928] - getSupportedProperties() shows wsjpa property by default
|
||||
* [OPENJPA-933] - Database version detection in MySQLDictionary is not reliable
|
||||
* [OPENJPA-935] - Removing entities with Embedded field issue multiple delete statements
|
||||
* [OPENJPA-947] - Overly verbose TestCases
|
||||
* [OPENJPA-951] - Javadoc jar file does not contain legal files
|
||||
* [OPENJPA-954] - openjpa-slice build fails due to tests relying on openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/AllowFailure.java
|
||||
|
|
|
@ -888,6 +888,7 @@ in each release of OpenJPA.</P>
|
|||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-925'>OPENJPA-925</a>] - Bidirectional OneToOne relation incorrectly set in loadEagerJoin</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-927'>OPENJPA-927</a>] - Fix definition of javax.persistence.query.timeout property</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-933'>OPENJPA-933</a>] - Database version detection in MySQLDictionary is not reliable</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-935'>OPENJPA-935</a>] - Removing entities with Embedded field issue multiple delete statements</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-947'>OPENJPA-947</a>] - Overly verbose TestCases</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-951'>OPENJPA-951</a>] - Javadoc jar file does not contain legal files</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-954'>OPENJPA-954</a>] - openjpa-slice build fails due to tests relying on openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/AllowFailure.java</li>
|
||||
|
|
Loading…
Reference in New Issue