Author: buildbot
Date: Tue Jan 3 08:04:21 2017
New Revision: 1004028
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 Tue Jan 3 08:04:21 2017
@@ -1 +1 @@
-1763709
+1777087
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 Tue Jan 3
08:04:21 2017
@@ -156,18 +156,57 @@ 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.1-OpenJPA-2.4.1"></a></p>
-<h1 id="openjpa-241">OpenJPA 2.4.1<a class="headerlink" href="#openjpa-241"
title="Permanent link">¶</a></h1>
+<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>The Apache OpenJPA community is proud to announce the release of Apache
-OpenJPA 2.4.1.
+OpenJPA 2.4.2.
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
compatible with the prior 1.2.x releases based on the Java Persistence API
(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>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.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
+</h2>
+
+<ul>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2245'>OPENJPA-2245</a>] -
NotSerializableException when using a remote QueryCache and the Criteria
API
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2631'>OPENJPA-2631</a>] -
ClassCastException occurs when an equals comparison query is executed on
an entity with an @EmbeddedId that contains more than one field.
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2632'>OPENJPA-2632</a>] -
select new not working if result class is not in same classloader
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2636'>OPENJPA-2636</a>] -
Custom plugins (e.g. JDBCListener, DBDictionary) can cause Classloader
leaks.
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2640'>OPENJPA-2640</a>] -
Cannot use custom DBDictionary with Maven plugin
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2650'>OPENJPA-2650</a>] -
When SchemaFactory and useSchemaName=false is set, a schema name is
incorrectly used.
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2651'>OPENJPA-2651</a>] -
IDs of entities are incorrectly assigned when @SqlResultSetMapping is
used with inheritance and a ManyToOne relationship.
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2672'>OPENJPA-2672</a>] -
ConfigurationImpl.loadGlobals() has
java.util.ConcurrentModificationException vulnerability
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2674'>OPENJPA-2674</a>] -
JarFile is not closed
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2675'>OPENJPA-2675</a>] -
Missing check for null parameter in equals()
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2676'>OPENJPA-2676</a>] -
openjpa relies on default locale
+</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2684'>OPENJPA-2684</a>] -
Persistence entities not recognized in Wildfly 10 if in a JAR
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+
+<ul>
+<li>[<a
href='https://issues.apache.org/jira/browse/OPENJPA-2660'>OPENJPA-2660</a>] -
Resolve Maven warnings
+</li>
+</ul>
+
<p><a name="OpenJPA-2.4.1"></a></p>
<h1 id="changes-in-openjpa-241">Changes in OpenJPA 2.4.1<a class="headerlink"
href="#changes-in-openjpa-241" title="Permanent link">¶</a></h1>
<h2> Bug