hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

HHH-15190 - Remove support for H2 versions older than 1.4.197

Open jrenaat opened this issue 3 years ago • 1 comments

https://hibernate.atlassian.net/browse/HHH-15190 Signed-off-by: Jan Schatteman [email protected]

jrenaat avatar Jun 21 '22 21:06 jrenaat

Hi @katzyn, the intent is to copy the original main dialect/translator as-is into the hibernate-community-dialects project, named like ...LegacyDialect/...LegacySqlAstTranslator, and then change only the main dialect:

  • Introduce a minimum version
  • Remove code that checks for versions smaller than the minimum version

I suggested to use the version 1.4.197 as minimum version, because that is currently widely used in some other projects and I didn't want to force everyone to update immediately, especially because the update involves a lot of work for some users. This is just a first step though where the Hibernate team tries to setup a baseline of "supported" versions. We can raise the minimum to 2.1.x for the next minor release again if we see adoption of the new version.

beikov avatar Jun 22 '22 06:06 beikov