Re: Maintenance Reviews was: [PATCH] Enhance ServiceLoader to understand factory methods

2008-10-23 Thread Jaroslav Tulach
Dne Wednesday 22 October 2008 18:55:03 Eamonn McManus napsal(a): > Jaroslav, > > I can act as sponsor for this change. Excellent. I'll prepare better description of the change over the weekend. Thanks. -jst > > My understanding from looking at the code is that the change is as follows. > Today

Re: Is sun.net.www.protocol.jar.JarURLConnection Supported?

2008-10-23 Thread Alan Bateman
Ole Ersoy wrote: Hi, I hope this is the right list. Just wondering whether sun.net.www.protocol.jar.JarURLConnection is supported by OpenJDK. In the URL spec it lists the protocol handlers that are required to be present. The "jar" protocol is required (and JarURLConnection is the implementa

Is sun.net.www.protocol.jar.JarURLConnection Supported?

2008-10-23 Thread Ole Ersoy
Hi, I hope this is the right list. Just wondering whether sun.net.www.protocol.jar.JarURLConnection is supported by OpenJDK. I'm using java-1.7.0-icedtea, and when loading resources with weblets (https://weblets.dev.java.net) occasionally I get the exception: java.io.FileNotFoundException:

hg: jdk7/tl/langtools: 5 new changesets

2008-10-23 Thread maurizio . cimadamore
Changeset: 6508d7e812e1 Author:mcimadamore Date: 2008-10-23 17:59 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/6508d7e812e1 6732484: Bound error on wildcard code Summary: Check.checkExtends should cope with captured type-variables Reviewed-by: jjg ! src/share/classes

Re: SecurityException in AnnotationInvocationHandler.getMemberMethods

2008-10-23 Thread Joseph D. Darcy
Joseph D. Darcy wrote: Martin Buchholz wrote: If I had known when I started how hard it would be, I would never have started writing one... That is the case with many endeavors ;-) Where are annotations tests supposed to go? They seem under-test-covered. I've put it into a new directory,