You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2015/04/18 08:13:38 UTC

svn commit: r1674446 - /openjpa/trunk/openjpa-project/RELEASE-NOTES.html

Author: struberg
Date: Sat Apr 18 06:13:37 2015
New Revision: 1674446

URL: http://svn.apache.org/r1674446
Log:
prepare release notes for 2.4.0

Modified:
    openjpa/trunk/openjpa-project/RELEASE-NOTES.html

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=1674446&r1=1674445&r2=1674446&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Sat Apr 18 06:13:37 2015
@@ -129,7 +129,8 @@ in each release of OpenJPA.</P>
 <hr>
 <h3><a name="220">OpenJPA 2.4.0</h3>
 
-        Release Notes - OpenJPA - Version 2.4.0
+
+Release Notes - OpenJPA - Version 2.4.0
 
 <h2>        Sub-task
 </h2>
@@ -159,6 +160,8 @@ in each release of OpenJPA.</P>
     </li>
     <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2286'>OPENJPA-2286</a>] -         SELECT COUNT with date litteral,used more than once, provokes ArgumentException: Attempt to compare incompatible types class java.util.Date and class org.apache.openjpa.jdbc.sql.Raw
     </li>
+    <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2287'>OPENJPA-2287</a>] -         OpenJPA makes fields null
+    </li>
     <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2381'>OPENJPA-2381</a>] -         Update serp to 1.15.1
     </li>
     <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2441'>OPENJPA-2441</a>] -         TestNullSafeConcurrentHashMap fails when running on Oracle Java 8
@@ -219,11 +222,15 @@ in each release of OpenJPA.</P>
     </li>
     <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2573'>OPENJPA-2573</a>] -         org.apache.openjpa.persistence.InvalidStateException: Attempt to set column &quot;X to two different values... on trunk/2.4.0
     </li>
+    <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2576'>OPENJPA-2576</a>] -         fix broken JavaDoc
+    </li>
 </ul>
 
 <h2>        Improvement
 </h2>
 <ul>
+    <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2386'>OPENJPA-2386</a>] -         Support for JAVA 8
+    </li>
     <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2389'>OPENJPA-2389</a>] -         For entity fields missing @Transient annotations, let us know the classes they are in.
     </li>
     <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2449'>OPENJPA-2449</a>] -         refresh(PESSIMISTIC_WRITE) generates seperate SQL for the lock
@@ -245,6 +252,8 @@ in each release of OpenJPA.</P>
     </li>
     <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2570'>OPENJPA-2570</a>] -         Allow an Informix user the option to disable the &#39;RETAINUPDATELOCKS&#39; SQL.
     </li>
+    <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2575'>OPENJPA-2575</a>] -         wrong context class loader in org.apache.openjpa.enhance.PCClassFileTransformer#transform0
+    </li>
 </ul>
 
 <h2>        Task