Re: google-collections vs guava for 2.0.0

2010-08-09 Thread Paul Lindner
Review request for Guava is available here: http://codereview.appspot.com/1904048/show I'd like to get a maven plugin that validates that we're not calling @Beta methods, but I think we can exercise caution for the time being.. On Aug 9, 2010, at 9:15 AM, Pablo Graña wrote: > It looks like go

Re: google-collections vs guava for 2.0.0

2010-08-09 Thread Pablo Graña
It looks like google-collections is sort of deprecated, and replaced by guava, that should contain all the google-collection classes. IMHO, guava should be the place to go if currently using google-collections. It is even in repo1, now. On Mon, Aug 9, 2010 at 1:04 PM, Paul Lindner wrote: > Hi, >

google-collections vs guava for 2.0.0

2010-08-09 Thread Paul Lindner
Hi, For java shindig we currently use google collections 1.0. This has been superceded by google-guava which has now had a few stable releases. Would anyone be opposed to moving to guava? (and not using @Beta routines for stability..) Pros: Some of the utility classes we currently use could be