Author: allee8285
Date: Tue Feb 14 16:05:51 2012
New Revision: 1244062
URL: http://svn.apache.org/viewvc?rev=1244062&view=rev
Log:
Documents update preparing for 2.2.0 release
Modified:
openjpa/trunk/openjpa-project/CHANGES.txt
openjpa/trunk/openjpa-project/RELEASE-NOTES.html
Modified: openjpa/trunk/openjpa-project/CHANGES.txt
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/CHANGES.txt?rev=1244062&r1=1244061&r2=1244062&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Feb 14 16:05:51 2012
@@ -222,6 +222,7 @@ Bug
[OPENJPA-2117] - XML overriding column names for 1xM attributes causes
exception.
[OPENJPA-2119] - Update org.apache.openjpa.persistence.util.SourceCode
[OPENJPA-2122] - VerifyError with Java 7 when using javaagent or dynamic
container enhancement
+ [OPENJPA-2124] - Use of XMLValueHandler results in a NullPointerException
when classloader does not provide package support
Improvement
@@ -251,7 +252,10 @@ Improvement
[OPENJPA-2084] - Upgrade Derby dependency to 10.8.x
[OPENJPA-2085] - Improve enhancement process to support JAVA 7 compliant
class file generation
[OPENJPA-2087] - Remove or limit the use of the ConcreteClassGenerator
+ [OPENJPA-2116] - Scrape the barrel for performance juice
[OPENJPA-2120] - Add new option to eliminate reflection calls from
enhancer generated IdClass PC copy operations
+ [OPENJPA-2128] - Add a boolean to FieldMetaData to denote whether or not a
field has a @EmbeddedId annotation.
+ [OPENJPA-2130] - Enable Java 7 testing by allowing test cases to compile
targeting to 1.7
New Feature
@@ -259,7 +263,6 @@ New Feature
[OPENJPA-1859] - Create a sample to demonstrate usage of JEST
[OPENJPA-1934] - contribute an openjpa-maven-plugin
[OPENJPA-2108] - Allow an option to terminate MappingTool-generated SQL
with a character other than semicolon
- [OPENJPA-2111] - Optimize column based ResultSet lookup whereever feasible
Task
Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=1244062&r1=1244061&r2=1244062&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Feb 14 16:05:51 2012
@@ -343,6 +343,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2122'>OPENJPA-2122</a>] -
VerifyError with Java 7 when using javaagent or dynamic container
enhancement
</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2124'>OPENJPA-2124</a>] -
Use of XMLValueHandler results in a NullPointerException when classloader
does not provide package support
+</li>
</ul>
<h2> Improvement
@@ -400,8 +402,14 @@ in each release of OpenJPA.</P>
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2087'>OPENJPA-2087</a>] -
Remove or limit the use of the ConcreteClassGenerator
</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2116'>OPENJPA-2116</a>] -
Scrape the barrel for performance juice
+</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2120'>OPENJPA-2120</a>] -
Add new option to eliminate reflection calls from enhancer generated
IdClass PC copy operations
</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2128'>OPENJPA-2128</a>] -
Add a boolean to FieldMetaData to denote whether or not a field has a
@EmbeddedId annotation.
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2130'>OPENJPA-2130</a>] -
Enable Java 7 testing by allowing test cases to compile targeting to 1.7
+</li>
</ul>
<h2> New Feature
@@ -415,8 +423,6 @@ in each release of OpenJPA.</P>
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2108'>OPENJPA-2108</a>] -
Allow an option to terminate MappingTool-generated SQL with a character
other than semicolon
</li>
-<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2111'>OPENJPA-2111</a>] -
Optimize column based ResultSet lookup whereever feasible
-</li>
</ul>
<h2> Task