purpleraven

Results 33 comments of purpleraven

@jeffbrown I faced the same issue. With grails 4 I have used oldstyle springloaded instead of spring-boot-devtools ``` agent "org.springframework:springloaded:1.2.8.RELEASE" ``` But grails 5 not supports it anymore. And now...

@jeffbrown is it tehnically possible to add support springloaded in grails 5? Or Grails 5 require java 11? For Grails 4 it was added in one day after request.

I still see the logs with grails 4 and gorm 7.0.8

@jeffbrown I have rechecked springloaded with grails 5. That works same with grails 4: Works, but fails on @transactional annotations. I see new 1.3.0 version on https://github.com/spring-projects/spring-loaded. But the version...

@Dirk-27 @dularion what is the latest recomended version of springloaded for grails? Issue with transactional annotation https://github.com/grails/grails-core/issues/12630#issuecomment-1196611476 annoing me =(

I see the same error but with another reason ``` # Problematic frame: # C 0x0000000000000000 ``` ``` Compilation events (10 events): Event: 84.853 Thread 0x00007f8a414a4800 13693 1 org.grails.datastore.gorm.GormEnhancer::$getCallSiteArray (40...

@Dirk-27 I don't know why, but with 1.3.0 version, and with provided snapshot hot reload not working at all. I see recompilation in the log, but changes not applied. For...

with new spring loaded I have the same JVM crash for my main and most complex application ``` # SIGSEGV (0xb) at pc=0x0000000000000000, pid=154837, tid=0x00007efe6e1ff640 # # JRE version: OpenJDK...

@Dirk-27 i have the problem only on huge 15 years old project with many plugins For another 4 simpler projects everithing works well. I have tested with 2 different JVMs,...