Author: struberg
Date: Wed Jun 6 19:25:43 2018
New Revision: 1833078
URL: http://svn.apache.org/viewvc?rev=1833078&view=rev
Log:
update release notes for 2.4.3
Modified:
openjpa/branches/2.4.x/ (props changed)
openjpa/branches/2.4.x/openjpa-project/RELEASE-NOTES.html
Propchange: openjpa/branches/2.4.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Jun 6 19:25:43 2018
@@ -4,4 +4,4 @@
/openjpa/branches/2.2.1.x:1415367,1415413,1415425,1504719,1508186,1530347,1533222,1539193,1651808,1686910
/openjpa/branches/2.2.x:1384400,1415459-1415460,1415469,1485013,1530364,1533223,1580898,1580939,1591681,1631786,1641906,1642555,1666312,1686911,1700884,1702143,1728038,1756046,1756538
/openjpa/branches/2.3.x:1533462,1535560,1536912,1540277,1564121
-/openjpa/trunk:1757057,1757131,1757650,1768191,1768216
+/openjpa/trunk:1757057,1757131,1757650,1768191,1768216,1786518
Modified: openjpa/branches/2.4.x/openjpa-project/RELEASE-NOTES.html
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.4.x/openjpa-project/RELEASE-NOTES.html?rev=1833078&r1=1833077&r2=1833078&view=diff
==============================================================================
--- openjpa/branches/2.4.x/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/branches/2.4.x/openjpa-project/RELEASE-NOTES.html Wed Jun 6
19:25:43 2018
@@ -131,42 +131,45 @@ in each release of OpenJPA.</P>
-Release Notes - OpenJPA - Version 2.4.2
+
+Release Notes - OpenJPA - Version 2.4.3
<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>
+ <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-2660'>OPENJPA-2660</a>] -
Resolve Maven warnings
-</li>
+ <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>
<br>
@@ -174,6 +177,7 @@ Release Notes - OpenJPA - Version 2.4.2
<h2><a name="Previous"></a>Previous Releases</h2>
<p>Release notes for earlier releases of OpenJPA may be found in SVN at the
following locations.
<ul>
+ <li><a
href='http://svn.apache.org/viewvc/openjpa/tags/2.4.2/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA
2.4.2 RELEASE-NOTES.html</a></li>
<li><a
href='http://svn.apache.org/viewvc/openjpa/tags/2.4.1/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA
2.4.1 RELEASE-NOTES.html</a></li>
<li><a
href='http://svn.apache.org/viewvc/openjpa/tags/2.4.0/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA
2.4.0 RELEASE-NOTES.html</a></li>
<li><a
href='http://svn.apache.org/viewvc/openjpa/tags/2.3.0/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA
2.3.0 RELEASE-NOTES.html</a></li>