technomancy / grenchman

Sorry about the name
GNU General Public License v3.0
217 stars 8 forks source link

Isolate plugin loading inside classloader #7

Closed technomancy closed 11 years ago

technomancy commented 11 years ago

If we are to re-use a JVM for Leiningen itself, we'll get unpredictable results unless we isolate each project's set of plugins in their own classloader. This will need to be implemented inside Leiningen.

technomancy commented 11 years ago

This isn't a concern of grenchman.