Re: hg: jdk7/jsn/jdk: 6717876: Make java.net.NetworkInterface.getIndex() public

2008-08-29 Thread Florian Weimer
* Mark Wielaard: > Aha. OK. I might be dense, but I don't think I am the only person not > immediately making the link between these methods and the RFC 2133 > "Interface Identification" and how they are used as described in RFC > 2292 for selecting the outgoing interface. For the record, RFC 213

Re: hg: jdk7/jsn/jdk: 6717876: Make java.net.NetworkInterface.getIndex() public

2008-08-28 Thread Alan Bateman
Mark Wielaard wrote: : Thanks. On irc I was pointed to "CCC" review board which currently is "under construction": http://openjdk.java.net/guide/reviewBodies.html and not planned to be made public till 2008/Q2. Would it be possible to publish a summary whenever such a CCC has occurred to the anno

Re: hg: jdk7/jsn/jdk: 6717876: Make java.net.NetworkInterface.getIndex() public

2008-08-28 Thread Mark Wielaard
On Thu, 2008-08-28 at 12:16 +0100, Alan Bateman wrote: > Mark Wielaard wrote: > > : > > This seems to introduce a new public API in the java.net package. > > I was wondering how that works for someone that wants to introduce > > such things in openjdk. > There is still some infrastructure and pro

Re: hg: jdk7/jsn/jdk: 6717876: Make java.net.NetworkInterface.getIndex() public

2008-08-28 Thread Alan Bateman
Andrew John Hughes wrote: : More generally, it's not clear where the decision was made to make this part of the (as yet non-existent) JDK7 platform JSR. Will there be more insight into this process from outside Sun in the near future? The change approval process for API additions and change

Re: hg: jdk7/jsn/jdk: 6717876: Make java.net.NetworkInterface.getIndex() public

2008-08-28 Thread Alan Bateman
Mark Wielaard wrote: : This seems to introduce a new public API in the java.net package. I was wondering how that works for someone that wants to introduce such things in openjdk. There is still some infrastructure and process that isn't externalized yet. The change approval process for API add

Re: hg: jdk7/jsn/jdk: 6717876: Make java.net.NetworkInterface.getIndex() public

2008-08-28 Thread Jean-Christophe Collet
Andrew John Hughes wrote: On 27/08/2008, Mark Wielaard <[EMAIL PROTECTED]> wrote: Hi, On Mon, Aug 25, 2008 at 12:43:59PM +, [EMAIL PROTECTED] wrote: > URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/f4289d75cd29 > > 6717876: Make java.net.NetworkInterface.getIndex() public >

Re: hg: jdk7/jsn/jdk: 6717876: Make java.net.NetworkInterface.getIndex() public

2008-08-27 Thread Andrew John Hughes
On 27/08/2008, Mark Wielaard <[EMAIL PROTECTED]> wrote: > Hi, > > > On Mon, Aug 25, 2008 at 12:43:59PM +, [EMAIL PROTECTED] wrote: > > URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/f4289d75cd29 > > > > 6717876: Make java.net.NetworkInterface.getIndex() public > > Summary: Make get

Re: hg: jdk7/jsn/jdk: 6717876: Make java.net.NetworkInterface.getIndex() public

2008-08-27 Thread Mark Wielaard
Hi, On Mon, Aug 25, 2008 at 12:43:59PM +, [EMAIL PROTECTED] wrote: > URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/f4289d75cd29 > > 6717876: Make java.net.NetworkInterface.getIndex() public > Summary: Make getIndex() and getByIndex() public. Required a name change in > native code >

hg: jdk7/jsn/jdk: 6717876: Make java.net.NetworkInterface.getIndex() public

2008-08-25 Thread jean-christophe . collet
Changeset: f4289d75cd29 Author:jccollet Date: 2008-08-25 14:38 +0200 URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/f4289d75cd29 6717876: Make java.net.NetworkInterface.getIndex() public Summary: Make getIndex() and getByIndex() public. Required a name change in native code Revie