Skip to content

Commit

Permalink
[Blazebit#841] Oracle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobe91 committed Jul 22, 2020
1 parent 5dc9cd1 commit 9eb3b74
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@
<!-- Careful, we need this otherwise the ordering will be wrong... -->
<user.country>US</user.country>
<user.language>en</user.language>
<!-- Dumb, dumber, Oracle -->
<!-- See https://stackoverflow.com/questions/33232260/temporaltemporaltype-date-with-oracle-12 -->
<oracle.jdbc.DateZeroTime>true</oracle.jdbc.DateZeroTime>
</systemPropertyVariables>
</configuration>
<dependencies>
Expand Down
3 changes: 3 additions & 0 deletions entity-view/testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,9 @@
<!-- Careful, we need this otherwise the ordering will be wrong... -->
<user.country>us</user.country>
<user.language>en</user.language>
<!-- Dumb, dumber, Oracle -->
<!-- See https://stackoverflow.com/questions/33232260/temporaltemporaltype-date-with-oracle-12 -->
<oracle.jdbc.DateZeroTime>true</oracle.jdbc.DateZeroTime>
</systemPropertyVariables>
</configuration>
<dependencies>
Expand Down
3 changes: 3 additions & 0 deletions integration/deltaspike-data/testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@
<jdbc.password>oracle</jdbc.password>
<jdbc.driver>oracle.jdbc.driver.OracleDriver</jdbc.driver>
<activeProfiles>${spring.activeProfiles}</activeProfiles>
<!-- Dumb, dumber, Oracle -->
<!-- See https://stackoverflow.com/questions/33232260/temporaltemporaltype-date-with-oracle-12 -->
<oracle.jdbc.DateZeroTime>true</oracle.jdbc.DateZeroTime>
</systemPropertyVariables>
</configuration>
<dependencies>
Expand Down
3 changes: 3 additions & 0 deletions integration/querydsl/testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@
<!-- Careful, we need this otherwise the ordering will be wrong... -->
<user.country>US</user.country>
<user.language>en</user.language>
<!-- Dumb, dumber, Oracle -->
<!-- See https://stackoverflow.com/questions/33232260/temporaltemporaltype-date-with-oracle-12 -->
<oracle.jdbc.DateZeroTime>true</oracle.jdbc.DateZeroTime>
</systemPropertyVariables>
</configuration>
<dependencies>
Expand Down
3 changes: 3 additions & 0 deletions integration/spring-data/testsuite/webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@
<jdbc.password>oracle</jdbc.password>
<jdbc.driver>oracle.jdbc.driver.OracleDriver</jdbc.driver>
<activeProfiles>${spring.activeProfiles}</activeProfiles>
<!-- Dumb, dumber, Oracle -->
<!-- See https://stackoverflow.com/questions/33232260/temporaltemporaltype-date-with-oracle-12 -->
<oracle.jdbc.DateZeroTime>true</oracle.jdbc.DateZeroTime>
</systemPropertyVariables>
</configuration>
<dependencies>
Expand Down
3 changes: 3 additions & 0 deletions integration/spring-data/testsuite/webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,9 @@
<jdbc.password>oracle</jdbc.password>
<jdbc.driver>oracle.jdbc.driver.OracleDriver</jdbc.driver>
<activeProfiles>${spring.activeProfiles}</activeProfiles>
<!-- Dumb, dumber, Oracle -->
<!-- See https://stackoverflow.com/questions/33232260/temporaltemporaltype-date-with-oracle-12 -->
<oracle.jdbc.DateZeroTime>true</oracle.jdbc.DateZeroTime>
</systemPropertyVariables>
</configuration>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>18.3.0.0</version>
<version>19.7.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9eb3b74

Please sign in to comment.