[jira] [Created] (OGNL-258) StringConverter from 3.1.15 version (included in 2.5.13)

2017-10-12 Thread Amaury (JIRA)
Amaury created OGNL-258: --- Summary: StringConverter from 3.1.15 version (included in 2.5.13) Key: OGNL-258 URL: https://issues.apache.org/jira/browse/OGNL-258 Project: Commons OGNL Issue Type: Bug

[jira] [Updated] (OGNL-258) StringConverter from 3.1.15 version (included in 2.5.13)

2017-10-12 Thread Amaury (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amaury updated OGNL-258: Priority: Major (was: Critical) > StringConverter from 3.1.15 version (included in 2.5.13) >

[jira] [Created] (LANG-1358) Improve StringUtils#replace throughput

2017-10-12 Thread Pascal Schumacher (JIRA)
Pascal Schumacher created LANG-1358: --- Summary: Improve StringUtils#replace throughput Key: LANG-1358 URL: https://issues.apache.org/jira/browse/LANG-1358 Project: Commons Lang Issue Type:

[jira] [Updated] (LANG-1358) Improve StringUtils#replace throughput

2017-10-12 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated LANG-1358: Description: {quote} StringUtils#replace uses substring to append a String region into a

[GitHub] commons-lang pull request #300: Improve StringUtils#replace throughput

2017-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/300 ---

[GitHub] commons-lang issue #300: Improve StringUtils#replace throughput

2017-10-12 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/300 Thanks! 👍 ---

[jira] [Resolved] (LANG-1358) Improve StringUtils#replace throughput

2017-10-12 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved LANG-1358. - Resolution: Fixed Assignee: Pascal Schumacher Fix Version/s: 3.7 > Improve

[jira] [Closed] (OGNL-258) StringConverter from 3.1.15 version (included in 2.5.13)

2017-10-12 Thread Lukasz Lenart (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lukasz Lenart closed OGNL-258. -- Resolution: Invalid Duplicates WW-4870 > StringConverter from 3.1.15 version (included in 2.5.13) >

[GitHub] commons-lang issue #300: Improve StringUtils#replace throughput

2017-10-12 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/300 [![Coverage Status](https://coveralls.io/builds/13683982/badge)](https://coveralls.io/builds/13683982) Coverage remained the same at 95.199% when pulling

[jira] [Updated] (JCS-184) Unexpected dispose() in CompositeCacheManager.release()

2017-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/JCS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita updated JCS-184: --- Assignee: Bruno P. Kinoshita > Unexpected dispose() in CompositeCacheManager.release() >

[jira] [Commented] (COLLECTIONS-662) Build failures when building with Java 9

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201583#comment-16201583 ] ASF GitHub Bot commented on COLLECTIONS-662: Github user asfgit closed the pull request

[jira] [Commented] (COLLECTIONS-662) Build failures when building with Java 9

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201584#comment-16201584 ] ASF GitHub Bot commented on COLLECTIONS-662: Github user asfgit closed the pull request

[jira] [Commented] (COLLECTIONS-662) Build failures when building with Java 9

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201582#comment-16201582 ] ASF GitHub Bot commented on COLLECTIONS-662: Github user PascalSchumacher commented on

[GitHub] commons-lang pull request #300: Improve StringUtils#replace throughput

2017-10-12 Thread slandelle
GitHub user slandelle opened a pull request: https://github.com/apache/commons-lang/pull/300 Improve StringUtils#replace throughput Motivation: `StringUtils#replace` uses `substring` to append a String region into a StringBuilder. This causes useless copies, as

[jira] [Commented] (VALIDATOR-429) UrlValidator - path is invalid due to using java.net.URI for validation (regression)

2017-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201587#comment-16201587 ] Bruno P. Kinoshita commented on VALIDATOR-429: -- Might be easier to review the suggested

[jira] [Commented] (JCS-184) Unexpected dispose() in CompositeCacheManager.release()

2017-10-12 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201681#comment-16201681 ] Thomas Vandahl commented on JCS-184: Please try again. I added you to the list of committers for this

[jira] [Commented] (JCS-184) Unexpected dispose() in CompositeCacheManager.release()

2017-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/JCS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201739#comment-16201739 ] Bruno P. Kinoshita commented on JCS-184: That worked [~tv], thanks. I've assigned to me. In the

[jira] [Updated] (JCS-184) Unexpected dispose() in CompositeCacheManager.release()

2017-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/JCS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita updated JCS-184: --- Fix Version/s: jcs-3.0 > Unexpected dispose() in CompositeCacheManager.release() >

[GitHub] commons-lang issue #300: Improve StringUtils#replace throughput

2017-10-12 Thread slandelle
Github user slandelle commented on the issue: https://github.com/apache/commons-lang/pull/300 Note: `substring` overhead happens since Java 7 (since it actually does a copy). ---

[jira] [Commented] (IO-552) FilenameUtils.concat fails if second argument (fullFilenameToAdd) starts with '~' (tilde)

2017-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/IO-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201579#comment-16201579 ] Bruno P. Kinoshita commented on IO-552: --- Interesting. I didn't know, but looks like in Linux ~kinow is

[jira] [Updated] (DAEMON-374) Add support for Java 9 command-line arguments

2017-10-12 Thread Rashmi Ranjan Mohanty (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rashmi Ranjan Mohanty updated DAEMON-374: - Attachment: java9.patch Attaching patch for adding java 9 options to jsvc.

[jira] [Commented] (COLLECTIONS-661) Intermittent test failures in Windows for HashSetValuedHashMap

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201516#comment-16201516 ] ASF GitHub Bot commented on COLLECTIONS-661: Github user kinow commented on the issue:

[jira] [Commented] (COLLECTIONS-661) Intermittent test failures in Windows for HashSetValuedHashMap

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201518#comment-16201518 ] ASF GitHub Bot commented on COLLECTIONS-661: Github user kinow closed the pull request

[jira] [Commented] (COLLECTIONS-661) Intermittent test failures in Windows for HashSetValuedHashMap

2017-10-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201517#comment-16201517 ] ASF GitHub Bot commented on COLLECTIONS-661: Github user kinow closed the pull request

[jira] [Resolved] (COLLECTIONS-661) Intermittent test failures in Windows for HashSetValuedHashMap

2017-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita resolved COLLECTIONS-661. Resolution: Fixed > Intermittent test failures in Windows for

[jira] [Commented] (JCS-184) Unexpected dispose() in CompositeCacheManager.release()

2017-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/JCS-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201550#comment-16201550 ] Bruno P. Kinoshita commented on JCS-184: Fixed in r1811915. For some reason I cannot assign this

[jira] [Commented] (IO-552) FilenameUtils.concat fails if second argument (fullFilenameToAdd) starts with '~' (tilde)

2017-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/IO-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16201556#comment-16201556 ] Bruno P. Kinoshita commented on IO-552: --- FWIW, checked out the latest code, quickly tried the provided