[jira] [Commented] (CSV-160) CSVParser reading the whole reader even when it is supposed to read record by record

2015-10-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14973868#comment-14973868 ] Gary Gregory commented on CSV-160: -- You are assuming that the implementation of the parser should behave a

[jira] [Commented] (CONFIGURATION-614) Remove dependency to commons logging from API

2015-10-26 Thread Joerg Schaible (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14975121#comment-14975121 ] Joerg Schaible commented on CONFIGURATION-614: -- Eat own dog food? Honestly, SLF4J

[jira] [Commented] (CONFIGURATION-614) Remove dependency to commons logging from API

2015-10-26 Thread Michael Osipov (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14974943#comment-14974943 ] Michael Osipov commented on CONFIGURATION-614: -- Why are we still poking with Commons

[jira] [Updated] (LANG-1176) Improve ArrayUtils removeElements time complexity to O(n)

2015-10-26 Thread jefferyyuan (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jefferyyuan updated LANG-1176: -- Issue Type: Improvement (was: Bug) > Improve ArrayUtils removeElements time complexity to O(n) >

[jira] [Resolved] (LANG-1139) Add replace by regular expression methods in StringUtils

2015-10-26 Thread Loic Guibert (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Loic Guibert resolved LANG-1139. Resolution: Fixed Fix Version/s: 3.5 PR #92 has been merged > Add replace by regular

[jira] [Commented] (LANG-1139) Add replace by regular expression methods in StringUtils

2015-10-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14975690#comment-14975690 ] ASF GitHub Bot commented on LANG-1139: -- Github user asfgit closed the pull request at:

[GitHub] commons-lang pull request: LANG-1139: Add null safe methods in Str...

2015-10-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/92 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (POOL-306) BaseGenericObjectPool IdentityWrapper equals violates Java spec

2015-10-26 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/POOL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14974321#comment-14974321 ] Adrian Crum commented on POOL-306: -- That sounds like a case of premature optimization. >

[jira] [Commented] (CSV-160) CSVParser reading the whole reader even when it is supposed to read record by record

2015-10-26 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CSV-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14974147#comment-14974147 ] Sebb commented on CSV-160: -- I agree with Gary; this is not a bug. Nor is it a feature that should be implemented.