mirror of https://github.com/apache/openjpa.git
OPENJPA-1496 Show as being fixed in Beta2 in Changes/Release Notes
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920316 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
88f1168b81
commit
b59c757741
|
@ -171,6 +171,7 @@ Bug
|
||||||
* [OPENJPA-1001] - java.lang.IndexOutOfBoundsException when executing attached test case
|
* [OPENJPA-1001] - java.lang.IndexOutOfBoundsException when executing attached test case
|
||||||
* [OPENJPA-1367] - H2 Database Engine does support cross join
|
* [OPENJPA-1367] - H2 Database Engine does support cross join
|
||||||
* [OPENJPA-1485] - isLoaded util method does not behave per spec for collection attributes and basic type
|
* [OPENJPA-1485] - isLoaded util method does not behave per spec for collection attributes and basic type
|
||||||
|
* [OPENJPA-1496] - Fail to set temporal parameter
|
||||||
* [OPENJPA-1504] - Validation junits should not rely on Hibernate Impl
|
* [OPENJPA-1504] - Validation junits should not rely on Hibernate Impl
|
||||||
* [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider
|
* [OPENJPA-1506] - ConfigurationImpl.equals fails using a OpenJPA derived provider
|
||||||
* [OPENJPA-1507] - NPE with a non-JDBC store manager
|
* [OPENJPA-1507] - NPE with a non-JDBC store manager
|
||||||
|
|
|
@ -237,6 +237,8 @@ in each release of OpenJPA.</P>
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1485'>OPENJPA-1485</a>] - isLoaded util method does not behave per spec for collection attributes and basic type
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1485'>OPENJPA-1485</a>] - isLoaded util method does not behave per spec for collection attributes and basic type
|
||||||
</li>
|
</li>
|
||||||
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1496'>OPENJPA-1496</a>] - Fail to set temporal parameter
|
||||||
|
</li>
|
||||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1504'>OPENJPA-1504</a>] - Validation junits should not rely on Hibernate Impl
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1504'>OPENJPA-1504</a>] - Validation junits should not rely on Hibernate Impl
|
||||||
</li>
|
</li>
|
||||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1506'>OPENJPA-1506</a>] - ConfigurationImpl.equals fails using a OpenJPA derived provider
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1506'>OPENJPA-1506</a>] - ConfigurationImpl.equals fails using a OpenJPA derived provider
|
||||||
|
|
Loading…
Reference in New Issue