Author: struberg
Date: Wed Jun 6 16:23:18 2018
New Revision: 1833055
URL: http://svn.apache.org/viewvc?rev=1833055&view=rev
Log:
OPENJPA-2690 OPENJPA-2691 modern Oracle LOB handling
ported over the fix from cschneider from trunk.
Thanks to Matt Pavlovich (apacheId mattrpav) for the report!
Modified:
openjpa/branches/2.4.x/openjpa-project/RELEASE-NOTES.html
openjpa/branches/2.4.x/openjpa/pom.xml
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=1833055&r1=1833054&r2=1833055&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
16:23:18 2018
@@ -127,7 +127,7 @@ in each release of OpenJPA.</P>
<h2><a name="ReleaseNotes">Release Notes</h2>
<hr>
-<h3><a name="241">OpenJPA 2.4.2</h3>
+<h3><a name="241">OpenJPA 2.4.3</h3>
Modified: openjpa/branches/2.4.x/openjpa/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.4.x/openjpa/pom.xml?rev=1833055&r1=1833054&r2=1833055&view=diff
==============================================================================
--- openjpa/branches/2.4.x/openjpa/pom.xml (original)
+++ openjpa/branches/2.4.x/openjpa/pom.xml Wed Jun 6 16:23:18 2018
@@ -121,6 +121,9 @@
<Private-Package />
<Export-Package>org.apache.openjpa.*;version=${project.version}</Export-Package>
<Import-Package>
+ oracle.jdbc.pool;resolution:=optional,
+ oracle.jdbc;resolution:=optional,
+ oracle.sql;resolution:=optional,
com.ibm.*;resolution:=optional,
org.postgresql.*;resolution:=optional,
org.apache.tools.ant.*;resolution:=optional,