Re: [Jamwiki-devel] Guava?
Brought to you by:
wrh2
From: Ryan H. <rya...@gm...> - 2013-03-18 03:50:42
|
On 3/16/2013 5:15 PM, Peter Palmreuther wrote: > Guava is pretty huge, so it's hard to tell ... But I'll take the > chance to get a better overview of JAMWiki code to see whether there > are, or not. In the end I don't think this is something that has to > be finished in once commit, so why not give it a start for 2.0 ;-) My only concern with using Guava is that it IS pretty huge, and it duplicates a lot of functionality from commons.io and ehcache, so I'd like to make sure that a) enough Guava functionality is being used to justify a 2MB increase in the JAMWiki war and b) we don't end up with two different ways of doing things like I/O or caching, as that gets confusing and makes code maintenance more difficult. That said, if you're comfortable with Guava then I'm happy to make switch, I'd just like to do so with the plan being that commons.io and ehcache are scheduled for removal, along with anything else that makes sense to remove if it duplicates Guava functionality. Ryan |