JAVA-20164 Upgrade java hibernate specific modules to JDK 11 (#13900)

* JAVA-20164 Upgrade java hibernate specific modules to JDK 11

* JAVA-20164 Migrating java-jpa-2

* JAVA-20164 Migrating jnosql-artemis

* JAVA-20164 Migrating querydsl

* JAVA-20164 Migrating r2dbc

* JAVA-20164 Migrating redis

* JAVA-20164 Fixing test JPATextUnitTest#givenExam_whenSaveExam_thenReturnExpectedExam

* JAVA-20164 Fixing givenIdentityStrategy_whenCommitTransction_thenReturnPrimaryKey

* JAVA-20164 Changes after review

* JAVA-20164 Migrating java-cassandra to jdk8

* JAVA-20164 Fix legacy mode error

* Update pom.xml

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
This commit is contained in:
timis1
2023-05-19 11:37:45 +03:00
committed by GitHub
parent 09e421c3cd
commit e624a6c893
93 changed files with 637 additions and 677 deletions
+3 -3
View File
@@ -89,9 +89,9 @@
</build>
<properties>
<flyway.core.version>9.14.1</flyway.core.version>
<jdbc.postgresql.version>42.5.2</jdbc.postgresql.version>
<r2dbc.postgresql.version>1.0.0.RELEASE</r2dbc.postgresql.version>
<flyway.core.version>9.16.0</flyway.core.version>
<jdbc.postgresql.version>42.5.4</jdbc.postgresql.version>
<r2dbc.postgresql.version>1.0.1.RELEASE</r2dbc.postgresql.version>
</properties>
</project>