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

2002-03-15 Thread morgand
morgand 02/03/15 09:33:23 Modified:collections/src/java/org/apache/commons/collections ArrayIterator.java Log: fixed bad linefeeds Revision ChangesPath 1.8 +114 -114

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

2002-03-15 Thread morgand
morgand 02/03/15 09:33:52 Modified:collections/src/java/org/apache/commons/collections ArrayIterator.java Log: javadoc fix Revision ChangesPath 1.9 +4 -5

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

2002-03-15 Thread Daniel Rall
[EMAIL PROTECTED] writes: morgand 02/03/14 21:37:22 Added: collections/src/test/org/apache/commons/collections TestProxyMap.java Log: added for collections 2.0, fixed spelling of Daniel's name :) Heh, thanks Morgan. - Dan -- To unsubscribe,

[COLLECTIONS] [VOTE] Release Collections 2.0

2002-03-15 Thread Morgan Delagrange
Hi all, The release candidate is ready and sitting on the server: http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections /v2.0/ Please state your vote for this candidate. Also, please let me know if you discover errors in the distribution. +1 for releasing Collections

RE: [COLLECTIONS] [VOTE] Release Collections 2.0

2002-03-15 Thread Gerhard Froehlich
+1 EARTH FIRST! We'll strip-mine the other planets later. -Original Message- From: Morgan Delagrange [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 7:23 PM To: Jakarta Commons Developers Subject: [COLLECTIONS] [VOTE] Release Collections 2.0 Hi all, The release candidate

Re: [COLLECTIONS] [VOTE] Release Collections 2.0

2002-03-15 Thread Juozas Baliuka
+1 But, fix purge in SoftRefMap, it can be very useful class. Hi all, The release candidate is ready and sitting on the server: http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections /v2.0/ Please state your vote for this candidate. Also, please let me know if

Re: [COLLECTIONS] [VOTE] Release Collections 2.0

2002-03-15 Thread Daniel Rall
Morgan Delagrange [EMAIL PROTECTED] writes: Hi all, The release candidate is ready and sitting on the server: http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections /v2.0/ Please state your vote for this candidate. Also, please let me know if you discover errors

Re: RE: [COLLECTIONS] [VOTE] Release Collections 2.0

2002-03-15 Thread acoliver
nonbinding +1 from me. On Fri, 15 Mar 2002 21:59:10 0100 Gerhard Froehlich [EMAIL PROTECTED] wrote. 1 EARTH FIRST! We'll strip-mine the other planets later. -Original Message- From: Morgan Delagrange [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 7:23 PM To: Jakarta

cvs commit: jakarta-commons/logging/src/java/org/apache/commons/logging LogFactory.java

2002-03-15 Thread craigmcc
craigmcc02/03/15 14:57:36 Modified:logging/src/java/org/apache/commons/logging LogFactory.java Log: Remove forgotten debugging statement. Revision ChangesPath 1.6 +4 -5 jakarta-commons/logging/src/java/org/apache/commons/logging/LogFactory.java Index:

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpMultiClient.java

2002-03-15 Thread marcsaeg
marcsaeg02/03/15 15:28:59 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMultiClient.java Log: Improved javadoc comments. Improved parameter checking in executeMethod method. Improved exception handling in the executeMethod method.

cvs commit: jakarta-commons/httpclient/src/test-webapp/src/org/apache/commons/httpclient WriteCookieServlet.java

2002-03-15 Thread marcsaeg
marcsaeg02/03/15 15:32:40 Modified:httpclient/src/test-webapp/src/org/apache/commons/httpclient WriteCookieServlet.java Log: Explicitly set cookie version to 1. Revision ChangesPath 1.3 +6 -3

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils PropertyUtils.java

2002-03-15 Thread craigmcc
craigmcc02/03/15 20:11:04 Modified:beanutils/src/java/org/apache/commons/beanutils PropertyUtils.java Log: In copyProperties(), skip write-only properties on the origin bean without throwing an exception. PR: Bugzilla #6217 (reported against Struts)