[jira] [Updated] (LANG-787) Add method removeIgnoreCase(String, String) to StringUtils

2016-09-24 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated LANG-787: - Summary: Add method removeIgnoreCase(String, String) to StringUtils (was:

[jira] [Commented] (MATH-1387) Travis CI does not work in master branch

2016-09-24 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15518986#comment-15518986 ] Rob Tompkins commented on MATH-1387: Him...that makes me feel a little uneasy. I would think we would

[jira] [Commented] (JCS-166) TCP Lateral cache listen on all interfaces

2016-09-24 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15518803#comment-15518803 ] Thomas Vandahl commented on JCS-166: Patches are welcome. > TCP Lateral cache listen on all interfaces >

[GitHub] commons-lang pull request #193: Add isAnyNotEmpty() and isAnyNotBlank() to S...

2016-09-24 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/193#discussion_r80357925 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -258,6 +258,35 @@ public static boolean isAnyEmpty(final CharSequence... css)

[GitHub] commons-lang pull request #193: Add isAnyNotEmpty() and isAnyNotBlank() to S...

2016-09-24 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/193#discussion_r80357934 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -358,6 +387,36 @@ public static boolean isAnyBlank(final CharSequence... css)

[jira] [Commented] (JCS-167) AbstractDiskCache.getKeySet() returns inconsistent key set

2016-09-24 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15518801#comment-15518801 ] Thomas Vandahl commented on JCS-167: Care to provide a patch? > AbstractDiskCache.getKeySet() returns

[jira] [Updated] (LANG-787) Add method removeIgnoreCase(String, String) to StringUtils

2016-09-24 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated LANG-787: - Fix Version/s: (was: Review Patch) 3.5 > Add method removeIgnoreCase(String,

[GitHub] commons-lang pull request #146: LANG-787: Add StringUtils#removeIgnoreCase

2016-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/146 --- 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] (LANG-787) Add method removeIgnoreCase(String, String) to StringUtils

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

[jira] [Resolved] (LANG-787) Add method removeIgnoreCase(String, String) to StringUtils

2016-09-24 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter resolved LANG-787. -- Resolution: Fixed Fixed in commit cac7a60abf0a4451a5c80ef57343a14ea1ba443f. Thank you! > Add

[jira] [Commented] (MATH-1387) Travis CI does not work in master branch

2016-09-24 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15519006#comment-15519006 ] Rob Tompkins commented on MATH-1387: It's beginning to feel like we're running up against either thread

[GitHub] commons-lang issue #189: new impl of LevenshteinDistance

2016-09-24 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/189 @kinow can you take the lead in reviewing this? --- 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

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-24 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80358050 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,43 @@ public void testToCalendar() { //

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-24 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80357986 --- Diff: src/main/java/org/apache/commons/lang3/time/DateUtils.java --- @@ -668,6 +668,19 @@ public static Calendar toCalendar(final Date date) {

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-24 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80358033 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,43 @@ public void testToCalendar() { //

[jira] [Resolved] (JCS-100) JCS never going out of the dispose methode

2016-09-24 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved JCS-100. Resolution: Cannot Reproduce Fix Version/s: jcs-2.0-beta-2 > JCS never going out of the dispose

[jira] [Updated] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-09-24 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl updated JCS-119: --- Fix Version/s: (was: jcs-2.0-beta-2) jcs-2.1 > replace synchronized blocks by

[GitHub] commons-lang pull request #193: Add isAnyNotEmpty() and isAnyNotBlank() to S...

2016-09-24 Thread ptemplier
Github user ptemplier commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/193#discussion_r80358287 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -258,6 +258,35 @@ public static boolean isAnyEmpty(final CharSequence...

[GitHub] commons-lang issue #193: Add isAnyNotEmpty() and isAnyNotBlank() to StringUt...

2016-09-24 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/193 [![Coverage Status](https://coveralls.io/builds/8035004/badge)](https://coveralls.io/builds/8035004) Coverage increased (+0.03%) to 93.557% when pulling

[GitHub] commons-lang issue #193: Add isAnyNotEmpty() and isAnyNotBlank() to StringUt...

2016-09-24 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/193 [![Coverage Status](https://coveralls.io/builds/8035004/badge)](https://coveralls.io/builds/8035004) Coverage increased (+0.03%) to 93.557% when pulling

[jira] [Commented] (CSV-196) Store the info of whether a field is enclosed by quotes

2016-09-24 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15518771#comment-15518771 ] Benedikt Ritter commented on CSV-196: - Hello [~mattsun], would you like to contribute a patch? BR,

[jira] [Updated] (CSV-196) Store the info of whether a field is enclosed by quotes

2016-09-24 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated CSV-196: Fix Version/s: Patch Needed > Store the info of whether a field is enclosed by quotes >

[jira] [Updated] (CSV-197) CSVParser doesn't close the underlying handle after iteration

2016-09-24 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/CSV-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated CSV-197: Fix Version/s: 1.4.1 > CSVParser doesn't close the underlying handle after iteration >

[jira] [Updated] (CSV-197) CSVParser doesn't close the underlying handle after iteration

2016-09-24 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/CSV-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated CSV-197: Fix Version/s: Discussion Patch Needed > CSVParser doesn't close the underlying

[jira] [Commented] (LANG-1269) Wrong name or result of StringUtils::getJaroWinklerDistance

2016-09-24 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15518833#comment-15518833 ] Benedikt Ritter commented on LANG-1269: --- This probably also affects Commons Text > Wrong name or

[GitHub] commons-lang issue #192: Lang 1255: Add DateUtils.toCalendar(Date, TimeZone)...

2016-09-24 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/192 [![Coverage Status](https://coveralls.io/builds/8035489/badge)](https://coveralls.io/builds/8035489) Coverage decreased (-0.0006%) to 93.528% when pulling

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-24 Thread kaiyuanw
Github user kaiyuanw commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80362422 --- Diff: src/main/java/org/apache/commons/lang3/time/DateUtils.java --- @@ -668,6 +668,19 @@ public static Calendar toCalendar(final Date date) {

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-24 Thread kaiyuanw
Github user kaiyuanw commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80362427 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,43 @@ public void testToCalendar() { //

[GitHub] commons-lang pull request #192: Lang 1255: Add DateUtils.toCalendar(Date, Ti...

2016-09-24 Thread kaiyuanw
Github user kaiyuanw commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/192#discussion_r80362430 --- Diff: src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java --- @@ -693,6 +693,43 @@ public void testToCalendar() { //

[jira] [Commented] (MATH-1387) Travis CI does not work in master branch

2016-09-24 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15519101#comment-15519101 ] Gilles commented on MATH-1387: -- bq. I would think we would want the build to be deterministic. >From

[GitHub] commons-lang issue #193: Add isAnyNotEmpty() and isAnyNotBlank() to StringUt...

2016-09-24 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/193 [![Coverage Status](https://coveralls.io/builds/8035022/badge)](https://coveralls.io/builds/8035022) Coverage increased (+0.02%) to 93.546% when pulling

[GitHub] commons-lang issue #192: Lang 1255: Add DateUtils.toCalendar(Date, TimeZone)...

2016-09-24 Thread kaiyuanw
Github user kaiyuanw commented on the issue: https://github.com/apache/commons-lang/pull/192 @britter Your comments are handled and please check if it is good now. Thank you. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Commented] (IO-483) getPrefixLength return -1 if unix file contains colon

2016-09-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/IO-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15519519#comment-15519519 ] ASF GitHub Bot commented on IO-483: --- GitHub user marko-vasic opened a pull request:

[jira] [Commented] (CSV-196) Store the info of whether a field is enclosed by quotes

2016-09-24 Thread Matt Sun (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15519443#comment-15519443 ] Matt Sun commented on CSV-196: -- Sure, I can do. Which version should the patch based on? > Store the info of

[jira] [Commented] (CSV-197) CSVParser doesn't close the underlying handle after iteration

2016-09-24 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15519430#comment-15519430 ] Gary Gregory commented on CSV-197: -- The parser implements close() which calls close() on the lexer which

[jira] [Comment Edited] (CSV-197) CSVParser doesn't close the underlying handle after iteration

2016-09-24 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15519430#comment-15519430 ] Gary Gregory edited comment on CSV-197 at 9/24/16 6:31 PM: --- The parser implements

[jira] [Commented] (IO-499) FilenameUtils.directoryContains(String, String) gives false positive when two directories exist with equal prefixes

2016-09-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/IO-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15519730#comment-15519730 ] ASF GitHub Bot commented on IO-499: --- GitHub user cagdasyelen opened a pull request:

[jira] [Updated] (BEANUTILS-497) Fix javadoc doclint errors

2016-09-24 Thread Stian Soiland-Reyes (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stian Soiland-Reyes updated BEANUTILS-497: -- Fix Version/s: 1.9.3 > Fix javadoc doclint errors >

[jira] [Updated] (BEANUTILS-497) Fix javadoc doclint errors

2016-09-24 Thread Stian Soiland-Reyes (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stian Soiland-Reyes updated BEANUTILS-497: -- Fix Version/s: (was: 1.9.3) > Fix javadoc doclint errors >

[jira] [Commented] (CSV-196) Store the info of whether a field is enclosed by quotes

2016-09-24 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15519691#comment-15519691 ] Gary Gregory commented on CSV-196: -- The HEAD of Git master. Gary > Store the info of whether a field is

[jira] [Commented] (MATH-1387) Travis CI does not work in master branch

2016-09-24 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15519939#comment-15519939 ] Rob Tompkins commented on MATH-1387: Hm...curious. That opens an interesting unit testing problem to