[JCS] where are we?

2014-08-18 Thread Romain Manni-Bucau
Hi guys didnt have much time lately and wonder how far we are from a release (2.0 yeah!). If only jcache snapshot dependency is an issue I can surely help releasing it. wdyt? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rm

RE: [ANNOUNCE] Apache Commons CSV 1.0 released!

2014-08-18 Thread Daniel Gredler (DHL GM US)
I'm looking forward to using it. Thanks to all of you who spent time refining the code over the past few months! Take care, Daniel -Original Message- From: Benedikt Ritter [mailto:brit...@apache.org] Sent: Friday, August 15, 2014 2:52 AM To: annou...@apache.org; Commons Developers Lis

Re: Fwd: svn commit: r1617904 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/xz/XZUtils.java

2014-08-18 Thread Stefan Bodewig
On 2014-08-18, sebb wrote: > I suspect just using a volatile enum would be sufficient as enums are > thread-safe so it is just necessary to ensure safe publication. I went with the volatile route since the code never used compareAndSet or one of its friends anyway. Stefan --