Re: [csv] Update to Java 8

2016-06-13 Thread Peter Ansell
The ability to push Lambda's into a CSV processing library, to avoid users having to implement a "while(hasNext())" loop correctly/efficiently each time shouldn't underestimated. I have written a utility method myself to do this for my projects. It uses Jackson CSV right now but the pattern should

Re: [csv] Update to Java 8

2016-06-13 Thread Stian Soiland-Reyes
NIO Path and AutoClosable try blocks are good enough reasons for me! :) On 13 June 2016 at 18:13, Gary Gregory wrote: > Java 7. Right now I'm thinking of adding convenience APIs for NIO Path, and > old school File. > > Java 8 streams would be interesting for sure. Later for me... > > Gary >

Re: [csv] Update to Java 8

2016-06-13 Thread Gary Gregory
Java 7. Right now I'm thinking of adding convenience APIs for NIO Path, and old school File. Java 8 streams would be interesting for sure. Later for me... Gary On Mon, Jun 13, 2016 at 10:10 AM, Stian Soiland-Reyes wrote: > 7 (email) or 8 (subject)? > > I'm +1 for either - but I'm not sure if C

Re: [csv] Update to Java 8

2016-06-13 Thread Stian Soiland-Reyes
7 (email) or 8 (subject)? I'm +1 for either - but I'm not sure if CSV would benefit much from Java 8 features, or are you thinking Java 8 Streams for CSV? (That would be really cool!) On 13 June 2016 at 03:18, Gary Gregory wrote: > Now that we pushed out 1.4, I plan on updating the platform re

[csv] Update to Java 8

2016-06-12 Thread Gary Gregory
Now that we pushed out 1.4, I plan on updating the platform requirement to Java 7. Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition Spri