----- Original Message ----- 
From: "Remy Maucherat" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Monday, September 01, 2003 5:58 AM
Subject: [5.0.10] New build ?


> I think releasing a new build at the end of this week would be a good
> idea, given that most issues with 5.0.9 have been resolved.
>
> The remaining issues I can think of:
>
> * commons-daemon: Needs a 1.0 release (any volunteers ?); needs polish
> (display of log items in the console could probably be nicer, bug 18220).

Sort of running before you can walk here ;-).  Daemon needs to graduate from
the sandbox before it can have a release.

The console does need work.  At the moment it appears to be (trying to :)
assume that you are using log4j with a format something like "%r [%t]: %c %p
%m%n".  In general, it's a hard problem, since all that it is doing is
grabbing stdout/stderr and attempting to display it in the GUI.  The other
problem with the console is that it never rolls-off (so the more you log,
the more memory the process consumes).

Bug #18220 is simply not implemented for the new ListView control.  It's not
hard to do however.  As much as I hate Windows GUI programming, If I get
some free time at work I can probably look into implementing it.

>
> * Schema validation issues: I still have issues validating jsp-examples,
> even with Xerces 2.1; anyone else experiencing this ? (Jean-François
> cannot reproduce this) By release time, we'd want to ship a newer
> Xerces, so the underlying issue would need to be fixed if possible.
>
> * Classloader leaks in some situations after a reload (ex: reload the
> admin webapp, tested on Windows / JDK 1.4.2). There doesn't seem to be
> any reference leak, and yet the classloader is not getting GCed, so I'm
> puzzled. Anyone can help me debug this ?
>
> * More bugfixes :)
>
> * Anything else ?
>
> Remy
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to