You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2019/01/10 12:31:26 UTC

[openjpa] 02/03: OPENJPA-2753 use an oracle12_xe docker container

This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git

commit d35ea4bb06d103766c4cd1e738b265d69b8a4f36
Author: Mark Struberg <st...@apache.org>
AuthorDate: Thu Jan 10 13:27:42 2019 +0100

    OPENJPA-2753 use an oracle12_xe docker container
    
    It seems Oracle11 had really a problem with XMLType handling internally.
    It did seemingly random return a 0x00 at position 4000 of a xmltype.
    This got fixed in Oracle12
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9cc1559..c1cc1ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1401,7 +1401,7 @@
                 <oracle.artifactid>ojdbc6</oracle.artifactid>
                 <oracle.version>11.2.0.4.0-atlassian-hosted</oracle.version>
 
-                <oracle.server.version>16.04</oracle.server.version>
+                <oracle.server.version>latest</oracle.server.version>
                 <docker.external.oracle.port>1521</docker.external.oracle.port>
 
                 <connection.driver.name>oracle.jdbc.driver.OracleDriver</connection.driver.name>
@@ -1454,7 +1454,7 @@
                         <configuration>
                             <images>
                                 <image>
-                                    <name>wnameless/oracle-xe-11g:${oracle.server.version}</name>
+                                    <name>sath89/oracle-12c:${oracle.server.version}</name>
                                     <run>
                                         <volumes>
                                             <bind>