From acb0276bc675b49577a9bb80927ba0e2f6172b39 Mon Sep 17 00:00:00 2001
From: Mark Struberg
Date: Sat, 18 Apr 2015 06:13:37 +0000
Subject: [PATCH] prepare release notes for 2.4.0
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1674446 13f79535-47bb-0310-9956-ffa450edef68
---
openjpa-project/RELEASE-NOTES.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index 986f2030b..d237090ad 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -129,7 +129,8 @@ in each release of OpenJPA.
- Release Notes - OpenJPA - Version 2.4.0
+
+Release Notes - OpenJPA - Version 2.4.0
Sub-task
@@ -159,6 +160,8 @@ in each release of OpenJPA.
[OPENJPA-2286] - 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
+ [OPENJPA-2287] - OpenJPA makes fields null
+
[OPENJPA-2381] - Update serp to 1.15.1
[OPENJPA-2441] - TestNullSafeConcurrentHashMap fails when running on Oracle Java 8
@@ -219,11 +222,15 @@ in each release of OpenJPA.
[OPENJPA-2573] - org.apache.openjpa.persistence.InvalidStateException: Attempt to set column "X to two different values... on trunk/2.4.0
+ [OPENJPA-2576] - fix broken JavaDoc
+
Improvement
+ - [OPENJPA-2386] - Support for JAVA 8
+
- [OPENJPA-2389] - For entity fields missing @Transient annotations, let us know the classes they are in.
- [OPENJPA-2449] - refresh(PESSIMISTIC_WRITE) generates seperate SQL for the lock
@@ -245,6 +252,8 @@ in each release of OpenJPA.
- [OPENJPA-2570] - Allow an Informix user the option to disable the 'RETAINUPDATELOCKS' SQL.
+ - [OPENJPA-2575] - wrong context class loader in org.apache.openjpa.enhance.PCClassFileTransformer#transform0
+
Task