Re: BeanUtils and Digester Release?

2002-04-08 Thread Klaasjan Brand
Scott Sanders wrote: Anyone hae any blockers that would stop the release of BeanUtils 1.3 or Digester 1.2? Digester has the XML rules stuff that I would like to get released, and both have had some good bugfixes. Opiniions, suggestions? Scott Sanders I mentioned a bug in

RE: Performing Commons announcements

2002-04-08 Thread Stephane Bailliez
I'm not sure that general is appropriate for that but I would not mind for a crosspost between announcements and the project user/dev mailing list. I'm not susbscribed to announcement (though I should, damn it) but people lurking at the dev/user mailing lists would be interested in. It also

[FileUpload] Delete uploaded files on exit

2002-04-08 Thread Kelvin Tan
I've attached a patch for uploaded files to be deleted when the JVM exits properly. Basically a call to deleteOnExit for the uploaded file. I didn't really want a bunch of tmp files lying around. Regards, Kelvin cvs diff DefaultFileItem.java (in directory

[Collections] MANIFEST.MF

2002-04-08 Thread Tomasz Pik
Hi there, Why there's Implementation-Version: 1.1-dev in 'bin' distribution of Collections 2.0. Regards Tomek Pik [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DO NOT REPLY [Bug 7808] - HTTP GET causes Squid 2.4 never to serve cached objects

2002-04-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7808. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/collections/src/conf MANIFEST.MF

2002-04-08 Thread morgand
morgand 02/04/08 09:07:47 Modified:collections/src/conf MANIFEST.MF Log: wrong version number in manifest Revision ChangesPath 1.4 +1 -1 jakarta-commons/collections/src/conf/MANIFEST.MF Index: MANIFEST.MF

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections TestIteratorChain.java

2002-04-08 Thread morgand
morgand 02/04/08 16:39:01 Added: collections/src/test/org/apache/commons/collections TestIteratorChain.java Log: An IteratorChain is a sequence of Iterators called until all Iterators are exhausted Revision ChangesPath 1.1

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections IteratorChain.java

2002-04-08 Thread morgand
morgand 02/04/08 16:59:58 Modified:collections/src/java/org/apache/commons/collections IteratorChain.java Log: fixed documentation error - IteratorChain is not currently Serializable Revision ChangesPath 1.2 +4 -8