OK, so this one is not really a bug: the GridDialect is instantiated twice: the first time for the test infrastructure (required for `@SkipByDialect`) without the settings applied, the second time when the session factory is created, this time correctly with the settings applied. The first instance is not used at all and is created in an isolated service registry. |