[jira] [Created] (COMPRESS-332) FramedSnappyCompressorInputStream.read returns invalid value at end of stream.

2016-01-26 Thread Brett Okken (JIRA)
Brett Okken created COMPRESS-332: Summary: FramedSnappyCompressorInputStream.read returns invalid value at end of stream. Key: COMPRESS-332 URL: https://issues.apache.org/jira/browse/COMPRESS-332

[jira] [Updated] (COMPRESS-332) FramedSnappyCompressorInputStream.read returns invalid value at end of stream.

2016-01-26 Thread Brett Okken (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Okken updated COMPRESS-332: - Attachment: CommonsTest.java These tests use the xerial snappy-java library to generate

[jira] [Commented] (LANG-1191) Incorrect javadoc

2016-01-26 Thread qed (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15117561#comment-15117561 ] qed commented on LANG-1191: --- @Brent: StringUtils.containsAny("abcd", "ab", "cd") = false, not

[jira] [Commented] (LANG-1191) Incorrect javadoc

2016-01-26 Thread qed (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15117564#comment-15117564 ] qed commented on LANG-1191: --- @Brent: I'm sorry, I didn't notice you are talking about the line above. >

[jira] [Updated] (LANG-1191) Incorrect Javadoc StringUtils.containsAny(CharSequence, CharSequence...)

2016-01-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LANG-1191: --- Summary: Incorrect Javadoc StringUtils.containsAny(CharSequence, CharSequence...) (was: Incorrect

[jira] [Resolved] (LANG-1191) Incorrect Javadoc StringUtils.containsAny(CharSequence, CharSequence...)

2016-01-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LANG-1191. Resolution: Fixed Fix Version/s: 3.5 In Git master, please verify and close. > Incorrect

[jira] [Commented] (CONFIGURATION-616) Issue about ListHandler

2016-01-26 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15117948#comment-15117948 ] Oliver Heger commented on CONFIGURATION-616: Many thanks for this feedback. I will

[jira] [Commented] (CONFIGURATION-617) Incorrect multi-valued property substitution

2016-01-26 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15117957#comment-15117957 ] Oliver Heger commented on CONFIGURATION-617: Well, I do not agree that the

[GitHub] commons-lang pull request: LANG-1184: StringUtils#normalizeSpace n...

2016-01-26 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-lang/pull/113#issuecomment-175231559 Hi Gary, 3.0 had the same behavior as 3.3.2, but I guess this is not a productive discussion. I know that `Character.isWhitespace`

[jira] [Commented] (LANG-1184) StringUtils#normalizeSpace no longer normalizes unicode non-breaking spaces (\u00A0) and does not trim control chars at the end any more

2016-01-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15118036#comment-15118036 ] ASF GitHub Bot commented on LANG-1184: -- Github user PascalSchumacher commented on the pull request: