[jira] [Commented] (RNG-19) System generator (/dev/random)

2019-09-01 Thread Gilles (Jira)
[ https://issues.apache.org/jira/browse/RNG-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16920545#comment-16920545 ] Gilles commented on RNG-19: --- I'm now wondering whether we should prefer this: {code:java} public final class

[jira] [Comment Edited] (VFS-729) Upgrade hadoop to 2.7.4 or later; will use current 3.2.0

2019-09-01 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16920540#comment-16920540 ] Gary Gregory edited comment on VFS-729 at 9/2/19 12:10 AM: --- Updated to 3.2.0. All

[jira] [Resolved] (VFS-729) Upgrade hadoop to 2.7.4 or later; will use current 3.2.0

2019-09-01 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved VFS-729. -- Fix Version/s: 2.4.2 Resolution: Fixed Updated to 3.2.0. All better all the way to Java 13. Java

[jira] [Updated] (VFS-729) Upgrade hadoop to 2.7.4 or later; will use current 3.2.0

2019-09-01 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated VFS-729: - Summary: Upgrade hadoop to 2.7.4 or later; will use current 3.2.0 (was: Upgrade hadoop to 2.7.4 or later

[jira] [Updated] (VFS-729) Upgrade hadoop to 2.7.4 or later (current is 3.2.0)

2019-09-01 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/VFS-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated VFS-729: - Summary: Upgrade hadoop to 2.7.4 or later (current is 3.2.0) (was: Upgrade hadoop to 2.7.4 or later) >

[jira] [Commented] (COMPRESS-450) Enable skipping past invalid tar header entries

2019-09-01 Thread Tijmen R (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16920527#comment-16920527 ] Tijmen R commented on COMPRESS-450: --- Hi Stefan, I finally had some time to look at the code, two

[jira] [Resolved] (CSV-250) Cannot locate field mapping on class org.apache.commons.csv.CSVRecord

2019-09-01 Thread Slawomir Lisznianski (Jira)
[ https://issues.apache.org/jira/browse/CSV-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Lisznianski resolved CSV-250. -- Resolution: Not A Problem User used reflection to inject case-insensitive behavior. Since

[jira] [Commented] (CSV-250) Cannot locate field mapping on class org.apache.commons.csv.CSVRecord

2019-09-01 Thread Slawomir Lisznianski (Jira)
[ https://issues.apache.org/jira/browse/CSV-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16920456#comment-16920456 ] Slawomir Lisznianski commented on CSV-250: -- It's my fault. I'm using reflection to inject case

[jira] [Commented] (CSV-250) Cannot locate field mapping on class org.apache.commons.csv.CSVRecord

2019-09-01 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/CSV-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16920416#comment-16920416 ] Gary Gregory commented on CSV-250: -- [~debriter], Do you have a stack trace? Gary > Cannot locate field

[jira] [Created] (CSV-250) Cannot locate field mapping on class org.apache.commons.csv.CSVRecord

2019-09-01 Thread Slawomir Lisznianski (Jira)
Slawomir Lisznianski created CSV-250: Summary: Cannot locate field mapping on class org.apache.commons.csv.CSVRecord Key: CSV-250 URL: https://issues.apache.org/jira/browse/CSV-250 Project:

[GitHub] [commons-rng] coveralls commented on issue #64: RNG-19: Create a wrapper for JDK Random.

2019-09-01 Thread GitBox
coveralls commented on issue #64: RNG-19: Create a wrapper for JDK Random. URL: https://github.com/apache/commons-rng/pull/64#issuecomment-526924706 [![Coverage Status](https://coveralls.io/builds/25468458/badge)](https://coveralls.io/builds/25468458) Coverage increased

[jira] [Commented] (RNG-19) System generator (/dev/random)

2019-09-01 Thread Alex D Herbert (Jira)
[ https://issues.apache.org/jira/browse/RNG-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16920409#comment-16920409 ] Alex D Herbert commented on RNG-19: --- I've create [PR-64|https://github.com/apache/commons-rng/pull/64] for

[GitHub] [commons-rng] aherbert opened a new pull request #64: RNG-19: Create a wrapper for JDK Random.

2019-09-01 Thread GitBox
aherbert opened a new pull request #64: RNG-19: Create a wrapper for JDK Random. URL: https://github.com/apache/commons-rng/pull/64 This can wrap a SecureRandom instance to provide access to the underlying OS source of randomness when on a supported platform.