RE: Logging: SimpleLog not thread-safe

2006-10-06 Thread Kenneth Xu
> Solution: remove the dateFormatter instance variable and instantiate a > new DateFormat each time in the log method, e.g. How about a ThreadLocal variable? Thanks, Ken - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

svn commit: r453836 - in /jakarta/commons/proper/beanutils/trunk: build.xml project.xml xdocs/changes.xml

2006-10-06 Thread niallp
Author: niallp Date: Fri Oct 6 19:05:10 2006 New Revision: 453836 URL: http://svn.apache.org/viewvc?view=rev&rev=453836 Log: bump version number to 1.8.0-SNAPSHOT Modified: jakarta/commons/proper/beanutils/trunk/build.xml jakarta/commons/proper/beanutils/trunk/project.xml jakarta/com

[jira] Resolved: (BEANUTILS-250) LazyDynaClass can create a DynaProperty with a "null" type

2006-10-06 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-250?page=all ] Niall Pemberton resolved BEANUTILS-250. --- Resolution: Fixed Fixed LazyDynaClass, but maybe DynaProperty should be changed so that the constructors that have a type parameter set the ty

svn commit: r453827 - in /jakarta/commons/proper/beanutils/trunk: src/java/org/apache/commons/beanutils/LazyDynaClass.java xdocs/changes.xml

2006-10-06 Thread niallp
Author: niallp Date: Fri Oct 6 18:20:14 2006 New Revision: 453827 URL: http://svn.apache.org/viewvc?view=rev&rev=453827 Log: Fix for BEANUTILS-250 - LazyDynaClass can create a DynaProperty with a "null" type Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanu

[jira] Created: (BEANUTILS-250) LazyDynaClass can create a DynaProperty with a "null" type

2006-10-06 Thread Niall Pemberton (JIRA)
LazyDynaClass can create a DynaProperty with a "null" type -- Key: BEANUTILS-250 URL: http://issues.apache.org/jira/browse/BEANUTILS-250 Project: Commons BeanUtils Issue Type: Bug A

[jira] Updated: (LANG-265) [patch] Cannot build tests from latest SVN

2006-10-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-265?page=all ] Henri Yandell updated LANG-265: --- Fix Version/s: 2.2 (was: Nightly Builds) > [patch] Cannot build tests from latest SVN > -- > >

[jira] Created: (LANG-282) Create more tests to test out the +=31 replacement code in DurationFormatUtils.

2006-10-06 Thread Henri Yandell (JIRA)
Create more tests to test out the +=31 replacement code in DurationFormatUtils. --- Key: LANG-282 URL: http://issues.apache.org/jira/browse/LANG-282 Project: Commons Lang

[jira] Resolved: (LANG-281) DurationFormatUtils returns wrong result

2006-10-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-281?page=all ] Henri Yandell resolved LANG-281. Resolution: Fixed svn ci -m "Adding a unit test for #LANG-281 and a fix. The fix involves removing the reduceAndCorrect method. It appears that this method was d

svn commit: r453818 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/time/DurationFormatUtils.java test/org/apache/commons/lang/time/DurationFormatUtilsTest.java

2006-10-06 Thread bayard
Author: bayard Date: Fri Oct 6 17:22:42 2006 New Revision: 453818 URL: http://svn.apache.org/viewvc?view=rev&rev=453818 Log: Adding a unit test for #LANG-281 and a fix. The fix involves removing the reduceAndCorrect method. It appears that this method was doing sod all - which is worrying as it

[jira] Updated: (LANG-281) DurationFormatUtils returns wrong result

2006-10-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-281?page=all ] Henri Yandell updated LANG-281: --- Attachment: LANG-281-fix.patch Attaching a fix. It's not a very good sign that I'm fixing this by deleting a block of code and discovering that no unit tests are s

[jira] Created: (BEANUTILS-249) BeanUtilsBean does not convert objects using custom convertors properly

2006-10-06 Thread Brad (JIRA)
BeanUtilsBean does not convert objects using custom convertors properly --- Key: BEANUTILS-249 URL: http://issues.apache.org/jira/browse/BEANUTILS-249 Project: Commons BeanUtils

[jira] Updated: (LANG-281) DurationFormatUtils returns wrong result

2006-10-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-281?page=all ] Henri Yandell updated LANG-281: --- Attachment: LANG-281-test.patch Unit test attached. > DurationFormatUtils returns wrong result > > > Key:

[jira] Updated: (LANG-281) DurationFormatUtils returns wrong result

2006-10-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-281?page=all ] Henri Yandell updated LANG-281: --- Attachment: (was: LANG-281-test.patch) > DurationFormatUtils returns wrong result > > > Key: LANG-281 >

[jira] Updated: (LANG-281) DurationFormatUtils returns wrong result

2006-10-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-281?page=all ] Henri Yandell updated LANG-281: --- Attachment: LANG-281-test.patch Attached unit test. > DurationFormatUtils returns wrong result > > > Key:

[jira] Updated: (VALIDATOR-204) isValid return false for a valid URL

2006-10-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-204?page=all ] Henri Yandell updated VALIDATOR-204: Attachment: VALIDATOR-204.patch This was done as a part of the day-job; so attaching a patch to signify that I passed it from my day-job role to my

[jira] Created: (VALIDATOR-205) Improve handling of ; in paths

2006-10-06 Thread Henri Yandell (JIRA)
Improve handling of ; in paths -- Key: VALIDATOR-205 URL: http://issues.apache.org/jira/browse/VALIDATOR-205 Project: Commons Validator Issue Type: Improvement Reporter: Henri Yandell Assigned

[jira] Resolved: (VALIDATOR-204) isValid return false for a valid URL

2006-10-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-204?page=all ] Henri Yandell resolved VALIDATOR-204. - Fix Version/s: 1.3.1 Resolution: Fixed svn ci -m "Adding _ and ; to the list of allowed characters within the path component of a URL. _ is

svn commit: r453784 - /jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/UrlValidator.java

2006-10-06 Thread bayard
Author: bayard Date: Fri Oct 6 14:44:55 2006 New Revision: 453784 URL: http://svn.apache.org/viewvc?view=rev&rev=453784 Log: Adding _ and ; to the list of allowed characters within the path component of a URL. _ is definitely allowed and ; is allowed but there are restrictions on its use and we

[jira] Commented: (VALIDATOR-204) isValid return false for a valid URL

2006-10-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-204?page=comments#action_12440607 ] Henri Yandell commented on VALIDATOR-204: - The pattern is: /^(/[-\\w:@&?=+,.!/~*'%$]*)?$/ So the above url fails on the ; and the _. I don't see any r

svn commit: r453758 - /jakarta/commons/proper/validator/trunk/src/test/org/apache/commons/validator/UrlTest.java

2006-10-06 Thread bayard
Author: bayard Date: Fri Oct 6 13:36:38 2006 New Revision: 453758 URL: http://svn.apache.org/viewvc?view=rev&rev=453758 Log: Remove debug from #VALIDATOR-204 Modified: jakarta/commons/proper/validator/trunk/src/test/org/apache/commons/validator/UrlTest.java Modified: jakarta/commons/prope

svn commit: r453757 - /jakarta/commons/proper/validator/trunk/src/test/org/apache/commons/validator/UrlTest.java

2006-10-06 Thread bayard
Author: bayard Date: Fri Oct 6 13:33:55 2006 New Revision: 453757 URL: http://svn.apache.org/viewvc?view=rev&rev=453757 Log: Applying unit test for #VALIDATOR-204 Modified: jakarta/commons/proper/validator/trunk/src/test/org/apache/commons/validator/UrlTest.java Modified: jakarta/commons/

Re: Release of Commons POM?

2006-10-06 Thread Jörg Schaible
Jochen Wiedmann wrote: > On 10/6/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: > >> You don't have to: >> >> svn co -N . > > Accepted. OTOH, that wouldn't have helped me initially, because the > child directories aren't visible, at least not in my Eclipse view. svn list svn up logging Did I men

Logging: SimpleLog not thread-safe

2006-10-06 Thread Martin Wilson
Hi, I'm not sure if anyone else uses the SimpleLog class - anyway I've noticed that SimpleLog.log is not thread-safe. The following code (starting on line 282): if(showDateTime) { buf.append(dateFormatter.format(new Date())); buf.append(" "); } makes an

Re: Release of Commons POM?

2006-10-06 Thread Jochen Wiedmann
On 10/6/06, Jörg Schaible <[EMAIL PROTECTED]> wrote: You don't have to: svn co -N . Accepted. OTOH, that wouldn't have helped me initially, because the child directories aren't visible, at least not in my Eclipse view. Jochen -- My wife Mary and I have been married for forty-seven years an

RE: Release of Commons POM?

2006-10-06 Thread Jörg Schaible
Hi Jochen, Jochen Wiedmann wrote on Friday, October 06, 2006 10:17 AM: [snip] > > There is one additional issue, which I do have myself. Checking out > the trunks-proper directory in order to edit the POM will typically > result in checking out all of jakarta-commons. Obviously, that's not > wh

[jira] Commented: (VFS-94) Provide support for the FISH protocol

2006-10-06 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-94?page=comments#action_12440459 ] Mario Ivankovits commented on VFS-94: - ... "but all you have at your disposal is SSH access." What do you mean with *BUT*? I dont know if you know, but we use sftp

[jira] Commented: (CONFIGURATION-197) [configuration] INIConfiguration

2006-10-06 Thread Trevor Charles Miller (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-197?page=comments#action_12440427 ] Trevor Charles Miller commented on CONFIGURATION-197: - Will add the header and do a unit test. Once complete I'll add the updated code

[jira] Created: (VFS-94) Provide support for the FISH protocol

2006-10-06 Thread Elifarley Callado Coelho (JIRA)
Provide support for the FISH protocol - Key: VFS-94 URL: http://issues.apache.org/jira/browse/VFS-94 Project: Commons VFS Issue Type: New Feature Reporter: Elifarley Callado Coelho The FISH p

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-10-06 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-10-06 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-id (in module jakarta-commons-sandbox) failed

2006-10-06 Thread Adam Jack
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-id has an issue affecting its community integration. This issue affects 1

[EMAIL PROTECTED]: Project commons-id (in module jakarta-commons-sandbox) failed

2006-10-06 Thread Adam Jack
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-id has an issue affecting its community integration. This issue affects 1

Release of Commons POM?

2006-10-06 Thread Jochen Wiedmann
Hi, as already discussed in http://marc.theaimsgroup.com/?t=11571905414 I would like to approach a release of the commons POM. - At the time of the above thread, the maven-changes-plugin was available as a snapshot release only. In the meantime, this has changed. - The POM is using a r