[jira] [Created] (FILEUPLOAD-274) File Upload falis to recognize RFC 5987-compliant filename

2016-06-03 Thread Vsevolod Poletaev (JIRA)
Vsevolod Poletaev created FILEUPLOAD-274: Summary: File Upload falis to recognize RFC 5987-compliant filename Key: FILEUPLOAD-274 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-274

[jira] [Commented] (LANG-1195) Enhance MethodUtils to allow invocation of private methods

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15314361#comment-15314361 ] ASF GitHub Bot commented on LANG-1195: -- Github user PascalSchumacher commented on the issue:

[GitHub] commons-lang issue #141: Lang 1195: Enhance MethodUtils to allow invocation ...

2016-06-03 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/141 Hi Derek, you should be able to rebase this pull request by following these steps: * `git remote add upstream https://github.com/apache/commons-lang.git` * `git

[GitHub] commons-lang pull request #162: Merge pull request #2 from apache/master

2016-06-03 Thread Derek-Ashmore
Github user Derek-Ashmore closed the pull request at: https://github.com/apache/commons-lang/pull/162 --- 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

[GitHub] commons-lang issue #161: Merge pull request #1 from apache/master

2016-06-03 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/161 [![Coverage Status](https://coveralls.io/builds/6454094/badge)](https://coveralls.io/builds/6454094) Coverage increased (+0.01%) to 93.419% when pulling

[GitHub] commons-lang pull request #162: Merge pull request #2 from apache/master

2016-06-03 Thread Derek-Ashmore
GitHub user Derek-Ashmore opened a pull request: https://github.com/apache/commons-lang/pull/162 Merge pull request #2 from apache/master Pull recent changes - June 3, 2016 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] commons-lang issue #161: Merge pull request #1 from apache/master

2016-06-03 Thread Derek-Ashmore
Github user Derek-Ashmore commented on the issue: https://github.com/apache/commons-lang/pull/161 Pull recent changes - June 3, 2016 --- 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

[GitHub] commons-lang pull request #161: Merge pull request #1 from apache/master

2016-06-03 Thread Derek-Ashmore
Github user Derek-Ashmore closed the pull request at: https://github.com/apache/commons-lang/pull/161 --- 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

[GitHub] commons-lang issue #161: Merge pull request #1 from apache/master

2016-06-03 Thread Derek-Ashmore
Github user Derek-Ashmore commented on the issue: https://github.com/apache/commons-lang/pull/161 Pull recent changes - June 3, 2016 --- 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

[GitHub] commons-lang pull request #161: Merge pull request #1 from apache/master

2016-06-03 Thread Derek-Ashmore
GitHub user Derek-Ashmore opened a pull request: https://github.com/apache/commons-lang/pull/161 Merge pull request #1 from apache/master Pull recent changes - May 15, 2016 You can merge this pull request into a Git repository by running: $ git pull

[jira] [Resolved] (LANG-1244) Update documentation of StringUtils.getLevenshteinDistance

2016-06-03 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved LANG-1244. - Resolution: Fixed Assignee: Pascal Schumacher Fix Version/s: 3.5 I have

[GitHub] commons-lang issue #141: Lang 1195: Enhance MethodUtils to allow invocation ...

2016-06-03 Thread Derek-Ashmore
Github user Derek-Ashmore commented on the issue: https://github.com/apache/commons-lang/pull/141 Agreed -- in addition to the other changes you mentioned, I'll re-base using the current master so that it's easier to merge in. Thanks for looking at this. --- If your project is

[GitHub] commons-lang pull request #141: Lang 1195: Enhance MethodUtils to allow invo...

2016-06-03 Thread Derek-Ashmore
Github user Derek-Ashmore commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/141#discussion_r65728446 --- Diff: src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java --- @@ -92,6 +92,29 @@ public static Object invokeMethod(final Object

[GitHub] commons-lang pull request #141: Lang 1195: Enhance MethodUtils to allow invo...

2016-06-03 Thread Derek-Ashmore
Github user Derek-Ashmore commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/141#discussion_r65728344 --- Diff: src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java --- @@ -142,21 +193,57 @@ public static Object invokeMethod(final

[GitHub] commons-lang pull request #141: Lang 1195: Enhance MethodUtils to allow invo...

2016-06-03 Thread Derek-Ashmore
Github user Derek-Ashmore commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/141#discussion_r65728224 --- Diff: src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java --- @@ -126,13 +149,41 @@ public static Object invokeMethod(final

[GitHub] commons-lang issue #160: Eliminate redundant calculation of isDecimalPoint.

2016-06-03 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/160 Thanks! --- 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

[GitHub] commons-lang pull request #160: Eliminate redundant calculation of isDecimal...

2016-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/160 --- 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

[GitHub] commons-lang issue #141: Lang 1195: Enhance MethodUtils to allow invocation ...

2016-06-03 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/141 Thanks for updating the pull request. :+1: It would be nice if you could rebase on current master. Thanks, Pascal --- If your project is set up for it, you can

[jira] [Commented] (LANG-965) FieldUtils methods leak accessible flags

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15314244#comment-15314244 ] ASF GitHub Bot commented on LANG-965: - Github user PascalSchumacher commented on a diff in the pull

[GitHub] commons-lang pull request #141: Lang 1195: Enhance MethodUtils to allow invo...

2016-06-03 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/141#discussion_r65721245 --- Diff: src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java --- @@ -142,21 +193,57 @@ public static Object invokeMethod(final

[GitHub] commons-lang pull request #160: Eliminate redundant calculation of isDecimal...

2016-06-03 Thread ewannema
GitHub user ewannema opened a pull request: https://github.com/apache/commons-lang/pull/160 Eliminate redundant calculation of isDecimalPoint. There was a redundant check of ```str.charAt(i) == '.'```. I eliminated the second check in favor of using the already defined

[GitHub] commons-lang pull request #141: Lang 1195: Enhance MethodUtils to allow invo...

2016-06-03 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/141#discussion_r65720267 --- Diff: src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java --- @@ -92,6 +92,29 @@ public static Object invokeMethod(final

[GitHub] commons-lang pull request #141: Lang 1195: Enhance MethodUtils to allow invo...

2016-06-03 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/141#discussion_r65720235 --- Diff: src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java --- @@ -126,13 +149,41 @@ public static Object invokeMethod(final

[GitHub] commons-lang pull request #141: Lang 1195: Enhance MethodUtils to allow invo...

2016-06-03 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/141#discussion_r65719370 --- Diff: src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java --- @@ -126,13 +149,41 @@ public static Object invokeMethod(final

[GitHub] commons-lang pull request #141: Lang 1195: Enhance MethodUtils to allow invo...

2016-06-03 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/141#discussion_r65719281 --- Diff: src/main/java/org/apache/commons/lang3/reflect/MethodUtils.java --- @@ -92,6 +92,29 @@ public static Object invokeMethod(final

[GitHub] commons-lang issue #137: Adding to StringUtils truncate method and test case...

2016-06-03 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/137 Thanks for updating the pull request. It looks good. :) Just two small issues: * javadoc examples have to be updated for the `IllegalArgumentException` for negative

[GitHub] commons-lang pull request #137: Adding to StringUtils truncate method and te...

2016-06-03 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/137#discussion_r65716762 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -460,6 +460,118 @@ public static String trimToEmpty(final String str)

[jira] [Created] (LANG-1244) Update documentation of StringUtils.getLevenshteinDistance

2016-06-03 Thread JJ (JIRA)
JJ created LANG-1244: Summary: Update documentation of StringUtils.getLevenshteinDistance Key: LANG-1244 URL: https://issues.apache.org/jira/browse/LANG-1244 Project: Commons Lang Issue Type: Task

[GitHub] commons-lang issue #141: Lang 1195: Enhance MethodUtils to allow invocation ...

2016-06-03 Thread Derek-Ashmore
Github user Derek-Ashmore commented on the issue: https://github.com/apache/commons-lang/pull/141 I happened to notice that I inadvertently made unwanted formatting changes in a previous commit. I've take pains to reduce the number of changed lines dramatically. Hopefully, this will

[jira] [Commented] (JCS-163) false error message when reusing a cache directory

2016-06-03 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/JCS-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15313880#comment-15313880 ] Gary Gregory commented on JCS-163: -- Patches (with unit tests) welcome! ;-) > false error message when

[jira] [Commented] (DBCP-460) Support for connection validation interval

2016-06-03 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15313878#comment-15313878 ] Gary Gregory commented on DBCP-460: --- That would be nice indeed. Patches welcome! ;-) > Support for