Author: ilgrosso
Date: Tue Jan  3 08:04:14 2017
New Revision: 1777087

URL: http://svn.apache.org/viewvc?rev=1777087&view=rev
Log:
Update for 2.4.2

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=1777087&r1=1777086&r2=1777087&view=diff
==============================================================================
--- openjpa/site/trunk/content/openjpa-2.4.x.mdtext (original)
+++ openjpa/site/trunk/content/openjpa-2.4.x.mdtext Tue Jan  3 08:04:14 2017
@@ -1,9 +1,10 @@
 Title: OpenJPA 2.4.x
-<a name="OpenJPA-2.4.1-OpenJPA-2.4.1"></a>
-# OpenJPA 2.4.1
+
+<a name="OpenJPA-2.4.2-OpenJPA-2.4.2"></a>
+# OpenJPA 2.4.2
 
 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 [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
@@ -11,8 +12,46 @@ compatible with the prior 1.2.x releases
 (JPA 1.0) part of Java Community Process JSR-220 (Enterprise JavaBeans
 3.0).
 
-Additional information on the OpenJPA project may be found at [the project web 
site](http://openjpa.apache.org)
-.
+Additional information on the OpenJPA project may be found at [the project web 
site](http://openjpa.apache.org).
+
+<a name="OpenJPA-2.4.2"></a>
+# Changes in OpenJPA 2.4.2
+
+<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>
 
 <a name="OpenJPA-2.4.1"></a>
 # Changes in OpenJPA 2.4.1


Reply via email to