Re: [M2] Surefire IsolatedClassLoader implementation

2006-08-09 Thread Brett Porter
Hi Simon, Catching up on mail to this list. The assessment for the isolated classloader sounds correct, so a patch would be good. I think the bootstrap classloader needs to be changed to be the same as the surefire one, as its the latter that has evolved. I'm not sure the bootstrap even needs

[M2] Surefire IsolatedClassLoader implementation

2006-08-01 Thread Simon Kitching
Hi, The IsolatedClassLoader class in the surefire module has the following line of code: private ClassLoader parent = ClassLoader.getSystemClassLoader(); I believe this is causing a recursive loop when I try to explicitly use this class as the system classloader. Its only purpose is a very m