unquotedCaseStrategy defaults to UPPER and it is causing test failures in schema validation tests, an example from EnumValidationTest:
it then defaults to https://github.com/hibernate/hibernate-orm/blob/main/hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/spi/IdentifierHelperBuilder.java#L44%5D
and then it fails to find a table in [https://github.com/hibernate/hibernate-orm/blob/main/hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/NameSpaceTablesInformation.java#L31%5D because "TestEntity != "TESTENTITY". List of affected tests:
|