merge in release note updates from 2.0.x branch

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@927139 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-24 17:59:31 +00:00
parent b872b6a6fc
commit 162b11b542
2 changed files with 19 additions and 0 deletions

View File

@ -208,6 +208,7 @@ Bug
* [OPENJPA-1547] - NOT IN with MEMBER OF returns syntax error
* [OPENJPA-1556] - Exception thrown on first use of @Strategy in @Embeddable classes
* [OPENJPA-1558] - Many side of a MxO relationship contains null reference if One side is loaded first.
* [OPENJPA-1562] - EntityManager:Refresh on Removed entity does not trigger IllegalArgumentException
* [OPENJPA-1565] - QueryTimeOut and LockTimeOut exceptions are not raised correctly
* [OPENJPA-1568] - Make createConnectionFactory() in JDBCConfigurationImpl public
* [OPENJPA-1570] - Exception using @Strategy in @MappedSuperclass or @Embeddable classes
@ -221,6 +222,7 @@ Bug
* [OPENJPA-1581] - getCache() should throw IllegalStateException if the EMF has been closed.
* [OPENJPA-1583] - Update by query fails on entities using Timestamp as Version field
* [OPENJPA-1588] - modify 925451 revision for setProperty processing for enums
* [OPENJPA-1596] - Index name too long for DB2 zOS
Improvement
-----------
@ -236,6 +238,7 @@ Improvement
* [OPENJPA-1549] - StateManagerImpl performance improvement
* [OPENJPA-1551] - Allow connectionFactoryName to be specified when creating an EntityManager
* [OPENJPA-1552] - Enable EntityManager to perform property QueryImpl creation by its subclass
* [OPENJPA-1557] - Logging configuration is difficult for running tests
* [OPENJPA-1561] - Cache Criteria Query
* [OPENJPA-1566] - Provide all the cached prepared query strings in QueryStatistics
* [OPENJPA-1585] - Additional trace to relate SQL pushdowns with entity action or JPQL query
@ -244,6 +247,8 @@ Improvement
Test
----
* [OPENJPA-1411] - Include DayTrader test case to OpenJpa
* [OPENJPA-1560] - Additional tests for JDBC date/timestamp literals in JPQL
* [OPENJPA-1579] - Additional test for qualified path in HAVING clause
* [OPENJPA-1586] - Additional test single valued path expression which references qualified path in JPQL
@ -561,7 +566,9 @@ Bug
* [OPENJPA-1302] - Ehcache product derivation isn't detected when running in WebSphere
* [OPENJPA-1305] - WriteBehind 'callback; broker should always be unmanaged
* [OPENJPA-1333] - Oracle driver returns incorrect update count on batched insert
* [OPENJPA-1335] - Alternating manual delim id tests fail
* [OPENJPA-1338] - Allow comparison for VALUE(e) that maps to basic type
* [OPENJPA-1371] - Insert is called instead of Update when merge() with derived Identity
Improvement
-----------

View File

@ -305,6 +305,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1558'>OPENJPA-1558</a>] - Many side of a MxO relationship contains null reference if One side is loaded first.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1562'>OPENJPA-1562</a>] - EntityManager:Refresh on Removed entity does not trigger IllegalArgumentException
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1565'>OPENJPA-1565</a>] - QueryTimeOut and LockTimeOut exceptions are not raised correctly
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1568'>OPENJPA-1568</a>] - Make createConnectionFactory() in JDBCConfigurationImpl public
@ -331,6 +333,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1588'>OPENJPA-1588</a>] - modify 925451 revision for setProperty processing for enums
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1596'>OPENJPA-1596</a>] - Index name too long for DB2 zOS
</li>
</ul>
<h4>Improvement</h4>
@ -359,6 +363,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1552'>OPENJPA-1552</a>] - Enable EntityManager to perform property QueryImpl creation by its subclass
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1557'>OPENJPA-1557</a>] - Logging configuration is difficult for running tests
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1561'>OPENJPA-1561</a>] - Cache Criteria Query
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1566'>OPENJPA-1566</a>] - Provide all the cached prepared query strings in QueryStatistics
@ -373,6 +379,10 @@ in each release of OpenJPA.</P>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1411'>OPENJPA-1411</a>] - Include DayTrader test case to OpenJpa
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1560'>OPENJPA-1560</a>] - Additional tests for JDBC date/timestamp literals in JPQL
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1579'>OPENJPA-1579</a>] - Additional test for qualified path in HAVING clause
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1586'>OPENJPA-1586</a>] - Additional test single valued path expression which references qualified path in JPQL
</li>
</ul>
@ -851,7 +861,9 @@ in each release of OpenJPA.</P>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1302'>OPENJPA-1302</a>] - Ehcache product derivation isn't detected when running in WebSphere</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1305'>OPENJPA-1305</a>] - WriteBehind 'callback; broker should always be unmanaged</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1333'>OPENJPA-1333</a>] - Oracle driver returns incorrect update count on batched insert</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1335'>OPENJPA-1335</a>] - Alternating manual delim id tests fail</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1338'>OPENJPA-1338</a>] - Allow comparison for VALUE(e) that maps to basic type</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1371'>OPENJPA-1371</a>] - Insert is called instead of Update when merge() with derived Identity</li>
</ul>
<h4>Improvement</h4>