Fixed
Details
Assignee
Falko ModlerFalko ModlerReporter
Falko ModlerFalko ModlerComponents
Fix versions
Priority
Major
Details
Details
Assignee
Falko Modler
Falko ModlerReporter
Falko Modler
Falko ModlerComponents
Fix versions
Priority
Created May 18, 2020 at 10:55 PM
Updated June 23, 2021 at 4:57 PM
Resolved September 9, 2020 at 10:40 AM
hibernate-orm
is still based on h2 database 1.4.196 which was released back in Jun, 2017: https://mvnrepository.com/artifact/com.h2database/h2This blocking an update in Quarkus: https://github.com/quarkusio/quarkus/issues/9354
To update to 1.4.200+, the
H2Dialect
and the testsuite have to be checked/adjusted.