[5.0] Commons dependencies

2003-06-04 Thread Remy Maucherat
Tomcat 5.0.x, like many other major Jakarta projects, depends on a lot of stuff from the Commons. Most of those are in a stable state, but a few are either in between two stable releases, or not yet released. Here's the list of the components which will need to be released as stable before Tomc

Re: [5.0] Commons dependencies

2003-06-04 Thread Costin Manolache
Remy Maucherat wrote: > - modeler: Basis for Tomcat 5 JMX features, with a lot of new > impressively efficient functionality since release 1.0; again, a > critical component [Costin (do you have enough time to continue being > the RM of that component ?)] I have very little free time - if anyone

Re: [5.0] Commons dependencies

2003-06-04 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: - modeler: Basis for Tomcat 5 JMX features, with a lot of new impressively efficient functionality since release 1.0; again, a critical component [Costin (do you have enough time to continue being the RM of that component ?)] I have very little free

Re: [5.0] Commons dependencies

2003-06-04 Thread jean-frederic clere
Remy Maucherat wrote: Tomcat 5.0.x, like many other major Jakarta projects, depends on a lot of stuff from the Commons. Most of those are in a stable state, but a few are either in between two stable releases, or not yet released. Here's the list of the components which will need to be released

Re: [5.0] Commons dependencies

2003-06-04 Thread Glenn Nielsen
I will take care of the HTML Manager and file upload if no one else gets to it. Same for a reveiw of DBCP. But I won't have time until next week. Regards, Glenn Remy Maucherat wrote: Tomcat 5.0.x, like many other major Jakarta projects, depends on a lot of stuff from the Commons. Most of those

RE: [5.0] Commons dependencies

2003-06-04 Thread Shapira, Yoav
Howdy, >>>- modeler: Basis for Tomcat 5 JMX features, with a lot of new >>>impressively efficient functionality since release 1.0; again, a >>>critical component [Costin (do you have enough time to continue being >>>the RM of that component ?)] >> >> >> I have very little free time - if anyone co

Re: [5.0] Commons dependencies

2003-06-05 Thread Jean-Francois Arcand
Remy Maucherat wrote: Costin Manolache wrote: Remy Maucherat wrote: - modeler: Basis for Tomcat 5 JMX features, with a lot of new impressively efficient functionality since release 1.0; again, a critical component [Costin (do you have enough time to continue being the RM of that component ?)]

Re: [5.0] Commons dependencies

2003-06-05 Thread Jan Luehe
Remy & others, > Here's the list of the components which will need to be released as > stable before Tomcat 5.0 gets stable. I'm associating a proposed "owner" > for the component, based on past interactions with the components. > > - el: Core JSP 2.0 feature; this is a critical component, and ne

Re: [5.0] Commons dependencies

2003-06-05 Thread Remy Maucherat
Jan Luehe wrote: Remy & others, Here's the list of the components which will need to be released as stable before Tomcat 5.0 gets stable. I'm associating a proposed "owner" for the component, based on past interactions with the components. - el: Core JSP 2.0 feature; this is a critical component,

RE: [5.0] Commons dependencies

2003-06-05 Thread Craig R. McClanahan
On Wed, 4 Jun 2003, Shapira, Yoav wrote: > Date: Wed, 4 Jun 2003 09:05:22 -0400 > From: "Shapira, Yoav" <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject:

RE: [5.0] Commons dependencies

2003-06-05 Thread Shapira, Yoav
Howdy, >The Commons web pages have some notes for doing Commons releases at: > > http://jakarta.apache.org/commons/releases.html Those instructions seem clear enough. I volunteer to be the release manager for modeler 1.0 ;) There seem to be no bugs open for modeler in Bugzilla ("Zarro Boogs f

Re: [5.0] Commons dependencies

2003-06-05 Thread Martin Cooper
-To: Tomcat Developers List <[EMAIL PROTECTED]> > > To: Tomcat Developers List <[EMAIL PROTECTED]> > > Subject: RE: [5.0] Commons dependencies > > > > > > Howdy, > > > > >>>- modeler: Basis for Tomcat 5 JMX features, with a lot of new > >

RE: [5.0] Commons dependencies

2003-06-05 Thread Shapira, Yoav
Howdy, >> The Commons web pages have some notes for doing Commons releases at: >> >> http://jakarta.apache.org/commons/releases.html > >Despite the fact that they're flagged as "beta", IMHO the instructions here >are better: > >http://jakarta.apache.org/commons/releases/ Excellent: thank you f

RE: [5.0] Commons dependencies

2003-06-05 Thread Costin Manolache
Shapira, Yoav wrote: > > Howdy, > >>The Commons web pages have some notes for doing Commons releases at: >> >> http://jakarta.apache.org/commons/releases.html > > Those instructions seem clear enough. I volunteer to be the release > manager for modeler 1.0 ;) +1 :-) > There seem to be no b

Re: [5.0] Commons dependencies

2003-06-05 Thread Remy Maucherat
Shapira, Yoav wrote: Howdy, The Commons web pages have some notes for doing Commons releases at: http://jakarta.apache.org/commons/releases.html Those instructions seem clear enough. I volunteer to be the release manager for modeler 1.0 ;) +1. Thanks a lot for the help :) There seem to be no bu

RE: [5.0] Commons dependencies

2003-06-04 Thread Amy Roh
I don't think I have commons commit privilege. Can you apply this one line patch? The log should say - Fix to return String instead of ObjectName type for getObjectName following JSR77 spec. cvs server: Diffing . Index: BaseModelMBean.java =