File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 38
38
<mysql-connector-java .version>8.0.32</mysql-connector-java .version>
39
39
<postgresql .version>42.6.0</postgresql .version>
40
40
<!--
41
- Oracles later JDBC driver has a problem with returning ids from batch inserts
42
- https://stackoverflow.com/questions/72717261/autokeyinfo-is-not-initialized-when-trying-to-batch-insert-into-table-with-gen
41
+ The Oracle driver 23.3.0.23.09 is not considered production ready by Oracle, but it fixes two important problems for Spring Data JDBC:
42
+ https://stackoverflow.com/q/72717261/66686
43
+ https://stackoverflow.com/q/62263576/66686
43
44
-->
44
- <oracle .version>19.18 .0.0 </oracle .version>
45
+ <oracle .version>23.3 .0.23.09 </oracle .version>
45
46
46
47
<!-- test utilities-->
47
48
<awaitility .version>4.2.0</awaitility .version>
You can’t perform that action at this time.
0 commit comments