spud-grails / spud-cms

Spud Grails CMS Module with Page, Menu, and Snippet Management
18 stars 6 forks source link

Grails version needed #1

Closed nic0michael closed 10 years ago

nic0michael commented 10 years ago

Spud does not work with Grails version 2.2.2 or 2.4 Nico

davydotcom commented 10 years ago

Minimum version is 2.3.x recommend 2.3.9 will work on 2.4.0 but you have to exclude hibernate since grails 2.4 defaults to hibernate4

Sent from my iPhone

On May 31, 2014, at 8:58 AM, nic0michael notifications@github.com wrote:

Spud does not work with Grails version 2.2.2 or 2.4 Nico

— Reply to this email directly or view it on GitHub.

nic0michael commented 10 years ago

Hi David Thanks very much for such a quick response I am downloading version 2.3

regards Nico

Quoting David Estes notifications@github.com:

Minimum version is 2.3.x recommend 2.3.9 will work on 2.4.0 but you
have to exclude hibernate since grails 2.4 defaults to hibernate4

Sent from my iPhone

On May 31, 2014, at 8:58 AM, nic0michael notifications@github.com wrote:

Spud does not work with Grails version 2.2.2 or 2.4 Nico

— Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub: https://github.com/spud-grails/spud-cms/issues/1#issuecomment-44747939

davydotcom commented 10 years ago

Latest version (0.4.5) removes hibernate as a runtime dependency (export=false). It is still required but it is now 100% up to your application to specify which version of hibernate. This should resolve any issues with 2.3.x or 2.4.x . Also as far as checking minimum version goes. The grails plugins page actually shows the minimum as >2.3