[jira] [Commented] (COMPRESS-327) Support in-memory processing for ZipFile

2016-10-12 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15570949#comment-15570949 ] Stefan Bodewig commented on COMPRESS-327: - The past months have been very quiet for compress so

[jira] [Commented] (COMPRESS-327) Support in-memory processing for ZipFile

2016-10-12 Thread Peter B. (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15570033#comment-15570033 ] Peter B. commented on COMPRESS-327: --- [~bodewig] this is great news! Any time-wise plans on release

[jira] [Resolved] (COMPRESS-361) Add support for SeekableByteChannel

2016-10-12 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig resolved COMPRESS-361. - Resolution: Duplicate duplicate of COMPRESS-327 > Add support for SeekableByteChannel

[jira] [Commented] (COMPRESS-327) Support in-memory processing for ZipFile

2016-10-12 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15569249#comment-15569249 ] Stefan Bodewig commented on COMPRESS-327: - zip should now work as well, I'll close this ticket

[jira] [Updated] (COMPRESS-327) Support in-memory processing for ZipFile

2016-10-12 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig updated COMPRESS-327: Fix Version/s: 1.13 > Support in-memory processing for ZipFile >

[jira] [Commented] (COMPRESS-327) Support in-memory processing for ZipFile

2016-10-12 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15569010#comment-15569010 ] Stefan Bodewig commented on COMPRESS-327: - Current git master's 7z package is able to deal with

[jira] [Commented] (LANG-1196) Provide way to set random number generator on RandomStringUtils to enable repeatable test execution

2016-10-12 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568822#comment-15568822 ] Gilles commented on LANG-1196: -- bq. easy fix would be to pass the Random implementation in the constructor

[jira] [Resolved] (MATH-1389) Runtime Improvement for getSubMatrix in Array2DRowRealMatrix

2016-10-12 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved MATH-1389. -- Resolution: Fixed Fix Version/s: 3.7 4.0 I applied the patch on the

[jira] [Commented] (LANG-1094) Javadoc is not encoding spaces correctly

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568284#comment-15568284 ] Bruno P. Kinoshita commented on LANG-1094: -- Hmmm, interesting. Just tried `mvn javadoc:javadoc`

[GitHub] commons-lang issue #194: add isAllBlank,isNotAllBlank method for String "nul...

2016-10-12 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/194 Likewise @wangdongxun :-) are you albe to close this pull request? Otherwise I believe there is some integration in our infrastructure to let us close it. Please do not hesitate to

[jira] [Commented] (LANG-1188) lang3/StringUtils.java:3302: warning: [unchecked] Possible heap pollution from parameterized vararg type T

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568178#comment-15568178 ] Bruno P. Kinoshita commented on LANG-1188: -- +1 [~s...@apache.org] for adding comments now in the

[jira] [Commented] (LANG-1196) Provide way to set random number generator on RandomStringUtils to enable repeatable test execution

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568166#comment-15568166 ] Bruno P. Kinoshita commented on LANG-1196: -- Hi Gus, Having a patch or pull request would

[jira] [Updated] (LANG-1196) Provide way to set random number generator on RandomStringUtils to enable repeatable test execution

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita updated LANG-1196: - Description: Hi, I'm using [Sham

[jira] [Commented] (LANG-1231) StringUtils#indexOfAny() methods with start position argument

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15568151#comment-15568151 ] Bruno P. Kinoshita commented on LANG-1231: -- You are right that there is no such method

[jira] [Resolved] (JEXL-219) Blacklist by default in sandbox

2016-10-12 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-219. Resolution: Fixed Adding explicit white/black listing flag for default behavior of sandbox.

[jira] [Created] (JEXL-219) Blacklist by default in sandbox

2016-10-12 Thread Henri Biestro (JIRA)
Henri Biestro created JEXL-219: -- Summary: Blacklist by default in sandbox Key: JEXL-219 URL: https://issues.apache.org/jira/browse/JEXL-219 Project: Commons JEXL Issue Type: Improvement

[jira] [Commented] (LANG-1238) Overload Operations in StringUtils that take a regex to take precompiled Pattern

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15567995#comment-15567995 ] Bruno P. Kinoshita commented on LANG-1238: -- >It would be good to first identify how many methods

[jira] [Comment Edited] (TEXT-21) Have a clear distinction between Edit Distance, String Similarity, Score, Metric, etc

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15567970#comment-15567970 ] Bruno P. Kinoshita edited comment on TEXT-21 at 10/12/16 7:59 AM: -- Some

[jira] [Comment Edited] (TEXT-21) Have a clear distinction between Edit Distance, String Similarity, Score, Metric, etc

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15567970#comment-15567970 ] Bruno P. Kinoshita edited comment on TEXT-21 at 10/12/16 8:00 AM: -- Some

[jira] [Commented] (TEXT-21) Have a clear distinction between Edit Distance, String Similarity, Score, Metric, etc

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15567973#comment-15567973 ] Bruno P. Kinoshita commented on TEXT-21: Similar libraries with distance/similarity/metrics. *

[jira] [Comment Edited] (TEXT-21) Have a clear distinction between Edit Distance, String Similarity, Score, Metric, etc

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15567970#comment-15567970 ] Bruno P. Kinoshita edited comment on TEXT-21 at 10/12/16 7:59 AM: -- Some

[jira] [Commented] (TEXT-21) Have a clear distinction between Edit Distance, String Similarity, Score, Metric, etc

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15567970#comment-15567970 ] Bruno P. Kinoshita commented on TEXT-21: Some useful papers on the topic, and other resources too. *

[jira] [Created] (TEXT-21) Have a clear distinction between Edit Distance, String Similarity, Score, Metric, etc

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
Bruno P. Kinoshita created TEXT-21: -- Summary: Have a clear distinction between Edit Distance, String Similarity, Score, Metric, etc Key: TEXT-21 URL: https://issues.apache.org/jira/browse/TEXT-21

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

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15567947#comment-15567947 ] Bruno P. Kinoshita commented on LANG-1269: -- Indeed Benedikt. I'll file a ticket for [text]. If

[jira] [Commented] (LANG-1160) StringUtils.abbreviate() to support "custom ellipses" parameter

2016-10-12 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15567880#comment-15567880 ] Bruno P. Kinoshita commented on LANG-1160: -- Looks easy to be implemented. I can submit a pull