mirror of https://github.com/apache/openjpa.git
show OPENJPA-1350 as being fixed in 2.0.0-beta
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@916470 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
767f670490
commit
9a4fe698c2
|
@ -238,6 +238,7 @@ Bug
|
|||
* [OPENJPA-1341] - PostRemove not invoked after database record was deleted
|
||||
* [OPENJPA-1344] - Query [get|set]LockMode & Em getLockMode not throwing correct exceptions
|
||||
* [OPENJPA-1349] - Compatibility options are not set appropriately for spec level when emf is created by JEE container
|
||||
* [OPENJPA-1350] - Race condition in the MetaDataRepository
|
||||
* [OPENJPA-1351] - java.lang.ClassCastException: javax.naming.Reference incompatible with javax.sql.DataSource
|
||||
* [OPENJPA-1352] - Merge fails if an entity has an element collection which is contructed using Arrays.asList
|
||||
* [OPENJPA-1354] - Configuring DBCP connection pool with connection properties breaks when user/pasword is specifed and javax.* configuration is set to DBCP Driver
|
||||
|
|
|
@ -352,6 +352,8 @@ in each release of OpenJPA.</P>
|
|||
</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1349'>OPENJPA-1349</a>] - Compatibility options are not set appropriately for spec level when emf is created by JEE container
|
||||
</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1350'>OPENJPA-1350</a>] - Race condition in the MetaDataRepository
|
||||
</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1351'>OPENJPA-1351</a>] - java.lang.ClassCastException: javax.naming.Reference incompatible with javax.sql.DataSource
|
||||
</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1352'>OPENJPA-1352</a>] - Merge fails if an entity has an element collection which is contructed using Arrays.asList
|
||||
|
|
Loading…
Reference in New Issue