Open gberche-orange opened 5 years ago
The hibernate version is pulled by spring-boot-starter-data-jpa
Latest 1.5.21.RELEASE still points to hibernate-core 5.0.12.Final.
This therefore would require a bump to 2.1.5.RELEASE which points to org.hibernate » hibernate-core 5.3.10.Final
Alternative fixes:
Root cause is that hibernate only supports natively mariadb starting in version 5.2.8 https://planet.jboss.org/post/mariadb_dialects.
Similar issue than https://github.com/orange-cloudfoundry/paas-templates/issues/299