mirror of https://github.com/apache/openjpa.git
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
This commit is contained in:
parent
c1d9fd3c62
commit
d35ea4bb06
4
pom.xml
4
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>
|
||||
|
|
Loading…
Reference in New Issue