Re: [VOTE][RC2] Commons collections 4.3

2019-01-01 Thread Maxim Solodovnik
Hello All, Just checked clirr report one more time This time I took 1 error and perform investigation: "Method 'public java.util.Collection values()' has been added to an interface" org.apache.commons.collections4.BidiMap In fact I don't understand why this error was reported BidiMap extends

[GitHub] kinow opened a new pull request #39: IMAGING-219: prevent infinite loop when decompressing RGBE input file

2019-01-01 Thread GitBox
kinow opened a new pull request #39: IMAGING-219: prevent infinite loop when decompressing RGBE input file URL: https://github.com/apache/commons-imaging/pull/39 The `decompress` method has an input stream. It compares if the value returned by `.read()` is greater than 128, otherwise

Re: [vfs] new http4 provider, not replace http?

2019-01-01 Thread Woonsan Ko
Thanks again, Gary! Just as heads-up, I've created two tickets: VFS-686 and VFS-687. The former is about upgrading Jackrabbit dependency on which the webdav FS provider depends, and the latter is about adding "http5(s)" FS provider as a new http library option. I will try to submit pull requests

Re: [csv] Slicing through CSVRecords

2019-01-01 Thread Woonsan Ko
On Tue, Jan 1, 2019 at 12:10 AM Gary Gregory wrote: > > Hi, > > It sounds like you are looking for a JDBC driver for CSV files. I do not > think we want to build too much on top of CSV have it to start mimic SQL. FYI, Calcite might be interesting as it has something built-in for CSV via JDBC: -