hibernate-orm
hibernate-orm copied to clipboard
HHH-15190 - Remove support for H2 versions older than 1.4.197
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.