From 89543fc398fccd740e6c48a0fa8cbb696c740882 Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Fri, 17 Mar 2023 10:17:27 +0100 Subject: [PATCH] HHH-16316 Move version specific dialects of unsupported versions to hibernate-community-dialects --- migration-guide.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/migration-guide.adoc b/migration-guide.adoc index 3a022f0a37..c657f6b80f 100644 --- a/migration-guide.adoc +++ b/migration-guide.adoc @@ -108,7 +108,11 @@ Now, columns of type `number` with scale 0 are interpreted as `int` or `bigint` [[database-versions]] == Removal of support for legacy database versions -This version introduces the concept of minimum supported database version for most of the database dialects that Hibernate supports. This implies that the legacy code for versions that are no longer supported by their vendors, has been removed from the hibernate-core module. It is, however, still available in the hibernate-community-dialects module. +This version introduces the concept of minimum supported database version for most of the database dialects that Hibernate supports. +This implies that the legacy code for versions that are no longer supported by their vendors, has been removed from the hibernate-core module. +It is, however, still available in the hibernate-community-dialects module, just under a different package, +namely `org.hibernate.community.dialect` instead of `org.hibernate.dialect`. +Note that this also includes version specific dialects like `PostgreSQL81Dialect`, `MariaDB102Dialect` etc. The minimum supported dialect versions are as follows: