[jira] [Commented] (COMPRESS-270) TarArchiveInputStream fails to read PAX header from InputStream

2014-03-27 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13950378#comment-13950378 ] Stefan Bodewig commented on COMPRESS-270: - there is IOUtils#readFully and I had

[jira] [Updated] (COMPRESS-270) TarArchiveInputStream fails to read PAX header from InputStream

2014-03-27 Thread Stefan Bodewig (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig updated COMPRESS-270: Fix Version/s: 1.9 > TarArchiveInputStream fails to read PAX header from InputStream > --

[jira] [Commented] (LANG-992) NumberUtils#isNumber() returns false for "0.0", "0.4790", et al

2014-03-27 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/LANG-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13950314#comment-13950314 ] Niall Pemberton commented on LANG-992: -- I have checked in the change in revision 158258

[jira] [Resolved] (CSV-107) CSVFormat.EXCEL.parse should handle byte order marks

2014-03-27 Thread Kenzley Alphonse (JIRA)
[ https://issues.apache.org/jira/browse/CSV-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenzley Alphonse resolved CSV-107. -- Resolution: Fixed > CSVFormat.EXCEL.parse should handle byte order marks > ---

[jira] [Commented] (CSV-35) Escaped line separators are not supported

2014-03-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13949990#comment-13949990 ] Gary Gregory commented on CSV-35: - This looks to me like the main serious issue remaining befo

[jira] [Updated] (CSV-56) Do not use exotic escape characters for sequences like \r or \n

2014-03-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CSV-56: Fix Version/s: (was: 1.0) 1.x Not for 1.0. > Do not use exotic escape characters for se

[jira] [Updated] (CSV-101) String split with an escape pattern

2014-03-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CSV-101: - Fix Version/s: 1.x Not for 1.0. > String split with an escape pattern > ---

[jira] [Updated] (CSV-107) CSVFormat.EXCEL.parse should handle byte order marks

2014-03-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CSV-107: - Fix Version/s: 1.x Workaround: https://issues.apache.org/jira/browse/CSV-107?focusedCommentId=13937397&page

[jira] [Resolved] (CSV-103) allow other line delimiters besides \n

2014-03-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CSV-103. -- Resolution: Fixed Fix Version/s: 1.0 Resolving as fixed. > allow other line delimiters besides \n

[jira] [Updated] (CSV-104) Split CSVRecord with a subclass for mapping ops.

2014-03-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CSV-104: - Fix Version/s: 1.x > Split CSVRecord with a subclass for mapping ops. >

[jira] [Resolved] (CSV-108) Header is not detected

2014-03-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CSV-108. -- Resolution: Not A Problem Resolving as not a problem. > Header is not detected > -- >

[jira] [Updated] (CSV-107) CSVFormat.EXCEL.parse should handle byte order marks

2014-03-27 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CSV-107: - Priority: Minor (was: Critical) Affects Version/s: (was: 1.0) Changing to minor as there i

[jira] [Commented] (LANG-992) NumberUtils#isNumber() returns false for "0.0", "0.4790", et al

2014-03-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13949840#comment-13949840 ] Sebb commented on LANG-992: --- @Bernd The isNumber() method currently also allows "0xABCD" and "27L

[jira] [Commented] (LANG-992) NumberUtils#isNumber() returns false for "0.0", "0.4790", et al

2014-03-27 Thread Robert Hook (JIRA)
[ https://issues.apache.org/jira/browse/LANG-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13949781#comment-13949781 ] Robert Hook commented on LANG-992: -- This is a show-stopper for us - I can revert to 3.1 for

[jira] [Commented] (LANG-992) NumberUtils#isNumber() returns false for "0.0", "0.4790", et al

2014-03-27 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/LANG-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13949713#comment-13949713 ] Bernd Eckenfels commented on LANG-992: -- Actually my expectation for using that method w

[jira] [Created] (MATH-1114) Accuracy of "FastMath" and "Math"

2014-03-27 Thread Gilles (JIRA)
Gilles created MATH-1114: Summary: Accuracy of "FastMath" and "Math" Key: MATH-1114 URL: https://issues.apache.org/jira/browse/MATH-1114 Project: Commons Math Issue Type: Wish Reporter: G

[jira] [Commented] (LANG-992) NumberUtils#isNumber() returns false for "0.0", "0.4790", et al

2014-03-27 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13949221#comment-13949221 ] Sebb commented on LANG-992: --- Should octal numbers be validated or not? Clearly a number such as 0x

[jira] [Updated] (COMPRESS-270) TarArchiveInputStream fails to read PAX header from InputStream

2014-03-27 Thread Patrik Burkhalter (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrik Burkhalter updated COMPRESS-270: --- Description: We have a scenario with a "slow" {{InputStream}} and are facing {{IOE

[jira] [Updated] (COMPRESS-270) TarArchiveInputStream fails to read PAX header from InputStream

2014-03-27 Thread Patrik Burkhalter (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrik Burkhalter updated COMPRESS-270: --- Description: We have a scenario with a "slow" {{InputStream}} and are facing {{IOE

[jira] [Commented] (EXEC-83) Arguments with spaces lead to quotes in arguments in bash

2014-03-27 Thread Benjamin Mesing (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13949133#comment-13949133 ] Benjamin Mesing commented on EXEC-83: - Hello, I am encountering the same issue and it i

[jira] [Created] (COMPRESS-270) TarArchiveInputStream fails to read PAX header from InputStream

2014-03-27 Thread Patrik Burkhalter (JIRA)
Patrik Burkhalter created COMPRESS-270: -- Summary: TarArchiveInputStream fails to read PAX header from InputStream Key: COMPRESS-270 URL: https://issues.apache.org/jira/browse/COMPRESS-270 Project