Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 60347 invoked from network); 28 Sep 2002 08:13:55 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 28 Sep 2002 08:13:55 -0000 Received: (qmail 3567 invoked by uid 97); 28 Sep 2002 08:14:30 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 3534 invoked by uid 97); 28 Sep 2002 08:14:29 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 3522 invoked by uid 98); 28 Sep 2002 08:14:29 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <005a01c266c8$1d550a40$a28027d9@oemcomputer> From: "Stephen Colebourne" To: "Jakarta Commons Developers List" References: <7A8C40CF-D238-11D6-898E-003065DC754C@blueyonder.co.uk> <3D949B73.1060607@titan.com> Subject: Re: [beanutils] plan for 1.5 release Date: Sat, 28 Sep 2002 09:21:58 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Can you point me to the piece of functionality in Digester that relies on it. Stephen BTW: I am currently looking after the reflection code in lang. ----- Original Message ----- From: "Gregory M. Messner" To: "Jakarta Commons Developers List" Sent: Friday, September 27, 2002 6:54 PM Subject: Re: [beanutils] plan for 1.5 release > Attached is a small patch for MethodUtils.java. It simply changes the > visibility of getMatchingAccessibleMethod() from private to public. > This is needed for a patch I submitted for digester, so I'm hoping to > get it into the 1.5 release. > > I have twice previously submitted this patch using the [PATCH] mechanism > in the subject, but have yet to have any action taken on it. Should I > resubmit it, enter a bugzilla bug, or ? > > Thanks and keep up the good work. > > Greg > > > robert burrell donkin wrote: > > > release plan > > ============ > > > > release manager: scott sanders > > version number: 1.5 > > features: localization support and bug fixes > > to do: fix bug #12458 (since no one's volunteered) i'll take > > a look at this > > fix bug #12728 scott - you're handling this. > > (i'd personally be happy to release > > without a test case for this one) > > close bug #12331 unless the poster comes back with > > some details i'll going to close this > > i'd like to freeze new features now and aim to be have the final > > release vote sometime monday. we'll move forward by lazy consensus - > > so speak now or forever hold your tongue... > > > > over to you, scott. > > > > - robert > > > > > > -- > > To unsubscribe, e-mail: > > > > For additional commands, e-mail: > > > > > ---------------------------------------------------------------------------- ---- > Index: MethodUtils.java > =================================================================== > RCS file: /home/cvspublic/jakarta-commons/beanutils/src/java/org/apache/commons/beanut ils/MethodUtils.java,v > retrieving revision 1.14 > diff -u -r1.14 MethodUtils.java > --- MethodUtils.java 22 Sep 2002 21:45:35 -0000 1.14 > +++ MethodUtils.java 27 Sep 2002 17:39:51 -0000 > @@ -540,7 +540,7 @@ > * @param methodName find method with this name > * @param parameterTypes find method with compatible parameters > */ > - private static Method getMatchingAccessibleMethod( > + public static Method getMatchingAccessibleMethod( > Class clazz, > String methodName, > Class[] parameterTypes) { > > ---------------------------------------------------------------------------- ---- > -- > To unsubscribe, e-mail: > For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: