JAVA-20163 Upgrade hibernate specific modules to JDK 11 (#13817)

* JAVA-20163 Migration hibernate-annotations

* JAVA-20163 Migrate hibernate-queries

* JAVA-20163 Migrating hibernate-mapping

* JAVA-20163 rename reserved keywords, update inheritance example

* JAVA-20163 Migrate hibernate-ogm module to the jdk 8 because hibernate-ogm doesn't support jakarta API

* JAVA-20163 Migrate hibernate-enterprise module

* JAVA-20163 Add update to HibernateExceptionUnitTest#whenQueryExecutedWithUnmappedEntity_thenMappingException

* JAVA-20163 Set explicit version for hibernate 6.1.7.Final in the hibernate-queries module

* JAVA-20163 Fix failed test with port that already exists (giving another port 8088)

* JAVA-20163 Fix other location after changing the port

* JAVA-20163 Remove duplicate Unit Test

---------

Co-authored-by: n <noreplay@yahoo.com>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
This commit is contained in:
timis1
2023-05-12 16:36:06 +03:00
committed by GitHub
parent 000149dd33
commit e7d1d56c47
117 changed files with 816 additions and 787 deletions
+5 -6
View File
@@ -26,15 +26,14 @@
<module>flyway-repair</module>
<module>hbase</module>
<module>hibernate5</module>
<!-- <module>hibernate-mapping</module> FAILED --> <!-- long running -->
<module>hibernate-mapping</module> <!-- long running -->
<module>hibernate-mapping-2</module>
<!-- <module>hibernate-ogm</module>
<module>hibernate-annotations</module> FAILED -->
<module>hibernate-annotations</module>
<module>hibernate-exceptions</module>
<module>hibernate-libraries</module>
<module>hibernate-jpa</module>
<!-- <module>hibernate-queries</module> FAILED -->
<!-- <module>hibernate-enterprise</module> FAILED -->
<module>hibernate-queries</module>
<module>hibernate-enterprise</module>
<module>influxdb</module>
<!-- <module>java-cassandra</module> FAILED -->
<module>java-cockroachdb</module>
@@ -116,7 +115,7 @@
<!-- persistence -->
<hibernate.version>6.2.0.Final</hibernate.version>
<postgresql.version>42.5.4</postgresql.version>
<hsqldb.version>2.3.4</hsqldb.version>
<hsqldb.version>2.7.1</hsqldb.version>
<testcontainers.version>1.16.3</testcontainers.version>
</properties>