[jira] [Closed] (LANG-1391) Improve Javadoc for StringUtils.isAnyEmpty(null)

2018-04-19 Thread Sauro Matulli (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sauro Matulli closed LANG-1391. --- > Improve Javadoc for StringUtils.isAnyEmpty(null) > - >

[jira] [Commented] (COMPRESS-447) ArrayIndexOutOfBoundsException in ZipFile

2018-04-19 Thread floyd (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16443702#comment-16443702 ] floyd commented on COMPRESS-447: I've actually reported these kind of issues at various places and

[jira] [Commented] (NUMBERS-65) "RootsOfUnity" vs "nthRoot"

2018-04-19 Thread Eric Barnhill (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16443987#comment-16443987 ] Eric Barnhill commented on NUMBERS-65: -- I understand the polar notation of Complex.nthRoot perfectly

[jira] [Commented] (NUMBERS-65) "RootsOfUnity" vs "nthRoot"

2018-04-19 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16444023#comment-16444023 ] Gilles commented on NUMBERS-65: --- bq.  if RootsOfUnity is eliminated, I don't think any of the tests need to

[jira] [Updated] (EMAIL-178) setFrom no longer working

2018-04-19 Thread Andrew Khoury (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Khoury updated EMAIL-178: Description: setFrom no longer works in commons-email 1.5.  The code below sends the email as the

[jira] [Created] (EMAIL-178) setFrom no longer working

2018-04-19 Thread Andrew Khoury (JIRA)
Andrew Khoury created EMAIL-178: --- Summary: setFrom no longer working Key: EMAIL-178 URL: https://issues.apache.org/jira/browse/EMAIL-178 Project: Commons Email Issue Type: Bug Affects

[jira] [Created] (JCS-189) TCP lateral cache not working

2018-04-19 Thread Vijaya (JIRA)
Vijaya created JCS-189: -- Summary: TCP lateral cache not working Key: JCS-189 URL: https://issues.apache.org/jira/browse/JCS-189 Project: Commons JCS Issue Type: Question Components: TCP

[jira] [Updated] (EMAIL-178) setFrom no longer working

2018-04-19 Thread Andrew Khoury (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Khoury updated EMAIL-178: Description: setFrom no longer works in commons-email 1.5.  The code below sends the email as the

[jira] [Commented] (VFS-661) Ability to get "real"/"native"/"physical" file name

2018-04-19 Thread Boris Petrov (JIRA)
[ https://issues.apache.org/jira/browse/VFS-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16444253#comment-16444253 ] Boris Petrov commented on VFS-661: -- There is a thread about jCIFS supporting this but I don't think it is

[jira] [Commented] (NUMBERS-65) "RootsOfUnity" vs "nthRoot"

2018-04-19 Thread Eric Barnhill (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16444003#comment-16444003 ] Eric Barnhill commented on NUMBERS-65: -- The test coverage of nthRoot seems pretty thorough and if

[jira] [Commented] (NUMBERS-65) "RootsOfUnity" vs "nthRoot"

2018-04-19 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16444021#comment-16444021 ] Gilles commented on NUMBERS-65: --- bq. I think this is the one to use. OK, let's keep that one and move on.

[jira] [Created] (TEXT-122) Allow full customization with new API org.apache.commons.text.lookup.StringLookupFactory.interpolatorStringLookup(Map<String, StringLookup>, StringLookup, boolean)

2018-04-19 Thread Gary Gregory (JIRA)
Gary Gregory created TEXT-122: - Summary: Allow full customization with new API org.apache.commons.text.lookup.StringLookupFactory.interpolatorStringLookup(Map, StringLookup, boolean) Key: TEXT-122

[jira] [Closed] (TEXT-122) Allow full customization with new API org.apache.commons.text.lookup.StringLookupFactory.interpolatorStringLookup(Map<String, StringLookup>, StringLookup, boolean)

2018-04-19 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed TEXT-122. - Resolution: Fixed Fix Version/s: 1.4 In git master. > Allow full customization with new API >

[jira] [Comment Edited] (LANG-1392) StringUtils.firstNonBlank and firstNonEmpty

2018-04-19 Thread Jeffrey P Nelson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16444759#comment-16444759 ] Jeffrey P Nelson edited comment on LANG-1392 at 4/19/18 8:46 PM: - I've got

[GitHub] commons-lang pull request #325: methods for getting first non empty or non b...

2018-04-19 Thread jeffnelson
GitHub user jeffnelson opened a pull request: https://github.com/apache/commons-lang/pull/325 methods for getting first non empty or non blank value You can merge this pull request into a Git repository by running: $ git pull https://github.com/jeffnelson/commons-lang

[jira] [Commented] (LANG-1392) StringUtils.firstNonBlank and firstNonEmpty

2018-04-19 Thread Jeffrey P Nelson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16444768#comment-16444768 ] Jeffrey P Nelson commented on LANG-1392: https://github.com/apache/commons-lang/pull/325 >

[jira] [Closed] (EMAIL-178) setFrom no longer working

2018-04-19 Thread Andrew Khoury (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Khoury closed EMAIL-178. --- > setFrom no longer working > - > > Key: EMAIL-178 >

[jira] [Resolved] (EMAIL-178) setFrom no longer working

2018-04-19 Thread Andrew Khoury (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Khoury resolved EMAIL-178. - Resolution: Invalid Fix Version/s: 1.5 Nevermind, this is invalid. I guess GMail doesn't

[jira] [Commented] (LANG-1392) StringUtils.firstNonBlank and firstNonEmpty

2018-04-19 Thread Jeffrey P Nelson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16444759#comment-16444759 ] Jeffrey P Nelson commented on LANG-1392: I've got the changes already coded and pushed to a feature

[jira] [Created] (LANG-1392) StringUtils.firstNonBlank and firstNonEmpty

2018-04-19 Thread Jeffrey P Nelson (JIRA)
Jeffrey P Nelson created LANG-1392: -- Summary: StringUtils.firstNonBlank and firstNonEmpty Key: LANG-1392 URL: https://issues.apache.org/jira/browse/LANG-1392 Project: Commons Lang Issue

[jira] [Closed] (JCS-189) TCP lateral cache not working

2018-04-19 Thread Vijaya (JIRA)
[ https://issues.apache.org/jira/browse/JCS-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijaya closed JCS-189. -- Resolution: Fixed > TCP lateral cache not working > - > > Key: JCS-189 >

[jira] [Commented] (JCS-189) TCP lateral cache not working

2018-04-19 Thread Vijaya (JIRA)
[ https://issues.apache.org/jira/browse/JCS-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16444806#comment-16444806 ] Vijaya commented on JCS-189: My issue is resolved. I was mixing configuration from two different jcs versions.