We encountered this bug after upgrading to Spring Boot 3 (which depends on Hibernate 6). I’m not sure what the best fix would be, but I guess the method CamelCaseToUnderscoresNamingStrategy#getIdentifier should not convert the name to lowercase if the Identifier is quoted. |