Author: ilgrosso
Date: Thu Jun 14 07:33:14 2018
New Revision: 1833491
URL: http://svn.apache.org/viewvc?rev=1833491&view=rev
Log:
CMS commit to openjpa by ilgrosso
Modified:
openjpa/site/trunk/content/openjpa-2.4.x.mdtext
Modified: openjpa/site/trunk/content/openjpa-2.4.x.mdtext
URL:
http://svn.apache.org/viewvc/openjpa/site/trunk/content/openjpa-2.4.x.mdtext?rev=1833491&r1=1833490&r2=1833491&view=diff
==============================================================================
--- openjpa/site/trunk/content/openjpa-2.4.x.mdtext (original)
+++ openjpa/site/trunk/content/openjpa-2.4.x.mdtext Thu Jun 14 07:33:14 2018
@@ -1,10 +1,10 @@
Title: OpenJPA 2.4.x
-<a name="OpenJPA-2.4.2-OpenJPA-2.4.2"></a>
-# OpenJPA 2.4.2
+<a name="OpenJPA-2.4.3-OpenJPA-2.4.3"></a>
+# OpenJPA 2.4.3
The Apache OpenJPA community is proud to announce the release of Apache
-OpenJPA 2.4.2.
+OpenJPA 2.4.3.
This distribution is based on the final [JSR 317 Java Persistence API,
Version 2.0](http://jcp.org/en/jsr/detail?id=317) specification and
passes the JPA 2.0 TCK, while remaining backwards
@@ -14,6 +14,47 @@ compatible with the prior 1.2.x releases
Additional information on the OpenJPA project may be found at [the project web
site](http://openjpa.apache.org).
+<a name="OpenJPA-2.4.3"></a>
+# Changes in OpenJPA 2.4.3
+
+<h2> Bug
+</h2>
+<ul>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2646'>OPENJPA-2646</a>] -
Sporadic NullPointerException occurs under heavy load when QuerySQLCache
is enabled.
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2689'>OPENJPA-2689</a>] -
Calling setFixedCHAR on newer Oracle JDBC drivers fails with an
IllegalAccessException
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2690'>OPENJPA-2690</a>] -
Update OSGi Import-Package to support Oracle CLOB/BLOB
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2691'>OPENJPA-2691</a>] -
OracleDictionary should use non Deprecated method of empty_lob
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2698'>OPENJPA-2698</a>] -
Query cache incorrectly handles parameters for BETWEEN expressions
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2725'>OPENJPA-2725</a>] -
fix ConcurrentModificationException during unrefed dependents cleanup
+</li>
+</ul>
+
+<h2> New Feature
+</h2>
+<ul>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2598'>OPENJPA-2598</a>] -
Support SQL server Offset Fetch syntax for pagination
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2581'>OPENJPA-2581</a>] -
openjpa-maven-plugin: drop and create schema regardless of the current
database state
+</li>
+</ul>
+
+<h2> Dependency upgrade
+</h2>
+<ul>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2730'>OPENJPA-2730</a>] -
Update to XBean Asm 6 Shaded 4.8
+</li>
+</ul>
+
<a name="OpenJPA-2.4.2"></a>
# Changes in OpenJPA 2.4.2