[jira] Created: (LANG-502) new method StringUtils.replaceIgnoreCase (with patch)

2009-05-05 Thread Flo (JIRA)
new method StringUtils.replaceIgnoreCase (with patch) - Key: LANG-502 URL: https://issues.apache.org/jira/browse/LANG-502 Project: Commons Lang Issue Type: Improvement Environment:

[jira] Commented: (LANG-501) Add support for background initialization

2009-05-05 Thread James Carman (JIRA)
[ https://issues.apache.org/jira/browse/LANG-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705994#action_12705994 ] James Carman commented on LANG-501: --- I would think it'd be nice to keep the external execut

[jira] Commented: (COMPRESS-16) unable to extract a TAR file that contains an entry which is 10 GB in size

2009-05-05 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706006#action_12706006 ] Stefan Bodewig commented on COMPRESS-16: Two things to note: Ant doesn't use comm

[jira] Closed: (NET-277) nntp AUTHENTICATION_REQUIRED costant has the wrong value

2009-05-05 Thread Rory Winston (JIRA)
[ https://issues.apache.org/jira/browse/NET-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rory Winston closed NET-277. Resolution: Fixed Fix Version/s: 2.1 You're right. Thanks Erik. Fixed for 2.1 > nntp AUTHENTICATION_RE

[jira] Closed: (NET-276) NNTPClient has problems with group listings for large groups.

2009-05-05 Thread Rory Winston (JIRA)
[ https://issues.apache.org/jira/browse/NET-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rory Winston closed NET-276. Resolution: Fixed Fix Version/s: 2.1 Changed all article count fields to use long instead of int. > NN

[jira] Commented: (VFS-236) SmbFileObject throws NPE when used without authentication

2009-05-05 Thread Gerrit Cap (JIRA)
[ https://issues.apache.org/jira/browse/VFS-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706033#action_12706033 ] Gerrit Cap commented on VFS-236: Personally I think that this is a better solution: ### Eclip

[jira] Created: (VFS-252) SmbFileObject does not support setLastModifiedTime while jcifs supports it, it is critical for a backup application that checks the last modified time stamp to check which fi

2009-05-05 Thread Gerrit Cap (JIRA)
SmbFileObject does not support setLastModifiedTime while jcifs supports it, it is critical for a backup application that checks the last modified time stamp to check which files needs to be updated ---

[jira] Updated: (LANG-500) ClassUtils.getAllInterfaces(...) could be more efficient

2009-05-05 Thread Pino Silvaggio (JIRA)
[ https://issues.apache.org/jira/browse/LANG-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pino Silvaggio updated LANG-500: Attachment: patch-ClassUtils-02.txt patch-ClassUtils-01.txt Patch 01 is my original v

[jira] Updated: (LANG-501) Add support for background initialization

2009-05-05 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/LANG-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated LANG-501: -- Attachment: (was: BackgroundInitializer.patch) > Add support for background initialization >

[jira] Updated: (LANG-501) Add support for background initialization

2009-05-05 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/LANG-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger updated LANG-501: -- Attachment: BackgroundInitializer.patch Thanks for the feedback. Of course, {{setExternalExecutor()}} ne

[jira] Commented: (LANG-501) Add support for background initialization

2009-05-05 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706214#action_12706214 ] Sebb commented on LANG-501: --- That's better, however fetchTemporaryExecutor() is not synchronized.

[jira] Resolved: (POOL-132) GenericKeyedObjectPool.borrowObject(Object key) blocked for all threads until _factory.makeObject(key) is finished

2009-05-05 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/POOL-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved POOL-132. -- Resolution: Duplicate This was fixed by the combined patch for POOL-93 / POOL-108 > GenericKeyedObjectPo

[jira] Updated: (POOL-131) Make org.apache.commons.pool.impl.GenericObjectPool.returnObject(Object) log errors about passivation/destroying

2009-05-05 Thread Mark Thomas (JIRA)
[ https://issues.apache.org/jira/browse/POOL-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas updated POOL-131: - Fix Version/s: (was: 1.5) 2.0 There is currently no logging in pool. Whether there s

[jira] Created: (COLLECTIONS-324) Fields transformer and decorated in comparators.TransformingComparator could be made final

2009-05-05 Thread Sebb (JIRA)
Fields transformer and decorated in comparators.TransformingComparator could be made final -- Key: COLLECTIONS-324 URL: https://issues.apache.org/jira/browse/COLLECTIONS-324

[jira] Created: (LOGGING-130) Potential missing privileged block for class loader

2009-05-05 Thread Matthew P. Del Buono (JIRA)
Potential missing privileged block for class loader --- Key: LOGGING-130 URL: https://issues.apache.org/jira/browse/LOGGING-130 Project: Commons Logging Issue Type: Bug Affects Versions: 1.

[jira] Issue Comment Edited: (LOGGING-130) Potential missing privileged block for class loader

2009-05-05 Thread Matthew P. Del Buono (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706299#action_12706299 ] Matthew P. Del Buono edited comment on LOGGING-130 at 5/5/09 9:45 PM: --

[jira] Commented: (LOGGING-130) Potential missing privileged block for class loader

2009-05-05 Thread Matthew P. Del Buono (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706299#action_12706299 ] Matthew P. Del Buono commented on LOGGING-130: -- I should clarify, the reason