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

Making extensions compatible with Hibernate 5.2 #110

Closed aulea closed 6 years ago

aulea commented 6 years ago

Is java 7 support still necessary or will drop it in next major version? Hibernate 5.2 supports Java 8+

ilopmar commented 6 years ago

@aulea Java 7 can be used up to Hibernate 5.1.x. Hibernate 5.2 only supports Java 8 so we can drop Java 7 support once we support Hibernate 5.2. Is this PR finished? You have close it so I'm not sure if I can review it and make sure everything works before merging it.

donbeave commented 6 years ago

Added support Hibernate 5.2 in this PR: https://github.com/kaleidos/grails-postgresql-extensions/pull/114