Author: buildbot
Date: Thu Jun 14 07:33:19 2018
New Revision: 1031179
Log:
Staging update by buildbot for openjpa
Modified:
websites/staging/openjpa/trunk/content/ (props changed)
websites/staging/openjpa/trunk/content/openjpa-2.4.x.html
Propchange: websites/staging/openjpa/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 14 07:33:19 2018
@@ -1 +1 @@
-1833490
+1833491
Modified: websites/staging/openjpa/trunk/content/openjpa-2.4.x.html
==============================================================================
--- websites/staging/openjpa/trunk/content/openjpa-2.4.x.html (original)
+++ websites/staging/openjpa/trunk/content/openjpa-2.4.x.html Thu Jun 14
07:33:19 2018
@@ -156,10 +156,10 @@ limitations under the License.
visibility: hidden;
}
h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
-<p><a name="OpenJPA-2.4.2-OpenJPA-2.4.2"></a></p>
-<h1 id="openjpa-242">OpenJPA 2.4.2<a class="headerlink" href="#openjpa-242"
title="Permanent link">¶</a></h1>
+<p><a name="OpenJPA-2.4.3-OpenJPA-2.4.3"></a></p>
+<h1 id="openjpa-243">OpenJPA 2.4.3<a class="headerlink" href="#openjpa-243"
title="Permanent link">¶</a></h1>
<p>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 <a
href="http://jcp.org/en/jsr/detail?id=317">JSR 317 Java Persistence API,
Version 2.0</a> specification and
passes the JPA 2.0 TCK, while remaining backwards
@@ -167,6 +167,50 @@ compatible with the prior 1.2.x releases
(JPA 1.0) part of Java Community Process JSR-220 (Enterprise JavaBeans
3.0).</p>
<p>Additional information on the OpenJPA project may be found at <a
href="http://openjpa.apache.org">the project web site</a>.</p>
+<p><a name="OpenJPA-2.4.3"></a></p>
+<h1 id="changes-in-openjpa-243">Changes in OpenJPA 2.4.3<a class="headerlink"
href="#changes-in-openjpa-243" title="Permanent link">¶</a></h1>
+<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>
+
<p><a name="OpenJPA-2.4.2"></a></p>
<h1 id="changes-in-openjpa-242">Changes in OpenJPA 2.4.2<a class="headerlink"
href="#changes-in-openjpa-242" title="Permanent link">¶</a></h1>
<h2> Bug