[jira] Commented: (CONFIGURATION-273) Saving with interpolation

2007-05-24 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498503 ] Oliver Heger commented on CONFIGURATION-273: Maybe we could implement this feature in a more

[jira] Commented: (CONFIGURATION-273) Saving with interpolation

2007-05-24 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498512 ] Emmanuel Bourg commented on CONFIGURATION-273: -- Just curious, what is the use case for this

[jira] Commented: (CLI-71) [cli] A weakness of parser

2007-05-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498526 ] Henri Yandell commented on CLI-71: -- Another option, which is relatively similar, is to clear the values list before

[jira] Updated: (CLI-71) [cli] A weakness of parser

2007-05-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated CLI-71: - Attachment: CLI-71-fix.patch Attaching a fix for this issue. It clears the Option classes in the Options

[jira] Created: (NET-161) TFTP TFTPClient.sendFile() just doesen't work

2007-05-24 Thread Peter Schmid (JIRA)
TFTP TFTPClient.sendFile() just doesen't work - Key: NET-161 URL: https://issues.apache.org/jira/browse/NET-161 Project: Commons Net Issue Type: Bug Affects Versions: 1.4 Environment:

[jira] Commented: (CLI-71) [cli] A weakness of parser

2007-05-24 Thread Brian Egge (JIRA)
[ https://issues.apache.org/jira/browse/CLI-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498581 ] Brian Egge commented on CLI-71: --- I went down the clone route for quite a while, as this seemed to be the reasonable

[jira] Updated: (CLI-71) [cli] A weakness of parser

2007-05-24 Thread Brian Egge (JIRA)
[ https://issues.apache.org/jira/browse/CLI-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Egge updated CLI-71: -- Attachment: Cloneable.patch Here's all the work done for the clone able solution. If we later decide to go down

[jira] Created: (LANG-336) Finally start using generics.

2007-05-24 Thread Hendrik Maryns (JIRA)
Finally start using generics. - Key: LANG-336 URL: https://issues.apache.org/jira/browse/LANG-336 Project: Commons Lang Issue Type: Improvement Affects Versions: 2.3 Reporter: Hendrik Maryns It

[jira] Updated: (CLI-71) [cli] A weakness of parser

2007-05-24 Thread Brian Egge (JIRA)
[ https://issues.apache.org/jira/browse/CLI-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Egge updated CLI-71: -- Attachment: CLI71_resetvalues.patch This is the minimal patch and tests. This uses the method of reset any values

[jira] Commented: (CLI-71) [cli] A weakness of parser

2007-05-24 Thread Brian Egge (JIRA)
[ https://issues.apache.org/jira/browse/CLI-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498586 ] Brian Egge commented on CLI-71: --- Sorry Henri - I didn't see the work you did on this issue a few hours ago before I

[jira] Updated: (LANG-336) Finally start using generics.

2007-05-24 Thread Hendrik Maryns (JIRA)
[ https://issues.apache.org/jira/browse/LANG-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hendrik Maryns updated LANG-336: Attachment: commons-lang-2.3-sources-generic.tar.gz All source files, zipped. One file is not

[jira] Updated: (LANG-336) Finally start using generics.

2007-05-24 Thread Hendrik Maryns (JIRA)
[ https://issues.apache.org/jira/browse/LANG-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hendrik Maryns updated LANG-336: Attachment: lang.patch The same stuff, but in form of a patch. Finally start using generics.

svn commit: r541270 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/ src/test/org/apache/commons/configuration/ xdocs/

2007-05-24 Thread ebourg
Author: ebourg Date: Thu May 24 04:31:25 2007 New Revision: 541270 URL: http://svn.apache.org/viewvc?view=revrev=541270 Log: Fixed PropertiesConfiguration.save() to avoid escaping the list delimiter if it has been disabled (CONFIGURATION-269) Added:

[jira] Resolved: (CONFIGURATION-269) PropertiesConfiguration.save() generates superfluous escaping character when delimiter parsing is disabled

2007-05-24 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved CONFIGURATION-269. -- Resolution: Fixed Thank you for the test Oliver, I integrated it. I

[jira] Updated: (CONFIGURATION-164) Charset detection

2007-05-24 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-164: - Fix Version/s: (was: 1.5) 1.6 Environment:

[jira] Updated: (CONFIGURATION-175) Support Byte Order Marks

2007-05-24 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated CONFIGURATION-175: - Fix Version/s: (was: 1.5) 1.6 Environment:

[jira] Created: (LOGGING-113) pom.xml in maven repository does not list dependencies as optional

2007-05-24 Thread Max Berger (JIRA)
pom.xml in maven repository does not list dependencies as optional -- Key: LOGGING-113 URL: https://issues.apache.org/jira/browse/LOGGING-113 Project: Commons Logging Issue

[jira] Updated: (COLLECTIONS-110) Support parametized classes with commons.collections.

2007-05-24 Thread Hendrik Maryns (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hendrik Maryns updated COLLECTIONS-110: --- Attachment: Jakarta Collections-generic.tar.gz Since this does not seem to

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

2007-05-24 Thread James Strachan
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-betwixt has an issue affecting its community integration. This issue

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

2007-05-24 Thread James Strachan
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-betwixt has an issue affecting its community integration. This issue

[jira] Updated: (COLLECTIONS-110) Support parametized classes with commons.collections.

2007-05-24 Thread Hendrik Maryns (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hendrik Maryns updated COLLECTIONS-110: --- Attachment: collections.patch The same as a patch. Support parametized

[jira] Commented: (LANG-336) Finally start using generics.

2007-05-24 Thread Tom Nichols (JIRA)
[ https://issues.apache.org/jira/browse/LANG-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498626 ] Tom Nichols commented on LANG-336: -- I agree, generics would be nice. I'm not familiar with Jakarta's development

[jira] Commented: (LANG-336) Finally start using generics.

2007-05-24 Thread Antonio Petrelli (JIRA)
[ https://issues.apache.org/jira/browse/LANG-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498628 ] Antonio Petrelli commented on LANG-336: --- About backward compatibility, consider using Retrotranslator. Finally

[jira] Commented: (JXPATH-86) Children returned instead of self for arrays when using . selector

2007-05-24 Thread Adam Crume (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498636 ] Adam Crume commented on JXPATH-86: -- I understand that getValue() and getPointer() return only the first matching

[jira] Updated: (BEANUTILS-87) Package scope implementation of public interface for mapped property fails

2007-05-24 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-87: - Assignee: Niall Pemberton Affects Version/s: 1.7.0 Summary:

svn commit: r541308 - in /jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/bugs: ./ Jira87TestCase.java other/ other/Jira87BeanFactory.java

2007-05-24 Thread niallp
Author: niallp Date: Thu May 24 07:31:50 2007 New Revision: 541308 URL: http://svn.apache.org/viewvc?view=revrev=541308 Log: BEANUTILS-87 - Package scope implementation of a public interface for mapped property fails. Adding a test case to prove that this has been resolved (running the test

[jira] Resolved: (BEANUTILS-87) Package scope implementation of public interface for mapped property fails

2007-05-24 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-87. -- Resolution: Fixed I added a test case for this issue - which I have verified fails

[jira] Commented: (JXPATH-86) Children returned instead of self for arrays when using . selector

2007-05-24 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498664 ] Matt Benson commented on JXPATH-86: --- ah, point taken on that last example. I am researching as time permits.

[jira] Closed: (DBCP-224) Null delegate possible

2007-05-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed DBCP-224. -- Resolution: Duplicate Thanks for the report Anatoliy. I'm closing this in favour of the slightly newer

svn commit: r541327 - in /jakarta/commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/PropertyUtilsBean.java test/org/apache/commons/beanutils/PropertyUtilsTestCase.java

2007-05-24 Thread niallp
Author: niallp Date: Thu May 24 08:38:56 2007 New Revision: 541327 URL: http://svn.apache.org/viewvc?view=revrev=541327 Log: BEANUTILS-88 PropertyUtilsBean.isReadable/isWriteable always returns false for mapped properties - thanks to Chuck Daniels Modified:

[jira] Updated: (BEANUTILS-88) PropertyUtilsBean.isReadable/isWriteable always returns false for mapped properties

2007-05-24 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-88: - Assignee: Niall Pemberton Affects Version/s: 1.7.0 Summary:

svn commit: r541336 - /jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/PropertyUtilsTestCase.java

2007-05-24 Thread niallp
Author: niallp Date: Thu May 24 08:46:10 2007 New Revision: 541336 URL: http://svn.apache.org/viewvc?view=revrev=541336 Log: Minor javadoc correction Modified: jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/PropertyUtilsTestCase.java Modified:

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

2007-05-24 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.

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

2007-05-24 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.

[jira] Updated: (BEANUTILS-33) Can't use dot in mapped properties for setProperty or getPropertyDescriptor

2007-05-24 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-33: - Affects Version/s: 1.7.0 Summary: Can't use dot in mapped properties for

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

2007-05-24 Thread commons-jelly-tags-fmt 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-fmt-test has an issue affecting its community integration.

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

2007-05-24 Thread commons-jelly-tags-fmt 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-fmt-test has an issue affecting its community integration.

[jira] Commented: (DBCP-225) getConnection / borrowObject fails with NullPointerException

2007-05-24 Thread Anatoliy Salistra (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498695 ] Anatoliy Salistra commented on DBCP-225: The situation is even more mysterious since the DelegatingConnection

[jira] Updated: (DBCP-225) getConnection / borrowObject fails with NullPointerException

2007-05-24 Thread Alexei Samonov (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexei Samonov updated DBCP-225: Description: We use dbcp PoolingDataSource in Solaris/Oracle 10g RAC environment and our

[jira] Created: (VFS-162) Url parsing incorrect with @ symbol in the password field.

2007-05-24 Thread Ivan Lazarte (JIRA)
Url parsing incorrect with @ symbol in the password field. -- Key: VFS-162 URL: https://issues.apache.org/jira/browse/VFS-162 Project: Commons VFS Issue Type: Bug Affects Versions:

[jira] Commented: (LANG-336) Finally start using generics.

2007-05-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498737 ] Henri Yandell commented on LANG-336: Check out:

[jira] Commented: (LANG-336) Finally start using generics.

2007-05-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498754 ] Henri Yandell commented on LANG-336: I wonder if this kind of method can be legal... public ObjectT[] foo(T ...

[jira] Commented: (LANG-336) Finally start using generics.

2007-05-24 Thread Tom Nichols (JIRA)
[ https://issues.apache.org/jira/browse/LANG-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498772 ] Tom Nichols commented on LANG-336: -- Henri Yandell [24/May/07 11:12 AM]: I wonder if this kind of method can be

svn commit: r541397 - /jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/PropertyUtilsTestCase.java

2007-05-24 Thread niallp
Author: niallp Date: Thu May 24 12:22:03 2007 New Revision: 541397 URL: http://svn.apache.org/viewvc?view=revrev=541397 Log: Adding a test case for BEANUTILS-33 to PropertyUtilsTestCase. This incosistency (can't use dot in mapped properties for setProperty or getPropertyDescriptor) has already

[jira] Commented: (LANG-336) Finally start using generics.

2007-05-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498791 ] Henri Yandell commented on LANG-336: Rethinks I suspect I went too far. Here's my thought process: * We

[jira] Updated: (BEANUTILS-185) New Map decorator for DynaBeans to allow BeanUtils to operate with technologies such as JSTL

2007-05-24 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-185: -- Summary: New Map decorator for DynaBeans to allow BeanUtils to operate with

[jira] Commented: (LANG-336) Finally start using generics.

2007-05-24 Thread Tom Nichols (JIRA)
[ https://issues.apache.org/jira/browse/LANG-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498797 ] Tom Nichols commented on LANG-336: -- Henri Yandell [24/May/07 12:35 PM] what parts of Lang would benefit from varargs

[jira] Commented: (CLI-71) [cli] A weakness of parser

2007-05-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498798 ] Henri Yandell commented on CLI-71: -- Cool - independent confirmation :) I'll get the patch applied today and then it's

svn commit: r541407 - in /jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration: ConfigurationAssert.java FileURLStreamHandler.java

2007-05-24 Thread oheger
Author: oheger Date: Thu May 24 13:03:09 2007 New Revision: 541407 URL: http://svn.apache.org/viewvc?view=revrev=541407 Log: Added missing svn properties (may cause a large diff) Modified:

[jira] Commented: (VFS-162) Url parsing incorrect with @ symbol in the password field.

2007-05-24 Thread Ivan Lazarte (JIRA)
[ https://issues.apache.org/jira/browse/VFS-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498801 ] Ivan Lazarte commented on VFS-162: -- Here is my first pass fix in: SftpFileNameParser @Override

svn commit: r541408 - in /jakarta/commons/proper/cli/branches/cli-1.0.x/src: java/org/apache/commons/cli/Option.java java/org/apache/commons/cli/Parser.java test/org/apache/commons/cli/OptionTest.java

2007-05-24 Thread bayard
Author: bayard Date: Thu May 24 13:07:06 2007 New Revision: 541408 URL: http://svn.apache.org/viewvc?view=revrev=541408 Log: Applying Brian Egge and my work from CLI-71 to fix a lingering data problem in the parser and to confirm that other bugs have already been fixed Added:

[jira] Closed: (CLI-71) [cli] A weakness of parser

2007-05-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/CLI-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed CLI-71. Resolution: Fixed svn ci -m Applying Brian Egge and my work from CLI-71 to fix a lingering data problem in

svn commit: r541411 - /jakarta/commons/proper/cli/dead/

2007-05-24 Thread bayard
Author: bayard Date: Thu May 24 13:15:34 2007 New Revision: 541411 URL: http://svn.apache.org/viewvc?view=revrev=541411 Log: Deleting in svn is easy to undo, but impossible to find that something was deleted later on so it really is very, very final. Dumping stuff here instead Added:

svn commit: r541412 - in /jakarta/commons/proper/cli: branches/commons-configuration-integration/ dead/commons-configuration-integration/

2007-05-24 Thread bayard
Author: bayard Date: Thu May 24 13:16:05 2007 New Revision: 541412 URL: http://svn.apache.org/viewvc?view=revrev=541412 Log: Dead branch Added: jakarta/commons/proper/cli/dead/commons-configuration-integration/ - copied from r541411,

svn commit: r541414 - in /jakarta/commons/proper/cli: branches/RESEARCH_CLI_2_ROXSPRING/ dead/RESEARCH_CLI_2_ROXSPRING/

2007-05-24 Thread bayard
Author: bayard Date: Thu May 24 13:16:38 2007 New Revision: 541414 URL: http://svn.apache.org/viewvc?view=revrev=541414 Log: Dead branch Added: jakarta/commons/proper/cli/dead/RESEARCH_CLI_2_ROXSPRING/ - copied from r541413,

svn commit: r541415 - in /jakarta/commons/proper/cli: branches/CLI_2_DEV_BRANCH/ dead/CLI_2_DEV_BRANCH/

2007-05-24 Thread bayard
Author: bayard Date: Thu May 24 13:17:07 2007 New Revision: 541415 URL: http://svn.apache.org/viewvc?view=revrev=541415 Log: Dead branch Added: jakarta/commons/proper/cli/dead/CLI_2_DEV_BRANCH/ - copied from r541414, jakarta/commons/proper/cli/branches/CLI_2_DEV_BRANCH/ Removed:

svn commit: r541416 - in /jakarta/commons/proper/cli: branches/CLI_1_BRANCH/ dead/CLI_1_BRANCH/

2007-05-24 Thread bayard
Author: bayard Date: Thu May 24 13:17:36 2007 New Revision: 541416 URL: http://svn.apache.org/viewvc?view=revrev=541416 Log: Dead branch Added: jakarta/commons/proper/cli/dead/CLI_1_BRANCH/ - copied from r541415, jakarta/commons/proper/cli/branches/CLI_1_BRANCH/ Removed:

svn commit: r541417 - in /jakarta/commons/proper/cli: branches/CLI_1_0_1_prepare/ dead/CLI_1_0_1_prepare/

2007-05-24 Thread bayard
Author: bayard Date: Thu May 24 13:17:56 2007 New Revision: 541417 URL: http://svn.apache.org/viewvc?view=revrev=541417 Log: Dead branch Added: jakarta/commons/proper/cli/dead/CLI_1_0_1_prepare/ - copied from r541416, jakarta/commons/proper/cli/branches/CLI_1_0_1_prepare/ Removed:

svn commit: r541418 - in /jakarta/commons/proper/cli: dead/Root_cli_1_x/ tags/Root_cli_1_x/

2007-05-24 Thread bayard
Author: bayard Date: Thu May 24 13:18:28 2007 New Revision: 541418 URL: http://svn.apache.org/viewvc?view=revrev=541418 Log: Dead tag Added: jakarta/commons/proper/cli/dead/Root_cli_1_x/ - copied from r541417, jakarta/commons/proper/cli/tags/Root_cli_1_x/ Removed:

[jira] Updated: (BEANUTILS-233) Implement equals() and hashCode() methods for DynaProperty

2007-05-24 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-233: -- Assignee: Niall Pemberton Affects Version/s: (was: Nightly Builds)

[cli] Release time!

2007-05-24 Thread Henri Yandell
Thanks to the work of Brian Egge, we've finished with the CLI 1.x issues and are ready for a 1.1 release *pause for wild cheers, ewoks raining from the sky and other frivolousness*. It's been a while, 1.0 was released in late 2002. Here's a quick braindump of thing to do for the release: *

[jira] Created: (CONFIGURATION-274) PropertiesConfiguration.save() does not support escaping the escape character

2007-05-24 Thread Oliver Heger (JIRA)
PropertiesConfiguration.save() does not support escaping the escape character - Key: CONFIGURATION-274 URL: https://issues.apache.org/jira/browse/CONFIGURATION-274 Project:

[jira] Resolved: (BEANUTILS-33) Can't use dot in mapped properties for setProperty or getPropertyDescriptor

2007-05-24 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-33. -- Resolution: Fixed Part of the problem with BeanUtils was that the logic processing

[jira] Resolved: (CONFIGURATION-274) PropertiesConfiguration.save() does not support escaping the escape character

2007-05-24 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-274. Resolution: Fixed A fix has been committed.

[jira] Resolved: (BEANUTILS-185) New Map decorator for DynaBeans to allow BeanUtils to operate with technologies such as JSTL

2007-05-24 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-185. --- Resolution: Fixed

svn commit: r541424 - in /jakarta/commons/proper/beanutils/trunk: build.xml src/java/org/apache/commons/beanutils/DynaProperty.java src/test/org/apache/commons/beanutils/DynaPropertyTestCase.java

2007-05-24 Thread niallp
Author: niallp Date: Thu May 24 13:45:24 2007 New Revision: 541424 URL: http://svn.apache.org/viewvc?view=revrev=541424 Log: BEANUTILS-233 Implement equals() and hashCode() methods for DynaProperty - thanks to Russell for the patch and test case! Added:

[jira] Updated: (JELLY-272) Lots of defect links in website

2007-05-24 Thread Lukas Theussl (JIRA)
[ https://issues.apache.org/jira/browse/JELLY-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukas Theussl updated JELLY-272: Attachment: JELLY-272.patch Attaching a patch to fix the jelly site and make it build-able with

[jira] Commented: (VFS-98) VFS causes deadlocks or is not thread-safe

2007-05-24 Thread Chris Beams (JIRA)
[ https://issues.apache.org/jira/browse/VFS-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498825 ] Chris Beams commented on VFS-98: I assume that because this issue was resolved before the release date of Commons VFS

[jira] Resolved: (BEANUTILS-233) Implement equals() and hashCode() methods for DynaProperty

2007-05-24 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-233. --- Resolution: Fixed Thanks for the patch - always welcome and especially with test

[jira] Commented: (DIGESTER-113) Can sources attachment for Digester 1.8 be uploaded to Maven repo on ibiblio?

2007-05-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/DIGESTER-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498829 ] Henri Yandell commented on DIGESTER-113: Sorry for the delay - jars are made. Just need to wait 'til I'm

[jira] Updated: (VFS-162) Url parsing incorrect with @ symbol in the password field.

2007-05-24 Thread Ivan Lazarte (JIRA)
[ https://issues.apache.org/jira/browse/VFS-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Lazarte updated VFS-162: - Attachment: vfs-bug-fix.zip Attached is a workaround I've made and includes a demo main. Feel free to edit

svn commit: r541445 - /jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.java

2007-05-24 Thread mbenson
Author: mbenson Date: Thu May 24 15:03:00 2007 New Revision: 541445 URL: http://svn.apache.org/viewvc?view=revrev=541445 Log: ws Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.java Modified:

svn commit: r541446 - /jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/NamespaceResolver.java

2007-05-24 Thread mbenson
Author: mbenson Date: Thu May 24 15:04:39 2007 New Revision: 541446 URL: http://svn.apache.org/viewvc?view=revrev=541446 Log: restore binary compat. w/ 1.2: JXPATH-85; javadoc Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/NamespaceResolver.java

[jira] Resolved: (JXPATH-85) Restore binary compatibility with JXPath 1.2

2007-05-24 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Benson resolved JXPATH-85. --- Resolution: Fixed Thanks for the report, Niall! Fixed. Restore binary compatibility with JXPath

[jira] Updated: (BEANUTILS-212) [beanutils] Generic implementations of toString, hashCode, equals() for DynaBean and DynaClass

2007-05-24 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-212: -- Affects Version/s: (was: Nightly Builds) 1.7.0

[jci] RC2 available

2007-05-24 Thread Torsten Curdt
On every release you (try to) do with maven you learn something new. That's great - isn't it? :p Anyway... I am (finally) happy to announce that commmon-jci RC2 is available at http://people.apache.org/builds/jakarta-commons/jci/1.0-RC2/org/ apache/commons/commons-jci/1.0/

Re: [cli] Release time!

2007-05-24 Thread Torsten Curdt
yay!!! :) On 24.05.2007, at 22:38, Henri Yandell wrote: Thanks to the work of Brian Egge, we've finished with the CLI 1.x issues and are ready for a 1.1 release *pause for wild cheers, ewoks raining from the sky and other frivolousness*. It's been a while, 1.0 was released in late 2002.

[jira] Updated: (BEANUTILS-247) Arrays with multiple dimension are not supported

2007-05-24 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-247: -- Component/s: (was: Bean / Property Utils) Expression Syntax

[jira] Updated: (BEANUTILS-43) Mapped property inside a mapped property is not populated on submit

2007-05-24 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-43: - Component/s: (was: Bean / Property Utils) Expression