File tree 2 files changed +2
-2
lines changed
integration-tests/jpa-oracle
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Authentication parameters might need to be changed in the Quarkus configuration
22
22
### Starting Oracle via docker
23
23
24
24
```
25
- docker run --memory-swappiness=0 --rm=true --name=HibernateTestingOracle -p 1521:1521 -e ORACLE_PASSWORD=hibernate_orm_test gvenzl/oracle-xe:11 -slim
25
+ docker run --memory-swappiness=0 --rm=true --name=HibernateTestingOracle -p 1521:1521 -e ORACLE_PASSWORD=hibernate_orm_test gvenzl/oracle-xe:18.4.0 -slim
26
26
```
27
27
28
28
This will start a local instance with the configuration matching the parameters used by the integration tests of this module.
Original file line number Diff line number Diff line change 16
16
<properties >
17
17
<oracledb .url>jdbc:oracle:thin:@localhost:1521/XE</oracledb .url>
18
18
<!-- See https://hub.docker.com/r/gvenzl/oracle-xe -->
19
- <oracle .image>gvenzl/oracle-xe:11 -slim</oracle .image>
19
+ <oracle .image>gvenzl/oracle-xe:18.4.0 -slim</oracle .image>
20
20
</properties >
21
21
22
22
<dependencies >
You can’t perform that action at this time.
0 commit comments