mirror of https://github.com/apache/openjpa.git
fixing typos in RELEASE-NOTES.html in trunk
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@528909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
640cddad04
commit
aec27a30bf
|
@ -37,7 +37,7 @@ http://incubator.apache.org/openjpa/</a>
|
|||
<P>
|
||||
OpenJPA requires Java 1.5 but will not compile with Java 6. For more
|
||||
detail please see <a href="http://issues.apache.org/jira/browse/OPENJPA-5">
|
||||
http://incubator.apache.org/openjpa/</a>
|
||||
http://issues.apache.org/jira/browse/OPENJPA-5</a>
|
||||
|
||||
<h2><a name="Documentation"></a>Documentation</h2>
|
||||
<p>If you have questions about OpenJPA, a good source of information is the
|
||||
|
@ -114,6 +114,7 @@ The following bugs have been fixed since release 0.9.6
|
|||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-122'>OPENJPA-122</a>] - EntityManager does not throw exceptions after close() in required cases</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-132'>OPENJPA-132</a>] - java.lang.NoSuchMethodError for entity with ID of type java.sql.Date</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-133'>OPENJPA-133</a>] - Can't find non-public callback methods with superclass or interface parameters</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-134'>OPENJPA-134</a>] - Extra unneeded SQL joins for OneToMany relationship with fetch type EAGER</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-139'>OPENJPA-139</a>] - PersistenceException merging an entity with a Calendar field. </li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-140'>OPENJPA-140</a>] - Wrong package name in test classes</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-142'>OPENJPA-142</a>] - Entity name is ignored when specified in the orm.xml file</li>
|
||||
|
@ -133,6 +134,7 @@ The following bugs have been fixed since release 0.9.6
|
|||
</ul>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-202'>OPENJPA-202</a>] - after invoking LRS processing in a client by calling an @LRS annotated relationship, the next em.clear()/em.close() gets org.apache.openjpa.persistence.InvalidStateException: You cannot transfer large result set fields from one object or field to another</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-208'>OPENJPA-208</a>] - NoResultException and NonUniqueResultException are not thrown when expected</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-214'>OPENJPA-214</a>] - Need to support floating point primary keys</li>
|
||||
</ul>
|
||||
|
||||
<h2><a name="Improvements"</a>Improvements</h2>
|
||||
|
|
Loading…
Reference in New Issue