Grails Neo4j plugin 0.3 released
Today I released an update of the Grails Neo4j plugin (http://www.grails.org/plugin/neo4j). The main changes are:
- compatibility with Grails 1.3.x. Be aware, Grails 1.3 – 1.3.3 are suffering from http://jira.codehaus.org/browse/GRAILS-6427, so either use Grails 1.2.x, or be brave and use a recent git build of Grails 1.3.4.SNAPSHOT.
- usage of Neo4j 1.1 (released today just a few hours ago, so get it while it’s hot).
All changes:
- [GRAILSPLUGINS-2302] – “home” link broken in the org.codehaus.groovy.grails.plugins.neo4j.Neo4jController views
- [GRAILSPLUGINS-2303] – Problems with annotation Neo4jEntity
- [GRAILSPLUGINS-2345] – upgrade to Neo4j 1.1
- [GRAILSPLUGINS-2346] – <domainclass>.get() throws exception if id is not invalid
- [GRAILSPLUGINS-2347] – <domainClass>.findAllBy<Field>(value) fails
- [GRAILSPLUGINS-2349] – provide compatibility for Grails 1.3.x