Ollie Freeman
Ollie Freeman
This is being run from Spark. Actually scrolling through the code I have no idea why we are getting this, seems to have arisen since our development project included titan...
I don't know if this belongs here or in the grails-data-mapping/grails-datastore-gorm-hibernate-core but these are WARN level messages, which we can disable using logback but the codebase should probably be updated....
We use lucene to index multiple classes using hibernate search and as such we have the index root path of `/opt/lucene` inside which we have multiple index folders. It would...
The java-library plugin was introduced in gradle 3.4, this changed the dependency configurations deprecating compile and runtime. Gretty 2.0.0 which is "compatible with gradle 4" is not compatible with the...
Grails 5 will release with a dependency on hibernate 5.5 which hibernate search does not support at the current version. https://hibernate.org/search/releases. We therefore need to update to hibernate search 6
The jar file cannot include the logback.xml file without breaking builds which rely on it and do not want to use the xml file. For instance those builds which use...
All the "demo" gsp views are still included in 5.0.0 and 5.0.1. This includes the views.properties file along with all the gsp compiled class files eg `gsp_cachenotFound_gsp` This is breaking...
Im not sure whats happened, but * https://views.grails.org/latest is stuck at 2.0.4 * https://views.grails.org/2.1.x works * https://views.grails.org/2.2.x doesnt resolve * https://views.grails.org/2.1.0 doesnt resolve * https://views.grails.org/2.1.1 doesnt resolve * https://views.grails.org/2.1.2 doesnt...