Grails: Generic hibernate version for plugin -


i wonder if knows simple way of managing hibernate within plugin plugin becomes compatible variations of hibernate configuration within various types of grails default applications.

line 21 has hibernate :hibernate4:4.3.5.4 appears work fine grails 2.4.2 apps on grails 2.4.4 apps

runtime ":hibernate4:4.3.6.1"  

this causes issues.

just wondering if there way of making more generic work grails pre 2.4 apps..

this should work: ":hibernate:$grailsversion"


Comments

Popular posts from this blog

javascript - IndexedDB error: Uncaught DataCloneError: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned -

java - Unable to make sub reports with Jasper -

Integrity error when loading fixtures for Selenium testing in Django -