Florian Langenhahn

Results 5 comments of Florian Langenhahn

@jameskleeh i tried GORM 7.0.2 but can't make it work. i always get this exception when running the integration test: ``` java.lang.NoSuchMethodError: org.codehaus.groovy.runtime.DefaultGroovyMethods.collect([Ljava/lang/Object;Lgroovy/lang/Closure;)Ljava/util/List; at grails.plugin.hibernate.HibernateGrailsPlugin.doWithSpring_closure1(HibernateGrailsPlugin.groovy:65) ```

unfortunately, we can't upgrade to grails 4 yet and have to stick with grails 3.3.x. is there any chance that this fix gets backported to GORM 6.x? or is there...

@hussainanjar you can find a working version for grails 3.3 here: https://github.com/uberall/spring-session/tree/2.0.1-ub

the repo is this one: https://bintray.com/uberall/plugins/spring-session/2.0.1-ub actually i submitted a PR, which got accepted yesterday: https://github.com/jeetmp3/spring-session/pull/22

We're also affected by this. Using grails 3.1.15 here. It happens when indexing tons of domain objects into elasticsearch. After a while, the excludedLoaderInstances list has some million entries and...