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
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
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
--