[jira] [Commented] (LANG-1263) Add possibility to retrieve the current JavaVersion

2016-09-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15500832#comment-15500832 ] ASF GitHub Bot commented on LANG-1263: -- Github user britter commented on the issue:

[GitHub] commons-lang pull request #187: LANG-1263 Add possibility to retrieve the cu...

2016-09-18 Thread britter
Github user britter closed the pull request at: https://github.com/apache/commons-lang/pull/187 --- 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-1263) Add possibility to retrieve the current JavaVersion

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

[GitHub] commons-lang issue #187: LANG-1263 Add possibility to retrieve the current J...

2016-09-18 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/187 We already have `SystemUtils.isJavaVersionAtLeast(JavaVersion)` so there is no reason to add this API. --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Closed] (LANG-1263) Add possibility to retrieve the current JavaVersion

2016-09-18 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter closed LANG-1263. - > Add possibility to retrieve the current JavaVersion >

[jira] [Updated] (LANG-1263) Add possibility to retrieve the current JavaVersion

2016-09-18 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated LANG-1263: -- Fix Version/s: (was: 3.5) > Add possibility to retrieve the current JavaVersion >

[jira] [Resolved] (LANG-1263) Add possibility to retrieve the current JavaVersion

2016-09-18 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter resolved LANG-1263. --- Resolution: Won't Fix > Add possibility to retrieve the current JavaVersion >

[jira] [Updated] (LANG-1261) ArrayUtils.contains returns false for instances of subtypes

2016-09-18 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated LANG-1261: -- Summary: ArrayUtils.contains returns false for instances of subtypes (was: ArrayUtils.contains

[jira] [Resolved] (LANG-1261) ArrayUtils.contains returns false for instances of subtypes

2016-09-18 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter resolved LANG-1261. --- Resolution: Fixed Fix Version/s: 3.5 Fixed in 42f2058c83f256d8654b349d5249d6f59920f88b

[GitHub] commons-lang issue #184: Correct replacing 160 in normalizeSpace

2016-09-18 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/184 Thanks for the information. I did not know that `normalizeSpace` replaces non-breaking spaces with normal whitespace. Both these test succeed: ```java

[jira] [Commented] (TEXT-19) Add alphabet converter

2016-09-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15501221#comment-15501221 ] ASF GitHub Bot commented on TEXT-19: Github user britter commented on the issue:

[GitHub] commons-lang issue #188: LANG-1266 Add alphabet converter

2016-09-18 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/188 The issue has been moved to https://issues.apache.org/jira/browse/TEXT-19 Please reference TEXT-19 in your PR against the Commons Text repository. Thank you! --- If your project is set up

[jira] [Moved] (TEXT-19) Add alphabet converter

2016-09-18 Thread Benedikt Ritter (JIRA)
[ https://issues.apache.org/jira/browse/TEXT-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter moved LANG-1266 to TEXT-19: --- Fix Version/s: (was: Discussion) 1.0 Component/s:

[jira] [Commented] (LANG-1267) FastDateFormat does not support timezone X/XX/XXX in SimpleDateFormat

2016-09-18 Thread Nathan Beyer (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15501537#comment-15501537 ] Nathan Beyer commented on LANG-1267: It looks like 'X' has been added to master:

[GitHub] commons-lang pull request #113: LANG-1184: StringUtils#normalizeSpace no lon...

2016-09-18 Thread PascalSchumacher
Github user PascalSchumacher closed the pull request at: https://github.com/apache/commons-lang/pull/113 --- 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

[jira] [Commented] (LANG-1184) StringUtils#normalizeSpace no longer normalizes unicode non-breaking spaces (\u00A0)

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

[GitHub] commons-lang pull request #183: LANG-1261: ArrayUtils#contains ArrayUtils#in...

2016-09-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/183 --- 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-1261) ArrayUtils.contains returns false for instances of subtypes

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

[jira] [Commented] (TEXT-19) Add alphabet converter

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

[GitHub] commons-lang pull request #188: LANG-1266 Add alphabet converter

2016-09-18 Thread eyala
Github user eyala closed the pull request at: https://github.com/apache/commons-lang/pull/188 --- 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-910) Patch to extend StringUtils

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

[GitHub] commons-lang issue #184: Correct replacing 160 in normalizeSpace

2016-09-18 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/184 the non-breaking space replacement was added with https://issues.apache.org/jira/browse/LANG-910 --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Updated] (LANG-1267) FastDateFormat does not support timezone X/XX/XXX in SimpleDateFormat

2016-09-18 Thread Hyukjin Kwon (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hyukjin Kwon updated LANG-1267: --- Description: It sees {{FastDateFormat}} does not support timezone {{X}}/{{XX}}/{{XXX}} in

[jira] [Commented] (FILEUPLOAD-278) MultipartStream need readBodyDataStream

2016-09-18 Thread shuaib hasan khwaja (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15502098#comment-15502098 ] shuaib hasan khwaja commented on FILEUPLOAD-278:

[jira] [Created] (FILEUPLOAD-278) MultipartStream need readBodyDataStream

2016-09-18 Thread shuaib hasan khwaja (JIRA)
shuaib hasan khwaja created FILEUPLOAD-278: -- Summary: MultipartStream need readBodyDataStream Key: FILEUPLOAD-278 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-278 Project: Commons