[jcs] jcache support?

2014-04-21 Thread Romain Manni-Bucau
Hi will jcs support jcache? Is it planned? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau - To

Re: [jcs] jcache support?

2014-04-21 Thread Thomas Vandahl
On 21.04.14 13:51, Romain Manni-Bucau wrote: Hi will jcs support jcache? Is it planned? See http://commons.apache.org/proper/commons-jcs/JCSandJCACHE.html for comments on this topic. Bye, Thomas. - To unsubscribe, e-mail:

Re: Apache Commons ApacheCon Europe 2014

2014-04-21 Thread Thomas Vandahl
Hi Siggi, On 18.04.14 20:47, Siegfried Goeschl wrote: Hi folks, so judging from the conversation we have volunteers for Apache Commons VFS :-) Reclaiming the message thread - who else would like to present his/her pet component? Well, I'd talk about JCS a bit but that would require that

Re: [jcs] jcache support?

2014-04-21 Thread Romain Manni-Bucau
saw it, I can rephrase the question this way: will tomee be able to rely on jcs or should we directly use ehcache as do cxf already for other needs. I'd like to see an apache product in the box but not sure we'll find enough time to make it real short term Romain Manni-Bucau Twitter:

Re: [jcs] jcache support?

2014-04-21 Thread Romain Manni-Bucau
opened https://issues.apache.org/jira/browse/JCS-118 to at least track it Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-04-21 19:06 GMT+02:00 Romain Manni-Bucau

Re: [jcs] jcache support?

2014-04-21 Thread Thomas Vandahl
On 21.04.14 19:06, Romain Manni-Bucau wrote: saw it, I can rephrase the question this way: will tomee be able to rely on jcs or should we directly use ehcache as do cxf already for other needs. I'd like to see an apache product in the box but not sure we'll find enough time to make it real

Re: [jcs] jcache support?

2014-04-21 Thread Romain Manni-Bucau
Great Thomas, Ill try to setup tck in the week then.we can see how far we are. EE side should bring some more people so it can be important for jcs too. Le 21 avr. 2014 19:39, Thomas Vandahl t...@apache.org a écrit : On 21.04.14 19:06, Romain Manni-Bucau wrote: saw it, I can rephrase the

[lang] Rationale for multiplying by one in Conversion?

2014-04-21 Thread Duncan Jones
Hi everyone, The Conversion class has numerous instances in which a value is multiplied by one (e.g. line 1054): shift = i * 1 + dstPos; I suspect this is a copy/paste issue, since other parts of the class follow a similar pattern, e.g. line 881: shift = i * 8 + dstPos; The unit tests pass