Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 45648 invoked from network); 25 Apr 2007 08:16:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2007 08:16:18 -0000 Received: (qmail 11303 invoked by uid 500); 25 Apr 2007 08:16:22 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 11223 invoked by uid 500); 25 Apr 2007 08:16:22 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 11214 invoked by uid 99); 25 Apr 2007 08:16:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 01:16:22 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mloenko@gmail.com designates 66.249.82.225 as permitted sender) Received: from [66.249.82.225] (HELO wx-out-0506.google.com) (66.249.82.225) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 01:16:13 -0700 Received: by wx-out-0506.google.com with SMTP id i26so173291wxd for ; Wed, 25 Apr 2007 01:15:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AhrIS6x4A0y/4qbsuqhUYQKvSUz7YueAWMfmWOREszLXOq6koceyuo62szqzmTyZyPrC+RoKX5z1r+0bEhecfQTCz0UDaXJYdst0ZRvIax8oJ/+tjdElNPFi+Of88u9DvqP+XgFYbhvd6CXIdA5aeaNnMZvPzFXCe3bPjV5N/Dw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QUSNbjzCUcX2v3D01cnEk27IVlrMk1GPNruajaJIojbHDGH31hKSF4s+tBET5hrWR4tiNNYx/aGOiFyC0bfKLgmV9MPIMM5cW54IdNAB4s+k7V2K/KCx13kOWE3FJklu/8aokv7dTg0sU/ZFP8+yUIRinTOmFkae1M9HMxgLUQw= Received: by 10.70.65.5 with SMTP id n5mr992872wxa.1177488951921; Wed, 25 Apr 2007 01:15:51 -0700 (PDT) Received: by 10.100.33.18 with HTTP; Wed, 25 Apr 2007 01:15:51 -0700 (PDT) Message-ID: <906dd82e0704250115k1c2c87e8u296b6ee486bbd4d8@mail.gmail.com> Date: Wed, 25 Apr 2007 15:15:51 +0700 From: "Mikhail Loenko" To: dev@harmony.apache.org Subject: Re: [general] Removing "endorsed" packages from JAPI reports In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <906dd82e0704242250k705cc566m90ca2660976e52b9@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 2007/4/25, Alexey Petrenko : > Yep, it is possible of course. > I've added this task to my nearest-future-to-do-list but have not > complete it yet. :) Alexey I was talking about regular statistics that we refer at http://harmony.apache.org/subcomponents/classlibrary/status.html My suggestion was to add one more stats: without "endorsed" packages The statistics itself is located at http://www.kaffe.org/~stuart/... Not sure that there is write access there from your nearest-future-to-do-list ;) Thanks, Mikhail > > I'll finish it this week. > > SY, Alexey > > 2007/4/25, Mikhail Loenko : > > Hi Stuart, > > > > As it was discussed in the thread I'm copying, we are free > > to replace classes in the packages listed here [1] by "classes implementing > > a more recent version of the API as defined by the appropriate > > standards body" [2] > > > > Would it be possible to generate JAPI diffs not taking into account packages > > listed in [1] so that we get clear picture about amount of API work remained? > > > > Thanks, > > Mikhail > > > > [1] http://java.sun.com/j2se/1.5.0/docs/guide/standards/index.html > > [2] http://java.sun.com/j2se/1.5.0/README.html > > > > > > > > 2007/1/23, Tim Ellison : > > > Alexey Petrenko wrote: > > > > 2007/1/17, Geir Magnusson Jr. : > > > >> so what do we do? I'm hoping that we can find a way to achieve this > > > >> w/o us having to have "shadow" or duplicate code here... > > > > That would be great. Can you suggest something? > > > > > > As Alexey wrote, the level of CORBA support in the RI 5.0 [1] is > > > predominantly 2.3.1 based. However, we are free to implement a later > > > version of the Corba spec and still be compliant since the CORBA code is > > > an "endorsed standard" (see [2]). > > > > > > In this case I suggest we support Yoko in their goal of implementing > > > corba 2.4 (and ignore the JAPI diffs). > > > > > > [1] http://java.sun.com/j2se/1.5.0/docs/guide/idl/compliance.html > > > [2] http://java.sun.com/j2se/1.5.0/README.html > > > > > > Regards, > > > Tim > > > > > > > > >