kaleidos / grails-postgresql-extensions

Grails plugin to use postgresql native elements such as arrays, hstores,...
Apache License 2.0
78 stars 63 forks source link

Any plan of support Hibernate 5 in future? #90

Closed donbeave closed 7 years ago

ilopmar commented 8 years ago

Yes, I do plan to support it, based on the migration from Hibernate 3 to Hibernate 4, I think it shouldn't be complicated. I only need to find some time to do it. In the mean time, pull requests are welcomed :)

erichelgeson commented 7 years ago

Grails 3.2.x line will be hibernate 5 by default. You can still use Hibernate 4 with this plugin and GORM6 by downgrading the hibernate version http://gorm.grails.org/6.0.x/hibernate/manual/index.html#hibernateVersions

ghost commented 7 years ago

Plus+1 for Hibernate 5 support

ilopmar commented 7 years ago

Done in PR #99 and released as a initial version on 5.0.0-RC1