Re: Is JEXL an active project ?

2009-06-07 Thread Christian Grobmeier
> I've updated https://issues.apache.org/jira/browse/JEXL-55 , a big patch on > the 2.0 svn branch. > Any review/comment welcome. I'll try to have a look at it during this week and apply or come back with questions, if any. Cheers + Thanks, Christian --

[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 ChainedTransformer implement

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 : > 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 were doing is fol

Re: Spec compliance as new Commons component

2009-06-07 Thread Niklas Gustavsson
On Wed, Jun 3, 2009 at 2:22 AM, sebb wrote: > On 02/06/2009, Niklas Gustavsson 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. Tomcat, HttpComponents) may wel

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 schrieb am D

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, e

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

2009-06-07 Thread Vince Bonfanti
In order to solve this serialization problem, I'm trying to understand exactly what the FilesCache is used for. Most importantly, I'm trying to determine whether the FilesCache is used to cache file content. I think the answer is: the FilesCache is used to optimize resolveFile() performance, and t