James Kleeh
James Kleeh
@kortov I've updated the build so 0.4.x tags will publish to the docs url /0.4 and master tags will publish to the docs url /1.0
@kortov No it did release. Not sure why the build hung https://bintray.com/schlogen/com.jameskleeh/excel-builder/0.4.4
@beckje01 I wouldn't mind diving into this, however I really have no idea what would need changed. Can you provide a general description of what will need changed?
@amadfida It's possible we can support this through the `grails-java8` plugin. I'll be looking into what is necessary to get it to work.
@amadfida I cannot reproduce your claim that all the dates are stored as long. I have the following types in my domain (per the neo4j docs): ``` LocalDate OffsetTime LocalTime...
@amadfida Native support for those types was not added until driver version 1.6. Here are things we can do: 1. Upgrade the neo4j driver to 1.6 in neo4j-gorm 6.2.0 (not...
@amadfida I've updated 6.2.0.BUILD-SNAPSHOT to use the latest driver. Can you test to see if it is working as expected?
I don't understand the use case. Can you put together a more concrete example?
Is the `personService` transactional?
@AmaliaMV Then the controller should not be transactional