You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by il...@apache.org on 2017/04/12 15:27:55 UTC

svn commit: r1791133 - /openjpa/site/trunk/content/openjpa-2.3.x.mdtext

Author: ilgrosso
Date: Wed Apr 12 15:27:55 2017
New Revision: 1791133

URL: http://svn.apache.org/viewvc?rev=1791133&view=rev
Log:
OpenJPA 2.3.1 was never released - removing.

Modified:
    openjpa/site/trunk/content/openjpa-2.3.x.mdtext

Modified: openjpa/site/trunk/content/openjpa-2.3.x.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/openjpa-2.3.x.mdtext?rev=1791133&r1=1791132&r2=1791133&view=diff
==============================================================================
--- openjpa/site/trunk/content/openjpa-2.3.x.mdtext (original)
+++ openjpa/site/trunk/content/openjpa-2.3.x.mdtext Wed Apr 12 15:27:55 2017
@@ -1,9 +1,10 @@
-Title: OpenJPA 2.3.1
-<a name="OpenJPA-2.3.1-OpenJPA-2.3.1"></a>
-# OpenJPA 2.3.1
+Title: OpenJPA 2.3.0
+
+<a name="OpenJPA-2.3.0-OpenJPA-2.3.0"></a>
+# OpenJPA 2.3.0
 
 The Apache OpenJPA community is proud to announce the release of Apache
-OpenJPA 2.3.1.
+OpenJPA 2.3.0.
 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
@@ -13,55 +14,7 @@ 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="OpenJPA2.3.1-ChangesinOpenJPA2.3.1"></a>
-# Changes in OpenJPA 2.3.1
-
-<h2>        Bug
-</h2>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1988'>OPENJPA-1988</a>] -         openjpa does not process persistence unit default &lt;cascade-persist&gt;
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2094'>OPENJPA-2094</a>] -         Metadata processing needs to support jar:file URLs that address Jar directories
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2233'>OPENJPA-2233</a>] -         Failed to invoke pcGetIDOwningClass method on embeddable entity with ID annotation
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2286'>OPENJPA-2286</a>] -         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
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2381'>OPENJPA-2381</a>] -         Update serp to 1.15.1
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2475'>OPENJPA-2475</a>] -         A query with LEFT FETCH JOIN returns incorrect results.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2476'>OPENJPA-2476</a>] -         OptimisticLockEx due to rounding of a Timestamp (either by OJ, or the DB)
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2478'>OPENJPA-2478</a>] -         Erroneous message from the enhancer when a Mapped Superclass contains an @Id.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2515'>OPENJPA-2515</a>] -         Fix 2.3.x binary downloads
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2525'>OPENJPA-2525</a>] -         Use of JoinColumn(.. referencedColumnName= ..) targets to another joinColumn key exposed as an attribute will cause a ConstrainViolation exception on persist
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2567'>OPENJPA-2567</a>] -         TINY/MEDIUM/LONG TEXT fields for MySQL are not supported
-</li>
-</ul>
-
-<h2>        Improvement
-</h2>
-<ul>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2449'>OPENJPA-2449</a>] -         refresh(PESSIMISTIC_WRITE) generates seperate SQL for the lock
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2450'>OPENJPA-2450</a>] -         Option to disable execution of ALTER SEQUENCE...INCREMENT BY statement for sequences.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2453'>OPENJPA-2453</a>] -         Add support to retain milliseconds of &#39;un-rounded&#39; Date field.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2521'>OPENJPA-2521</a>] -         Cannot load entities from a different bundle in an OSGi environment.
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-2607'>OPENJPA-2607</a>] -         Import range for javax.transaction is to small
-</li>
-</ul>
-
-
-
-<a name="OpenJPA2.3.1-ChangesinOpenJPA2.3.0"></a>
+<a name="OpenJPA2.3.0-ChangesinOpenJPA2.3.0"></a>
 # Changes in OpenJPA 2.3.0
 
 <h2>        Sub-task