Access denied ("java.lang.RuntimePermission" "getClassLoader") for Plugin in Computing Engine of SQ 8.0 and SQ 8.1

I am running into this too while trying to load the Clojure runtime in my plugin. Clojure uses its own context classloader, so I have to get the current thread’s context classloader, change the current thread’s context classloader to the one my plugin class is using, and then change it back when I’m done. Is there a workaround for this so I can use Clojure in my plugin?