On 12 February 2014 13:03, Mark Derricutt <m...@talios.com> wrote: > Glad I wasn't the only one confused. > > Still, as I mention in my other post on this - does this not now mean that > Maven MUST run on JDK7?
nope there is a check here https://github.com/sonatype/plexus-classworlds/blob/master/src/main/java/org/codehaus/plexus/classworlds/realm/ClassRealm.java#L63 To know if the current class support the interface or not (a sort of isJdk1.7 autodetect) > > Mark > > > On 12 Feb 2014, at 12:41, Igor Fedorenko wrote: > >> http://download.java.net/jdk8/docs/api/java/net/URLClassLoader.html >> >> -- >> Regards, >> Igor >> >> On 2/11/2014, 18:38, Laird Nelson wrote: >>> >>> On Tue, Feb 11, 2014 at 3:20 PM, Stuart McCulloch <mccu...@gmail.com> >>> wrote: >>> >>>> I suspect this is related to the change in Classworlds 2.4.1+ to use the >>>> new ClassLoader.close() method available in Java7 to forcibly close >>>> plugin >>>> ClassLoaders when the plugin/container realm is disposed. >>> >>> >>> >>> Just as an aside, this sent me scrambling to my Javadocs; I see no such >>> close() method on ClassLoader in any version of Java? (See for example >>> http://download.java.net/jdk8/docs/api/java/lang/ClassLoader.html) >>> >>> Typo? >>> >>> Best, >>> Laird >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org >> For additional commands, e-mail: dev-h...@maven.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > -- Olivier Lamy Ecetera: http://ecetera.com.au http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org