Jeff Bucklew

Results 3 comments of Jeff Bucklew

@juiyout Removing 'apply plugin:"eclipse"' did not resolve the issue in Grails 3.1.12.

@maplye Adding 'testRuntime "org.slf4j:slf4j-api:1.7.10"' Does not work in Grails 3.1.12, and actually beaks the tests with java.lang.ClassNotFoundExceptions for each test class.

I believe I've found the cause of the Memory Leak. The above stacktrace was from running on my local machine, but when I deploy my app's war to a Tomcat...