Hi Romain, On 05.09.17 20:32, Romain Manni-Bucau wrote: > @Thomas: can you say a word on the diff between 2.3 and 2.2 if you have it > still in memory please?
1. The CacheEventQueue has been derived from PooledCacheEventQueue and most of its methods removed. The previous implementation smelled. 2. The memory caches have been modified massively. They provide less duplicate code, better locking mechanisms etc 3. The ThreadPoolManager now returns ExecutorService instead of ThreadPoolExecutor which allows to use ForkJoinPools once we go to Java8. All occurrences in the code have been changed accordingly. That's basically what I remember. All other changes have been backported to trunk. Bye, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org