AW: [vfs] MemcachedFilesCache for Google App Engine (object serialization)

2009-06-07 Thread Mario Ivankovits
Hi! I think the answer is: the FilesCache is used to optimize resolveFile() performance, and to reuse FileObject instances, but is not used to cache the actual file content. Thats correct! Ciao, Mario - To unsubscribe,

Re: proposal for performance/usability optimisations in commons.lang.Validate

2009-06-07 Thread Mark Struberg
Hiho! I wrote a version based on the mirror on github which is available here: http://github.com/struberg/commons-lang/commit/ed8515f63290eba6e38ff5b79772e87b27dde32b I will create a JIRA and also attached a patch for those not familiar with git. LieGrue, strub --- Mark Struberg

Re: Spec compliance as new Commons component

2009-06-07 Thread Niklas Gustavsson
On Wed, Jun 3, 2009 at 2:22 AM, sebbseb...@gmail.com wrote: On 02/06/2009, Niklas Gustavsson nik...@protocol7.com wrote: Interesting. Could be useful for parts of Commons Codec, Mail, Net. Seems to me it fits in with the Commons charter, and other projects that could benefit from it (e.g.

Re: [all] Re: [jira] Created: (MATH-275) MANIFEST.MF contains incorrect Import-Package OSGi header (makes it unusable for OSGi)

2009-06-07 Thread Niall Pemberton
2009/6/6 Phil Steitz phil.ste...@gmail.com: Can one of our OSGI experts pls look into this?   If what the reporter is saying is correct, all of our jars built using m2 are similarly unuseable I've added a response to the JIRA ticket - not that I'm an OSGi expert, but its come up before and what

[collections] ChainedTransformer...

2009-06-07 Thread James Carman
All, I thought I'd check out the collections_jdk5_branch to see if there was anything that I could tinker with. I decided to look into the functors, since that's what I'm mainly interested in. Immediately I noticed ChainedTransformer. It's declared as: public class ChainedTransformerT