Re: Using Guava instead of Commons Collections

2012-07-25 Thread Julian Reschke
On 2012-07-25 12:09, Jukka Zitting wrote: Hi, As you may have noticed (OAK-200), I recently took the liberty of replacing our Commons Collections dependency with the Guava library [1]. Guava is essentially a charged-up version of Commons Colletions, with support for generics and some features o

Using Guava instead of Commons Collections

2012-07-25 Thread Jukka Zitting
Hi, As you may have noticed (OAK-200), I recently took the liberty of replacing our Commons Collections dependency with the Guava library [1]. Guava is essentially a charged-up version of Commons Colletions, with support for generics and some features of Commons IO, Lang, etc. thrown in. See the