Grails - Dynamic Plugins - Isolated Classloader
To prevent a possible jars conflict during dynamic plugin execution (what I was talking about in my previous post), I found a simple solution that I'm pasting for you here:
class DefaultPluginJob {
static triggers = { }
static cachedClassLoader = ...
blog.mornati.net1 min read