OPENJPA-1236 show as being fixed in 2.0.0-beta

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@927150 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-24 18:50:01 +00:00
parent 4a2a2928f8
commit 4b45c156aa
2 changed files with 3 additions and 0 deletions

View File

@ -393,6 +393,7 @@ Improvement
* [OPENJPA-839] - change pom.xml to publish sources as well.
* [OPENJPA-1085] - Add toString() method to PCState classes
* [OPENJPA-1172] - Use java.util.concurrent.ConcurrentHashMap rather than a synchronized HashMap in ClassMapping.
* [OPENJPA-1236] - Finish support of delimiters other than double-quotes
* [OPENJPA-1258] - make warning message more friendly when other persistence provider configured by application
* [OPENJPA-1356] - Use maven-enforcer-plugin to verify proper Java and Maven levels
* [OPENJPA-1363] - Upgrade to latest commons-pool maintenance release

View File

@ -646,6 +646,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1172'>OPENJPA-1172</a>] - Use java.util.concurrent.ConcurrentHashMap rather than a synchronized HashMap in ClassMapping.
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1236'>OPENJPA-1236</a>] - Finish support of delimiters other than double-quotes
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1258'>OPENJPA-1258</a>] - make warning message more friendly when other persistence provider configured by application
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1356'>OPENJPA-1356</a>] - Use maven-enforcer-plugin to verify proper Java and Maven levels