You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2014/04/21 13:51:56 UTC

[jcs] jcache support?

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 unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
my thought was:
core: 1.6
jcache: 1.6
tck: run under java 7

think j6 is a constraint for 1-2 years but tck only runs on j7

@Thomas: in all cases some help on the produced code would be awesome


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-04-28 20:46 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
> On 28.04.14 01:46, Olivier Lamy wrote:
>> BTW the ideal would be to use modules in the build as:
>> commons-jcs
>>   commons-jcs-core
>>   commons-jcs-tck
>>
>> Any issues with changing the structure?
>
> Could we keep the core at 1.6-compatibility?
>
> Bye, Thomas.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Thomas Vandahl <tv...@apache.org>.
On 28.04.14 01:46, Olivier Lamy wrote:
> BTW the ideal would be to use modules in the build as:
> commons-jcs
>   commons-jcs-core
>   commons-jcs-tck
> 
> Any issues with changing the structure?

Could we keep the core at 1.6-compatibility?

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
+1 Olivier
Thx


2014-04-28 7:02 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:

> +1
>
> Open question is jcs-jcache instead of jcs-tck (and jcache tests = tcks). I
> think it makes sense to extract it
> Le 28 avr. 2014 00:47, "Olivier Lamy" <ol...@apache.org> a écrit :
>
> > BTW the ideal would be to use modules in the build as:
> > commons-jcs
> >   commons-jcs-core
> >   commons-jcs-tck
> >
> > Any issues with changing the structure?
> >
> > Olivier
> >
> > On 28 April 2014 09:32, Olivier Lamy <ol...@apache.org> wrote:
> > > Hi,
> > > I will have a look at the pr. Then move to defaut maven sources
> > directories.
> > >
> > > *NOTE*: jsr 107 is java 1.7 required. (just before someone complain :-)
> > ).
> > >
> > > Then I agree on moving to incubator.
> > >
> > >
> > >
> > > On 27 April 2014 19:10, Romain Manni-Bucau <rm...@gmail.com>
> > wrote:
> > >> side note: do we plan - after jcache first support please otherwise
> > >> merge will be a pain - to align project structure on the default maven
> > >> one (src/main/java, src/main/resources, src/test/java,
> > >> src/test/resources)?
> > >>
> > >> would surely be easier for any new volunteer.
> > >>
> > >>
> > >> Romain Manni-Bucau
> > >> Twitter: @rmannibucau
> > >> Blog: http://rmannibucau.wordpress.com/
> > >> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > >> Github: https://github.com/rmannibucau
> > >>
> > >>
> > >> 2014-04-26 19:31 GMT+02:00 Romain Manni-Bucau <rmannibucau@gmail.com
> >:
> > >>> forked https://github.com/rmannibucau/commons-jcs,
> > >>>
> > >>>
> > >>> still some work to make TCKs passing (first step) then make it usable
> > >>> (think we'll pass tck in local mode then we need to make them
> > >>> distributed friendly).
> > >>>
> > >>> current status:
> > >>> Tests run: 465, Failures: 70, Errors: 22, Skipped: 0
> > >>>
> > >>> PS: can be run using tck.sh
> > >>>
> > >>>
> > >>> Romain Manni-Bucau
> > >>> Twitter: @rmannibucau
> > >>> Blog: http://rmannibucau.wordpress.com/
> > >>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > >>> Github: https://github.com/rmannibucau
> > >>>
> > >>>
> > >>> 2014-04-25 15:10 GMT+02:00 Romain Manni-Bucau <rmannibucau@gmail.com
> >:
> > >>>> Ok, will try.
> > >>>>
> > >>>> Thanks
> > >>>>
> > >>>>
> > >>>> Romain Manni-Bucau
> > >>>> Twitter: @rmannibucau
> > >>>> Blog: http://rmannibucau.wordpress.com/
> > >>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > >>>> Github: https://github.com/rmannibucau
> > >>>>
> > >>>>
> > >>>> 2014-04-25 14:24 GMT+02:00 Siegfried Goeschl <sg...@gmx.at>:
> > >>>>> Hi folks,
> > >>>>>
> > >>>>> don't know the official view of things (current ASF Git support)
> but
> > I use
> > >>>>> GitHub to work on refactoring since it allows broader contribution
> > (only
> > >>>>> GitHub account is required)
> > >>>>>
> > >>>>> Cheers,
> > >>>>>
> > >>>>> Siegfried Goeschl
> > >>>>>
> > >>>>>
> > >>>>> On 25.04.14 09:28, Romain Manni-Bucau wrote:
> > >>>>>>
> > >>>>>> yep was the idea.
> > >>>>>>
> > >>>>>> promoting jcs to incubator would definively be great.
> > >>>>>>
> > >>>>>> The short term question and sandbox reference was more: how can we
> > >>>>>> work together on tcks. Using patches makes it hard (you need to
> > merge
> > >>>>>> all patches etc if several people are contributing).
> > >>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>>> Romain Manni-Bucau
> > >>>>>> Twitter: @rmannibucau
> > >>>>>> Blog: http://rmannibucau.wordpress.com/
> > >>>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > >>>>>> Github: https://github.com/rmannibucau
> > >>>>>>
> > >>>>>>
> > >>>>>> 2014-04-25 9:09 GMT+02:00 Jean-Louis MONTEIRO <jeanouii@gmail.com
> >:
> > >>>>>>>
> > >>>>>>> You mean move to the sandbox area to work more easily on JCache
> > >>>>>>> specification implementation.
> > >>>>>>> And maybe try to get JCS to incubator and then try to promote to
> > TLP?
> > >>>>>>>
> > >>>>>>> Not sure I got all your points.
> > >>>>>>>
> > >>>>>>> JLouis
> > >>>>>>>
> > >>>>>>>
> > >>>>>>> 2014-04-25 8:43 GMT+02:00 Romain Manni-Bucau <
> > rmannibucau@gmail.com>:
> > >>>>>>>
> > >>>>>>>> Did some more work ( still attached to
> > >>>>>>>> https://issues.apache.org/jira/browse/JCS-118 - side note: i
> > didnt
> > >>>>>>>> recheck defaults tests here so maybe seomthing is broken
> > regarding the
> > >>>>>>>> configuration I changed a bit as mentionned in a comment )
> > >>>>>>>>
> > >>>>>>>> The question at this point is how to go ahead? My main issue is
> > while
> > >>>>>>>> we don't have a fully working patch how can we share changes.
> Not
> > sure
> > >>>>>>>> patches are the best solution. [sandbox] could be since we are
> > more to
> > >>>>>>>> have perms.
> > >>>>>>>>
> > >>>>>>>> wdyt?
> > >>>>>>>>
> > >>>>>>>>
> > >>>>>>>> Romain Manni-Bucau
> > >>>>>>>> Twitter: @rmannibucau
> > >>>>>>>> Blog: http://rmannibucau.wordpress.com/
> > >>>>>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> > >>>>>>>> Github: https://github.com/rmannibucau
> > >>>>>>>>
> > >>>>>>>>
> > >>>>>>>> 2014-04-22 9:41 GMT+02:00 Jean-Louis MONTEIRO <
> jeanouii@gmail.com
> > >:
> > >>>>>>>>>
> > >>>>>>>>> +1, that'd be awesome.
> > >>>>>>>>> I don't think it's a big word/rework. Crossing fingers, it's
> > just a
> > >>>>>>>>
> > >>>>>>>> matter
> > >>>>>>>>>
> > >>>>>>>>> of some interfaces and an SPI to implement.
> > >>>>>>>>>
> > >>>>>>>>> JLouis
> > >>>>>>>>>
> > >>>>>>>>>
> > >>>>>>>>> 2014-04-21 20:39 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
> > >>>>>>>>>
> > >>>>>>>>>> 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 short term
> > >>>>>>>>>>>
> > >>>>>>>>>> Me too. I think it should be not too hard and the 2.0 release
> is
> > >>>>>>>>>> certainly a good milestone to work on this. At the moment,
> > however, I
> > >>>>>>>>>> maintain this project pretty much alone and I have no idea
> what
> > JCache
> > >>>>>>>>>> means and how it is related to the current architecture of
> JCS.
> > >>>>>>>>>> I'm willing to help as much as I can.
> > >>>>>>>>>>
> > >>>>>>>>>> Bye, Thomas.
> > >>>>>>>>>>
> > >>>>>>>>>>
> > >>>>>>>>>>
> > ---------------------------------------------------------------------
> > >>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > >>>>>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
> > >>>>>>>>>>
> > >>>>>>>>>>
> > >>>>>>>>>
> > >>>>>>>>> --
> > >>>>>>>>> Jean-Louis
> > >>>>>>>>
> > >>>>>>>>
> > ---------------------------------------------------------------------
> > >>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > >>>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
> > >>>>>>>>
> > >>>>>>>>
> > >>>>>>>
> > >>>>>>> --
> > >>>>>>> Jean-Louis
> > >>>>>>
> > >>>>>>
> > ---------------------------------------------------------------------
> > >>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > >>>>>> For additional commands, e-mail: dev-help@commons.apache.org
> > >>>>>>
> > >>>>>
> > >>>>>
> > >>>>>
> ---------------------------------------------------------------------
> > >>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > >>>>> For additional commands, e-mail: dev-help@commons.apache.org
> > >>>>>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > >> For additional commands, e-mail: dev-help@commons.apache.org
> > >>
> > >
> > >
> > >
> > > --
> > > Olivier Lamy
> > > Ecetera: http://ecetera.com.au
> > > http://twitter.com/olamy | http://linkedin.com/in/olamy
> >
> >
> >
> > --
> > Olivier Lamy
> > Ecetera: http://ecetera.com.au
> > http://twitter.com/olamy | http://linkedin.com/in/olamy
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
>



-- 
Jean-Louis

Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
+1

Open question is jcs-jcache instead of jcs-tck (and jcache tests = tcks). I
think it makes sense to extract it
Le 28 avr. 2014 00:47, "Olivier Lamy" <ol...@apache.org> a écrit :

> BTW the ideal would be to use modules in the build as:
> commons-jcs
>   commons-jcs-core
>   commons-jcs-tck
>
> Any issues with changing the structure?
>
> Olivier
>
> On 28 April 2014 09:32, Olivier Lamy <ol...@apache.org> wrote:
> > Hi,
> > I will have a look at the pr. Then move to defaut maven sources
> directories.
> >
> > *NOTE*: jsr 107 is java 1.7 required. (just before someone complain :-)
> ).
> >
> > Then I agree on moving to incubator.
> >
> >
> >
> > On 27 April 2014 19:10, Romain Manni-Bucau <rm...@gmail.com>
> wrote:
> >> side note: do we plan - after jcache first support please otherwise
> >> merge will be a pain - to align project structure on the default maven
> >> one (src/main/java, src/main/resources, src/test/java,
> >> src/test/resources)?
> >>
> >> would surely be easier for any new volunteer.
> >>
> >>
> >> Romain Manni-Bucau
> >> Twitter: @rmannibucau
> >> Blog: http://rmannibucau.wordpress.com/
> >> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> >> Github: https://github.com/rmannibucau
> >>
> >>
> >> 2014-04-26 19:31 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
> >>> forked https://github.com/rmannibucau/commons-jcs,
> >>>
> >>>
> >>> still some work to make TCKs passing (first step) then make it usable
> >>> (think we'll pass tck in local mode then we need to make them
> >>> distributed friendly).
> >>>
> >>> current status:
> >>> Tests run: 465, Failures: 70, Errors: 22, Skipped: 0
> >>>
> >>> PS: can be run using tck.sh
> >>>
> >>>
> >>> Romain Manni-Bucau
> >>> Twitter: @rmannibucau
> >>> Blog: http://rmannibucau.wordpress.com/
> >>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> >>> Github: https://github.com/rmannibucau
> >>>
> >>>
> >>> 2014-04-25 15:10 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
> >>>> Ok, will try.
> >>>>
> >>>> Thanks
> >>>>
> >>>>
> >>>> Romain Manni-Bucau
> >>>> Twitter: @rmannibucau
> >>>> Blog: http://rmannibucau.wordpress.com/
> >>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> >>>> Github: https://github.com/rmannibucau
> >>>>
> >>>>
> >>>> 2014-04-25 14:24 GMT+02:00 Siegfried Goeschl <sg...@gmx.at>:
> >>>>> Hi folks,
> >>>>>
> >>>>> don't know the official view of things (current ASF Git support) but
> I use
> >>>>> GitHub to work on refactoring since it allows broader contribution
> (only
> >>>>> GitHub account is required)
> >>>>>
> >>>>> Cheers,
> >>>>>
> >>>>> Siegfried Goeschl
> >>>>>
> >>>>>
> >>>>> On 25.04.14 09:28, Romain Manni-Bucau wrote:
> >>>>>>
> >>>>>> yep was the idea.
> >>>>>>
> >>>>>> promoting jcs to incubator would definively be great.
> >>>>>>
> >>>>>> The short term question and sandbox reference was more: how can we
> >>>>>> work together on tcks. Using patches makes it hard (you need to
> merge
> >>>>>> all patches etc if several people are contributing).
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> Romain Manni-Bucau
> >>>>>> Twitter: @rmannibucau
> >>>>>> Blog: http://rmannibucau.wordpress.com/
> >>>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> >>>>>> Github: https://github.com/rmannibucau
> >>>>>>
> >>>>>>
> >>>>>> 2014-04-25 9:09 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
> >>>>>>>
> >>>>>>> You mean move to the sandbox area to work more easily on JCache
> >>>>>>> specification implementation.
> >>>>>>> And maybe try to get JCS to incubator and then try to promote to
> TLP?
> >>>>>>>
> >>>>>>> Not sure I got all your points.
> >>>>>>>
> >>>>>>> JLouis
> >>>>>>>
> >>>>>>>
> >>>>>>> 2014-04-25 8:43 GMT+02:00 Romain Manni-Bucau <
> rmannibucau@gmail.com>:
> >>>>>>>
> >>>>>>>> Did some more work ( still attached to
> >>>>>>>> https://issues.apache.org/jira/browse/JCS-118 - side note: i
> didnt
> >>>>>>>> recheck defaults tests here so maybe seomthing is broken
> regarding the
> >>>>>>>> configuration I changed a bit as mentionned in a comment )
> >>>>>>>>
> >>>>>>>> The question at this point is how to go ahead? My main issue is
> while
> >>>>>>>> we don't have a fully working patch how can we share changes. Not
> sure
> >>>>>>>> patches are the best solution. [sandbox] could be since we are
> more to
> >>>>>>>> have perms.
> >>>>>>>>
> >>>>>>>> wdyt?
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> Romain Manni-Bucau
> >>>>>>>> Twitter: @rmannibucau
> >>>>>>>> Blog: http://rmannibucau.wordpress.com/
> >>>>>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> >>>>>>>> Github: https://github.com/rmannibucau
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> 2014-04-22 9:41 GMT+02:00 Jean-Louis MONTEIRO <jeanouii@gmail.com
> >:
> >>>>>>>>>
> >>>>>>>>> +1, that'd be awesome.
> >>>>>>>>> I don't think it's a big word/rework. Crossing fingers, it's
> just a
> >>>>>>>>
> >>>>>>>> matter
> >>>>>>>>>
> >>>>>>>>> of some interfaces and an SPI to implement.
> >>>>>>>>>
> >>>>>>>>> JLouis
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> 2014-04-21 20:39 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
> >>>>>>>>>
> >>>>>>>>>> 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 short term
> >>>>>>>>>>>
> >>>>>>>>>> Me too. I think it should be not too hard and the 2.0 release is
> >>>>>>>>>> certainly a good milestone to work on this. At the moment,
> however, I
> >>>>>>>>>> maintain this project pretty much alone and I have no idea what
> JCache
> >>>>>>>>>> means and how it is related to the current architecture of JCS.
> >>>>>>>>>> I'm willing to help as much as I can.
> >>>>>>>>>>
> >>>>>>>>>> Bye, Thomas.
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>>
> ---------------------------------------------------------------------
> >>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >>>>>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
> >>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> --
> >>>>>>>>> Jean-Louis
> >>>>>>>>
> >>>>>>>>
> ---------------------------------------------------------------------
> >>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >>>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
> >>>>>>>>
> >>>>>>>>
> >>>>>>>
> >>>>>>> --
> >>>>>>> Jean-Louis
> >>>>>>
> >>>>>>
> ---------------------------------------------------------------------
> >>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >>>>>> For additional commands, e-mail: dev-help@commons.apache.org
> >>>>>>
> >>>>>
> >>>>>
> >>>>> ---------------------------------------------------------------------
> >>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >>>>> For additional commands, e-mail: dev-help@commons.apache.org
> >>>>>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >
> >
> >
> > --
> > Olivier Lamy
> > Ecetera: http://ecetera.com.au
> > http://twitter.com/olamy | http://linkedin.com/in/olamy
>
>
>
> --
> Olivier Lamy
> Ecetera: http://ecetera.com.au
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [jcs] jcache support?

Posted by Olivier Lamy <ol...@apache.org>.
BTW the ideal would be to use modules in the build as:
commons-jcs
  commons-jcs-core
  commons-jcs-tck

Any issues with changing the structure?

Olivier

On 28 April 2014 09:32, Olivier Lamy <ol...@apache.org> wrote:
> Hi,
> I will have a look at the pr. Then move to defaut maven sources directories.
>
> *NOTE*: jsr 107 is java 1.7 required. (just before someone complain :-) ).
>
> Then I agree on moving to incubator.
>
>
>
> On 27 April 2014 19:10, Romain Manni-Bucau <rm...@gmail.com> wrote:
>> side note: do we plan - after jcache first support please otherwise
>> merge will be a pain - to align project structure on the default maven
>> one (src/main/java, src/main/resources, src/test/java,
>> src/test/resources)?
>>
>> would surely be easier for any new volunteer.
>>
>>
>> Romain Manni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>> 2014-04-26 19:31 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>>> forked https://github.com/rmannibucau/commons-jcs,
>>>
>>>
>>> still some work to make TCKs passing (first step) then make it usable
>>> (think we'll pass tck in local mode then we need to make them
>>> distributed friendly).
>>>
>>> current status:
>>> Tests run: 465, Failures: 70, Errors: 22, Skipped: 0
>>>
>>> PS: can be run using tck.sh
>>>
>>>
>>> Romain Manni-Bucau
>>> Twitter: @rmannibucau
>>> Blog: http://rmannibucau.wordpress.com/
>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>> Github: https://github.com/rmannibucau
>>>
>>>
>>> 2014-04-25 15:10 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>>>> Ok, will try.
>>>>
>>>> Thanks
>>>>
>>>>
>>>> Romain Manni-Bucau
>>>> Twitter: @rmannibucau
>>>> Blog: http://rmannibucau.wordpress.com/
>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>> Github: https://github.com/rmannibucau
>>>>
>>>>
>>>> 2014-04-25 14:24 GMT+02:00 Siegfried Goeschl <sg...@gmx.at>:
>>>>> Hi folks,
>>>>>
>>>>> don't know the official view of things (current ASF Git support) but I use
>>>>> GitHub to work on refactoring since it allows broader contribution (only
>>>>> GitHub account is required)
>>>>>
>>>>> Cheers,
>>>>>
>>>>> Siegfried Goeschl
>>>>>
>>>>>
>>>>> On 25.04.14 09:28, Romain Manni-Bucau wrote:
>>>>>>
>>>>>> yep was the idea.
>>>>>>
>>>>>> promoting jcs to incubator would definively be great.
>>>>>>
>>>>>> The short term question and sandbox reference was more: how can we
>>>>>> work together on tcks. Using patches makes it hard (you need to merge
>>>>>> all patches etc if several people are contributing).
>>>>>>
>>>>>>
>>>>>>
>>>>>> Romain Manni-Bucau
>>>>>> Twitter: @rmannibucau
>>>>>> Blog: http://rmannibucau.wordpress.com/
>>>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>>>> Github: https://github.com/rmannibucau
>>>>>>
>>>>>>
>>>>>> 2014-04-25 9:09 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>>>>>>>
>>>>>>> You mean move to the sandbox area to work more easily on JCache
>>>>>>> specification implementation.
>>>>>>> And maybe try to get JCS to incubator and then try to promote to TLP?
>>>>>>>
>>>>>>> Not sure I got all your points.
>>>>>>>
>>>>>>> JLouis
>>>>>>>
>>>>>>>
>>>>>>> 2014-04-25 8:43 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>>>>>>>
>>>>>>>> Did some more work ( still attached to
>>>>>>>> https://issues.apache.org/jira/browse/JCS-118 - side note: i didnt
>>>>>>>> recheck defaults tests here so maybe seomthing is broken regarding the
>>>>>>>> configuration I changed a bit as mentionned in a comment )
>>>>>>>>
>>>>>>>> The question at this point is how to go ahead? My main issue is while
>>>>>>>> we don't have a fully working patch how can we share changes. Not sure
>>>>>>>> patches are the best solution. [sandbox] could be since we are more to
>>>>>>>> have perms.
>>>>>>>>
>>>>>>>> wdyt?
>>>>>>>>
>>>>>>>>
>>>>>>>> Romain Manni-Bucau
>>>>>>>> Twitter: @rmannibucau
>>>>>>>> Blog: http://rmannibucau.wordpress.com/
>>>>>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>>>>>> Github: https://github.com/rmannibucau
>>>>>>>>
>>>>>>>>
>>>>>>>> 2014-04-22 9:41 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>>>>>>>>>
>>>>>>>>> +1, that'd be awesome.
>>>>>>>>> I don't think it's a big word/rework. Crossing fingers, it's just a
>>>>>>>>
>>>>>>>> matter
>>>>>>>>>
>>>>>>>>> of some interfaces and an SPI to implement.
>>>>>>>>>
>>>>>>>>> JLouis
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 2014-04-21 20:39 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
>>>>>>>>>
>>>>>>>>>> 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 short term
>>>>>>>>>>>
>>>>>>>>>> Me too. I think it should be not too hard and the 2.0 release is
>>>>>>>>>> certainly a good milestone to work on this. At the moment, however, I
>>>>>>>>>> maintain this project pretty much alone and I have no idea what JCache
>>>>>>>>>> means and how it is related to the current architecture of JCS.
>>>>>>>>>> I'm willing to help as much as I can.
>>>>>>>>>>
>>>>>>>>>> Bye, Thomas.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Jean-Louis
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Jean-Louis
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>
>
>
> --
> Olivier Lamy
> Ecetera: http://ecetera.com.au
> http://twitter.com/olamy | http://linkedin.com/in/olamy



-- 
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
ok, Olivier did a refactoring of maven structure and it seems the best
we can do now. Here a little patch fixing some dependencies (mainly
cleanup): https://gist.github.com/rmannibucau/40f4bcf03dbcf17b8448


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-04-28 20:58 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
> Jvm doesnt need to be linked to os btw, i try to avoid it to not get upgrade
> surprises ;)
>
> Le 28 avr. 2014 19:56, "Emmanuel Bourg" <eb...@apache.org> a écrit :
>
>> Le 28/04/2014 20:44, Thomas Vandahl a écrit :
>>
>> > This throws me out of the game. My Snow Leopard MacBook is 1.6 only.
>>
>> You can't upgrade it to Mavericks and install Java 7?
>>
>> Emmanuel Bourg
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Jvm doesnt need to be linked to os btw, i try to avoid it to not get
upgrade surprises ;)
Le 28 avr. 2014 19:56, "Emmanuel Bourg" <eb...@apache.org> a écrit :

> Le 28/04/2014 20:44, Thomas Vandahl a écrit :
>
> > This throws me out of the game. My Snow Leopard MacBook is 1.6 only.
>
> You can't upgrade it to Mavericks and install Java 7?
>
> Emmanuel Bourg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Yep, think stats for instance can be merged (would be great since ATM
we have local stats only).


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-04-30 19:34 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
> On 30.04.14 08:45, Romain Manni-Bucau wrote:
>> when I updated this morning it was still broken
>
> Sorry, I needed to keep pace with Olivier structural changes and that's
> why it probably slipped thru.
>
> Thanks to all the contributors, I really appreciate your help.
>
> Romain, I think that some of the additional classes can be removed if we
> use some more features built-in to JCS. I'm trying to come up with some
> ideas during the weekend, but time is tight, you know.
>
> Bye, Thomas.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Thomas Vandahl <tv...@apache.org>.
On 30.04.14 08:45, Romain Manni-Bucau wrote:
> when I updated this morning it was still broken

Sorry, I needed to keep pace with Olivier structural changes and that's
why it probably slipped thru.

Thanks to all the contributors, I really appreciate your help.

Romain, I think that some of the additional classes can be removed if we
use some more features built-in to JCS. I'm trying to come up with some
ideas during the weekend, but time is tight, you know.

Bye, Thomas.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Mark Struberg <st...@yahoo.de>.
Well, the TCK profile only gets activated on java7 - but I use java8 by default already...

Another point. The <module> needs to ALWAYS be included. And _inside_ the commons-jcs-tck-tests module we can just skip the tests if the 'tck' profile doesn't get activated. Otherwise we would screw up automatic versioning when releasing without having the tck activated.

LieGrue,
strub

On Wednesday, 30 April 2014, 8:46, Romain Manni-Bucau <rm...@gmail.com> wrote:
 
well submitted a patch yesterday fixing 1 failling test (due to j7 or
>j8) in core and fixing jcache module (my previous patch was not
>totally applied), hopefully it is the same fix but here is the patch
>https://issues.apache.org/jira/browse/JCS-120
>
>when I updated this morning it was still broken
>
>
>Romain Manni-Bucau
>Twitter: @rmannibucau
>Blog: http://rmannibucau.wordpress.com/
>LinkedIn: http://fr.linkedin.com/in/rmannibucau
>Github: https://github.com/rmannibucau
>
>
>2014-04-30 8:26 GMT+02:00 Mark Struberg <st...@yahoo.de>:
>> Btw, fixed a few broken tests yesterday night, fixed the broken pom and added a few ALv2 license headers.
>>
>> Now all builds fine on my local box (w java8).
>>
>>
>> LieGrue,
>> strub
>>
>> On Tuesday, 29 April 2014, 22:20, Mark Struberg <st...@yahoo.de> wrote:
>>
>> plz folks do a full build before committing stuff next time.
>>>Will fix the hamcrest deps now.
>>>
>>>LieGrue,
>>>strub
>>>
>>>
>>>
>>>On Tuesday, 29 April 2014, 20:58, Thomas Vandahl <tv...@apache.org> wrote:
>>>
>>>On 28.04.14 20:55, Emmanuel Bourg wrote:
>>>>> Le 28/04/2014 20:44, Thomas Vandahl a écrit :
>>>>>
>>>>>> This throws me out of the game. My Snow Leopard MacBook is 1.6 only.
>>>>>
>>>>> You can't upgrade it to Mavericks and install Java 7?
>>>>
>>>>No I can't. MacBook One 32bit, you know.
>>>>
>>>>Bye, Thomas.
>>>>
>>>>
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>For additional commands, e-mail: dev-help@commons.apache.org
>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>For additional commands, e-mail: dev-help@commons.apache.org
>
>
>

Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
well submitted a patch yesterday fixing 1 failling test (due to j7 or
j8) in core and fixing jcache module (my previous patch was not
totally applied), hopefully it is the same fix but here is the patch
https://issues.apache.org/jira/browse/JCS-120

when I updated this morning it was still broken


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-04-30 8:26 GMT+02:00 Mark Struberg <st...@yahoo.de>:
> Btw, fixed a few broken tests yesterday night, fixed the broken pom and added a few ALv2 license headers.
>
> Now all builds fine on my local box (w java8).
>
>
> LieGrue,
> strub
>
> On Tuesday, 29 April 2014, 22:20, Mark Struberg <st...@yahoo.de> wrote:
>
> plz folks do a full build before committing stuff next time.
>>Will fix the hamcrest deps now.
>>
>>LieGrue,
>>strub
>>
>>
>>
>>On Tuesday, 29 April 2014, 20:58, Thomas Vandahl <tv...@apache.org> wrote:
>>
>>On 28.04.14 20:55, Emmanuel Bourg wrote:
>>>> Le 28/04/2014 20:44, Thomas Vandahl a écrit :
>>>>
>>>>> This throws me out of the game. My Snow Leopard MacBook is 1.6 only.
>>>>
>>>> You can't upgrade it to Mavericks and install Java 7?
>>>
>>>No I can't. MacBook One 32bit, you know.
>>>
>>>Bye, Thomas.
>>>
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>>
>>>
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Mark Struberg <st...@yahoo.de>.
Btw, fixed a few broken tests yesterday night, fixed the broken pom and added a few ALv2 license headers.

Now all builds fine on my local box (w java8).


LieGrue,
strub

On Tuesday, 29 April 2014, 22:20, Mark Struberg <st...@yahoo.de> wrote:
 
plz folks do a full build before committing stuff next time.
>Will fix the hamcrest deps now.
>
>LieGrue,
>strub
>
>
>
>On Tuesday, 29 April 2014, 20:58, Thomas Vandahl <tv...@apache.org> wrote:
>
>On 28.04.14 20:55, Emmanuel Bourg wrote:
>>> Le 28/04/2014 20:44, Thomas Vandahl a écrit :
>>> 
>>>> This throws me out of the game. My Snow Leopard MacBook is 1.6 only.
>>> 
>>> You can't upgrade it to Mavericks and install Java 7?
>>
>>No I can't. MacBook One 32bit, you know.
>>
>>Bye, Thomas.
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>>
>>
>
>

Re: [jcs] jcache support?

Posted by Mark Struberg <st...@yahoo.de>.
plz folks do a full build before committing stuff next time.
Will fix the hamcrest deps now.

LieGrue,
strub


On Tuesday, 29 April 2014, 20:58, Thomas Vandahl <tv...@apache.org> wrote:
 
On 28.04.14 20:55, Emmanuel Bourg wrote:
>> Le 28/04/2014 20:44, Thomas Vandahl a écrit :
>> 
>>> This throws me out of the game. My Snow Leopard MacBook is 1.6 only.
>> 
>> You can't upgrade it to Mavericks and install Java 7?
>
>No I can't. MacBook One 32bit, you know.
>
>Bye, Thomas.
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>For additional commands, e-mail: dev-help@commons.apache.org
>
>
>
>

Re: [jcs] jcache support?

Posted by Thomas Vandahl <tv...@apache.org>.
On 28.04.14 20:55, Emmanuel Bourg wrote:
> Le 28/04/2014 20:44, Thomas Vandahl a écrit :
> 
>> This throws me out of the game. My Snow Leopard MacBook is 1.6 only.
> 
> You can't upgrade it to Mavericks and install Java 7?

No I can't. MacBook One 32bit, you know.

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Emmanuel Bourg <eb...@apache.org>.
Le 28/04/2014 20:44, Thomas Vandahl a écrit :

> This throws me out of the game. My Snow Leopard MacBook is 1.6 only.

You can't upgrade it to Mavericks and install Java 7?

Emmanuel Bourg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Thomas Vandahl <tv...@apache.org>.
On 28.04.14 01:32, Olivier Lamy wrote:
> Hi,
> I will have a look at the pr. Then move to defaut maven sources directories.
> 
> *NOTE*: jsr 107 is java 1.7 required. (just before someone complain :-) ).

This throws me out of the game. My Snow Leopard MacBook is 1.6 only.

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Olivier Lamy <ol...@apache.org>.
Hi,
I will have a look at the pr. Then move to defaut maven sources directories.

*NOTE*: jsr 107 is java 1.7 required. (just before someone complain :-) ).

Then I agree on moving to incubator.



On 27 April 2014 19:10, Romain Manni-Bucau <rm...@gmail.com> wrote:
> side note: do we plan - after jcache first support please otherwise
> merge will be a pain - to align project structure on the default maven
> one (src/main/java, src/main/resources, src/test/java,
> src/test/resources)?
>
> would surely be easier for any new volunteer.
>
>
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>
>
> 2014-04-26 19:31 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>> forked https://github.com/rmannibucau/commons-jcs,
>>
>>
>> still some work to make TCKs passing (first step) then make it usable
>> (think we'll pass tck in local mode then we need to make them
>> distributed friendly).
>>
>> current status:
>> Tests run: 465, Failures: 70, Errors: 22, Skipped: 0
>>
>> PS: can be run using tck.sh
>>
>>
>> Romain Manni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>> 2014-04-25 15:10 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>>> Ok, will try.
>>>
>>> Thanks
>>>
>>>
>>> Romain Manni-Bucau
>>> Twitter: @rmannibucau
>>> Blog: http://rmannibucau.wordpress.com/
>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>> Github: https://github.com/rmannibucau
>>>
>>>
>>> 2014-04-25 14:24 GMT+02:00 Siegfried Goeschl <sg...@gmx.at>:
>>>> Hi folks,
>>>>
>>>> don't know the official view of things (current ASF Git support) but I use
>>>> GitHub to work on refactoring since it allows broader contribution (only
>>>> GitHub account is required)
>>>>
>>>> Cheers,
>>>>
>>>> Siegfried Goeschl
>>>>
>>>>
>>>> On 25.04.14 09:28, Romain Manni-Bucau wrote:
>>>>>
>>>>> yep was the idea.
>>>>>
>>>>> promoting jcs to incubator would definively be great.
>>>>>
>>>>> The short term question and sandbox reference was more: how can we
>>>>> work together on tcks. Using patches makes it hard (you need to merge
>>>>> all patches etc if several people are contributing).
>>>>>
>>>>>
>>>>>
>>>>> Romain Manni-Bucau
>>>>> Twitter: @rmannibucau
>>>>> Blog: http://rmannibucau.wordpress.com/
>>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>>> Github: https://github.com/rmannibucau
>>>>>
>>>>>
>>>>> 2014-04-25 9:09 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>>>>>>
>>>>>> You mean move to the sandbox area to work more easily on JCache
>>>>>> specification implementation.
>>>>>> And maybe try to get JCS to incubator and then try to promote to TLP?
>>>>>>
>>>>>> Not sure I got all your points.
>>>>>>
>>>>>> JLouis
>>>>>>
>>>>>>
>>>>>> 2014-04-25 8:43 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>>>>>>
>>>>>>> Did some more work ( still attached to
>>>>>>> https://issues.apache.org/jira/browse/JCS-118 - side note: i didnt
>>>>>>> recheck defaults tests here so maybe seomthing is broken regarding the
>>>>>>> configuration I changed a bit as mentionned in a comment )
>>>>>>>
>>>>>>> The question at this point is how to go ahead? My main issue is while
>>>>>>> we don't have a fully working patch how can we share changes. Not sure
>>>>>>> patches are the best solution. [sandbox] could be since we are more to
>>>>>>> have perms.
>>>>>>>
>>>>>>> wdyt?
>>>>>>>
>>>>>>>
>>>>>>> Romain Manni-Bucau
>>>>>>> Twitter: @rmannibucau
>>>>>>> Blog: http://rmannibucau.wordpress.com/
>>>>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>>>>> Github: https://github.com/rmannibucau
>>>>>>>
>>>>>>>
>>>>>>> 2014-04-22 9:41 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>>>>>>>>
>>>>>>>> +1, that'd be awesome.
>>>>>>>> I don't think it's a big word/rework. Crossing fingers, it's just a
>>>>>>>
>>>>>>> matter
>>>>>>>>
>>>>>>>> of some interfaces and an SPI to implement.
>>>>>>>>
>>>>>>>> JLouis
>>>>>>>>
>>>>>>>>
>>>>>>>> 2014-04-21 20:39 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
>>>>>>>>
>>>>>>>>> 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 short term
>>>>>>>>>>
>>>>>>>>> Me too. I think it should be not too hard and the 2.0 release is
>>>>>>>>> certainly a good milestone to work on this. At the moment, however, I
>>>>>>>>> maintain this project pretty much alone and I have no idea what JCache
>>>>>>>>> means and how it is related to the current architecture of JCS.
>>>>>>>>> I'm willing to help as much as I can.
>>>>>>>>>
>>>>>>>>> Bye, Thomas.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Jean-Louis
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Jean-Louis
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>



-- 
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
side note: do we plan - after jcache first support please otherwise
merge will be a pain - to align project structure on the default maven
one (src/main/java, src/main/resources, src/test/java,
src/test/resources)?

would surely be easier for any new volunteer.


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-04-26 19:31 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
> forked https://github.com/rmannibucau/commons-jcs,
>
>
> still some work to make TCKs passing (first step) then make it usable
> (think we'll pass tck in local mode then we need to make them
> distributed friendly).
>
> current status:
> Tests run: 465, Failures: 70, Errors: 22, Skipped: 0
>
> PS: can be run using tck.sh
>
>
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>
>
> 2014-04-25 15:10 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>> Ok, will try.
>>
>> Thanks
>>
>>
>> Romain Manni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>> 2014-04-25 14:24 GMT+02:00 Siegfried Goeschl <sg...@gmx.at>:
>>> Hi folks,
>>>
>>> don't know the official view of things (current ASF Git support) but I use
>>> GitHub to work on refactoring since it allows broader contribution (only
>>> GitHub account is required)
>>>
>>> Cheers,
>>>
>>> Siegfried Goeschl
>>>
>>>
>>> On 25.04.14 09:28, Romain Manni-Bucau wrote:
>>>>
>>>> yep was the idea.
>>>>
>>>> promoting jcs to incubator would definively be great.
>>>>
>>>> The short term question and sandbox reference was more: how can we
>>>> work together on tcks. Using patches makes it hard (you need to merge
>>>> all patches etc if several people are contributing).
>>>>
>>>>
>>>>
>>>> Romain Manni-Bucau
>>>> Twitter: @rmannibucau
>>>> Blog: http://rmannibucau.wordpress.com/
>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>> Github: https://github.com/rmannibucau
>>>>
>>>>
>>>> 2014-04-25 9:09 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>>>>>
>>>>> You mean move to the sandbox area to work more easily on JCache
>>>>> specification implementation.
>>>>> And maybe try to get JCS to incubator and then try to promote to TLP?
>>>>>
>>>>> Not sure I got all your points.
>>>>>
>>>>> JLouis
>>>>>
>>>>>
>>>>> 2014-04-25 8:43 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>>>>>
>>>>>> Did some more work ( still attached to
>>>>>> https://issues.apache.org/jira/browse/JCS-118 - side note: i didnt
>>>>>> recheck defaults tests here so maybe seomthing is broken regarding the
>>>>>> configuration I changed a bit as mentionned in a comment )
>>>>>>
>>>>>> The question at this point is how to go ahead? My main issue is while
>>>>>> we don't have a fully working patch how can we share changes. Not sure
>>>>>> patches are the best solution. [sandbox] could be since we are more to
>>>>>> have perms.
>>>>>>
>>>>>> wdyt?
>>>>>>
>>>>>>
>>>>>> Romain Manni-Bucau
>>>>>> Twitter: @rmannibucau
>>>>>> Blog: http://rmannibucau.wordpress.com/
>>>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>>>> Github: https://github.com/rmannibucau
>>>>>>
>>>>>>
>>>>>> 2014-04-22 9:41 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>>>>>>>
>>>>>>> +1, that'd be awesome.
>>>>>>> I don't think it's a big word/rework. Crossing fingers, it's just a
>>>>>>
>>>>>> matter
>>>>>>>
>>>>>>> of some interfaces and an SPI to implement.
>>>>>>>
>>>>>>> JLouis
>>>>>>>
>>>>>>>
>>>>>>> 2014-04-21 20:39 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
>>>>>>>
>>>>>>>> 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 short term
>>>>>>>>>
>>>>>>>> Me too. I think it should be not too hard and the 2.0 release is
>>>>>>>> certainly a good milestone to work on this. At the moment, however, I
>>>>>>>> maintain this project pretty much alone and I have no idea what JCache
>>>>>>>> means and how it is related to the current architecture of JCS.
>>>>>>>> I'm willing to help as much as I can.
>>>>>>>>
>>>>>>>> Bye, Thomas.
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Jean-Louis
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Jean-Louis
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
forked https://github.com/rmannibucau/commons-jcs,


still some work to make TCKs passing (first step) then make it usable
(think we'll pass tck in local mode then we need to make them
distributed friendly).

current status:
Tests run: 465, Failures: 70, Errors: 22, Skipped: 0

PS: can be run using tck.sh


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-04-25 15:10 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
> Ok, will try.
>
> Thanks
>
>
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>
>
> 2014-04-25 14:24 GMT+02:00 Siegfried Goeschl <sg...@gmx.at>:
>> Hi folks,
>>
>> don't know the official view of things (current ASF Git support) but I use
>> GitHub to work on refactoring since it allows broader contribution (only
>> GitHub account is required)
>>
>> Cheers,
>>
>> Siegfried Goeschl
>>
>>
>> On 25.04.14 09:28, Romain Manni-Bucau wrote:
>>>
>>> yep was the idea.
>>>
>>> promoting jcs to incubator would definively be great.
>>>
>>> The short term question and sandbox reference was more: how can we
>>> work together on tcks. Using patches makes it hard (you need to merge
>>> all patches etc if several people are contributing).
>>>
>>>
>>>
>>> Romain Manni-Bucau
>>> Twitter: @rmannibucau
>>> Blog: http://rmannibucau.wordpress.com/
>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>> Github: https://github.com/rmannibucau
>>>
>>>
>>> 2014-04-25 9:09 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>>>>
>>>> You mean move to the sandbox area to work more easily on JCache
>>>> specification implementation.
>>>> And maybe try to get JCS to incubator and then try to promote to TLP?
>>>>
>>>> Not sure I got all your points.
>>>>
>>>> JLouis
>>>>
>>>>
>>>> 2014-04-25 8:43 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>>>>
>>>>> Did some more work ( still attached to
>>>>> https://issues.apache.org/jira/browse/JCS-118 - side note: i didnt
>>>>> recheck defaults tests here so maybe seomthing is broken regarding the
>>>>> configuration I changed a bit as mentionned in a comment )
>>>>>
>>>>> The question at this point is how to go ahead? My main issue is while
>>>>> we don't have a fully working patch how can we share changes. Not sure
>>>>> patches are the best solution. [sandbox] could be since we are more to
>>>>> have perms.
>>>>>
>>>>> wdyt?
>>>>>
>>>>>
>>>>> Romain Manni-Bucau
>>>>> Twitter: @rmannibucau
>>>>> Blog: http://rmannibucau.wordpress.com/
>>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>>> Github: https://github.com/rmannibucau
>>>>>
>>>>>
>>>>> 2014-04-22 9:41 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>>>>>>
>>>>>> +1, that'd be awesome.
>>>>>> I don't think it's a big word/rework. Crossing fingers, it's just a
>>>>>
>>>>> matter
>>>>>>
>>>>>> of some interfaces and an SPI to implement.
>>>>>>
>>>>>> JLouis
>>>>>>
>>>>>>
>>>>>> 2014-04-21 20:39 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
>>>>>>
>>>>>>> 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 short term
>>>>>>>>
>>>>>>> Me too. I think it should be not too hard and the 2.0 release is
>>>>>>> certainly a good milestone to work on this. At the moment, however, I
>>>>>>> maintain this project pretty much alone and I have no idea what JCache
>>>>>>> means and how it is related to the current architecture of JCS.
>>>>>>> I'm willing to help as much as I can.
>>>>>>>
>>>>>>> Bye, Thomas.
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Jean-Louis
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>
>>>>>
>>>>
>>>> --
>>>> Jean-Louis
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Ok, will try.

Thanks


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-04-25 14:24 GMT+02:00 Siegfried Goeschl <sg...@gmx.at>:
> Hi folks,
>
> don't know the official view of things (current ASF Git support) but I use
> GitHub to work on refactoring since it allows broader contribution (only
> GitHub account is required)
>
> Cheers,
>
> Siegfried Goeschl
>
>
> On 25.04.14 09:28, Romain Manni-Bucau wrote:
>>
>> yep was the idea.
>>
>> promoting jcs to incubator would definively be great.
>>
>> The short term question and sandbox reference was more: how can we
>> work together on tcks. Using patches makes it hard (you need to merge
>> all patches etc if several people are contributing).
>>
>>
>>
>> Romain Manni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>> 2014-04-25 9:09 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>>>
>>> You mean move to the sandbox area to work more easily on JCache
>>> specification implementation.
>>> And maybe try to get JCS to incubator and then try to promote to TLP?
>>>
>>> Not sure I got all your points.
>>>
>>> JLouis
>>>
>>>
>>> 2014-04-25 8:43 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>>>
>>>> Did some more work ( still attached to
>>>> https://issues.apache.org/jira/browse/JCS-118 - side note: i didnt
>>>> recheck defaults tests here so maybe seomthing is broken regarding the
>>>> configuration I changed a bit as mentionned in a comment )
>>>>
>>>> The question at this point is how to go ahead? My main issue is while
>>>> we don't have a fully working patch how can we share changes. Not sure
>>>> patches are the best solution. [sandbox] could be since we are more to
>>>> have perms.
>>>>
>>>> wdyt?
>>>>
>>>>
>>>> Romain Manni-Bucau
>>>> Twitter: @rmannibucau
>>>> Blog: http://rmannibucau.wordpress.com/
>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>>> Github: https://github.com/rmannibucau
>>>>
>>>>
>>>> 2014-04-22 9:41 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>>>>>
>>>>> +1, that'd be awesome.
>>>>> I don't think it's a big word/rework. Crossing fingers, it's just a
>>>>
>>>> matter
>>>>>
>>>>> of some interfaces and an SPI to implement.
>>>>>
>>>>> JLouis
>>>>>
>>>>>
>>>>> 2014-04-21 20:39 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
>>>>>
>>>>>> 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 short term
>>>>>>>
>>>>>> Me too. I think it should be not too hard and the 2.0 release is
>>>>>> certainly a good milestone to work on this. At the moment, however, I
>>>>>> maintain this project pretty much alone and I have no idea what JCache
>>>>>> means and how it is related to the current architecture of JCS.
>>>>>> I'm willing to help as much as I can.
>>>>>>
>>>>>> Bye, Thomas.
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Jean-Louis
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>
>>>>
>>>
>>> --
>>> Jean-Louis
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Siegfried Goeschl <sg...@gmx.at>.
Hi folks,

don't know the official view of things (current ASF Git support) but I 
use GitHub to work on refactoring since it allows broader contribution 
(only GitHub account is required)

Cheers,

Siegfried Goeschl

On 25.04.14 09:28, Romain Manni-Bucau wrote:
> yep was the idea.
>
> promoting jcs to incubator would definively be great.
>
> The short term question and sandbox reference was more: how can we
> work together on tcks. Using patches makes it hard (you need to merge
> all patches etc if several people are contributing).
>
>
>
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>
>
> 2014-04-25 9:09 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>> You mean move to the sandbox area to work more easily on JCache
>> specification implementation.
>> And maybe try to get JCS to incubator and then try to promote to TLP?
>>
>> Not sure I got all your points.
>>
>> JLouis
>>
>>
>> 2014-04-25 8:43 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>>
>>> Did some more work ( still attached to
>>> https://issues.apache.org/jira/browse/JCS-118 - side note: i didnt
>>> recheck defaults tests here so maybe seomthing is broken regarding the
>>> configuration I changed a bit as mentionned in a comment )
>>>
>>> The question at this point is how to go ahead? My main issue is while
>>> we don't have a fully working patch how can we share changes. Not sure
>>> patches are the best solution. [sandbox] could be since we are more to
>>> have perms.
>>>
>>> wdyt?
>>>
>>>
>>> Romain Manni-Bucau
>>> Twitter: @rmannibucau
>>> Blog: http://rmannibucau.wordpress.com/
>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>>> Github: https://github.com/rmannibucau
>>>
>>>
>>> 2014-04-22 9:41 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>>>> +1, that'd be awesome.
>>>> I don't think it's a big word/rework. Crossing fingers, it's just a
>>> matter
>>>> of some interfaces and an SPI to implement.
>>>>
>>>> JLouis
>>>>
>>>>
>>>> 2014-04-21 20:39 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
>>>>
>>>>> 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 short term
>>>>>>
>>>>> Me too. I think it should be not too hard and the 2.0 release is
>>>>> certainly a good milestone to work on this. At the moment, however, I
>>>>> maintain this project pretty much alone and I have no idea what JCache
>>>>> means and how it is related to the current architecture of JCS.
>>>>> I'm willing to help as much as I can.
>>>>>
>>>>> Bye, Thomas.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>
>>>>>
>>>>
>>>> --
>>>> Jean-Louis
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>> --
>> Jean-Louis
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
yep was the idea.

promoting jcs to incubator would definively be great.

The short term question and sandbox reference was more: how can we
work together on tcks. Using patches makes it hard (you need to merge
all patches etc if several people are contributing).



Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-04-25 9:09 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
> You mean move to the sandbox area to work more easily on JCache
> specification implementation.
> And maybe try to get JCS to incubator and then try to promote to TLP?
>
> Not sure I got all your points.
>
> JLouis
>
>
> 2014-04-25 8:43 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:
>
>> Did some more work ( still attached to
>> https://issues.apache.org/jira/browse/JCS-118 - side note: i didnt
>> recheck defaults tests here so maybe seomthing is broken regarding the
>> configuration I changed a bit as mentionned in a comment )
>>
>> The question at this point is how to go ahead? My main issue is while
>> we don't have a fully working patch how can we share changes. Not sure
>> patches are the best solution. [sandbox] could be since we are more to
>> have perms.
>>
>> wdyt?
>>
>>
>> Romain Manni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>> 2014-04-22 9:41 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
>> > +1, that'd be awesome.
>> > I don't think it's a big word/rework. Crossing fingers, it's just a
>> matter
>> > of some interfaces and an SPI to implement.
>> >
>> > JLouis
>> >
>> >
>> > 2014-04-21 20:39 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
>> >
>> >> 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 short term
>> >> >
>> >>
>> >> Me too. I think it should be not too hard and the 2.0 release is
>> >> certainly a good milestone to work on this. At the moment, however, I
>> >> maintain this project pretty much alone and I have no idea what JCache
>> >> means and how it is related to the current architecture of JCS.
>> >> I'm willing to help as much as I can.
>> >>
>> >> Bye, Thomas.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> >> For additional commands, e-mail: dev-help@commons.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > Jean-Louis
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> --
> Jean-Louis

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
You mean move to the sandbox area to work more easily on JCache
specification implementation.
And maybe try to get JCS to incubator and then try to promote to TLP?

Not sure I got all your points.

JLouis


2014-04-25 8:43 GMT+02:00 Romain Manni-Bucau <rm...@gmail.com>:

> Did some more work ( still attached to
> https://issues.apache.org/jira/browse/JCS-118 - side note: i didnt
> recheck defaults tests here so maybe seomthing is broken regarding the
> configuration I changed a bit as mentionned in a comment )
>
> The question at this point is how to go ahead? My main issue is while
> we don't have a fully working patch how can we share changes. Not sure
> patches are the best solution. [sandbox] could be since we are more to
> have perms.
>
> wdyt?
>
>
> Romain Manni-Bucau
> Twitter: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>
>
> 2014-04-22 9:41 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
> > +1, that'd be awesome.
> > I don't think it's a big word/rework. Crossing fingers, it's just a
> matter
> > of some interfaces and an SPI to implement.
> >
> > JLouis
> >
> >
> > 2014-04-21 20:39 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
> >
> >> 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 short term
> >> >
> >>
> >> Me too. I think it should be not too hard and the 2.0 release is
> >> certainly a good milestone to work on this. At the moment, however, I
> >> maintain this project pretty much alone and I have no idea what JCache
> >> means and how it is related to the current architecture of JCS.
> >> I'm willing to help as much as I can.
> >>
> >> Bye, Thomas.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >>
> >
> >
> > --
> > Jean-Louis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
Jean-Louis

Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Did some more work ( still attached to
https://issues.apache.org/jira/browse/JCS-118 - side note: i didnt
recheck defaults tests here so maybe seomthing is broken regarding the
configuration I changed a bit as mentionned in a comment )

The question at this point is how to go ahead? My main issue is while
we don't have a fully working patch how can we share changes. Not sure
patches are the best solution. [sandbox] could be since we are more to
have perms.

wdyt?


Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-04-22 9:41 GMT+02:00 Jean-Louis MONTEIRO <je...@gmail.com>:
> +1, that'd be awesome.
> I don't think it's a big word/rework. Crossing fingers, it's just a matter
> of some interfaces and an SPI to implement.
>
> JLouis
>
>
> 2014-04-21 20:39 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
>
>> 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 short term
>> >
>>
>> Me too. I think it should be not too hard and the 2.0 release is
>> certainly a good milestone to work on this. At the moment, however, I
>> maintain this project pretty much alone and I have no idea what JCache
>> means and how it is related to the current architecture of JCS.
>> I'm willing to help as much as I can.
>>
>> Bye, Thomas.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> --
> Jean-Louis

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Jean-Louis MONTEIRO <je...@gmail.com>.
+1, that'd be awesome.
I don't think it's a big word/rework. Crossing fingers, it's just a matter
of some interfaces and an SPI to implement.

JLouis


2014-04-21 20:39 GMT+02:00 Thomas Vandahl <tv...@apache.org>:

> 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 short term
> >
>
> Me too. I think it should be not too hard and the 2.0 release is
> certainly a good milestone to work on this. At the moment, however, I
> maintain this project pretty much alone and I have no idea what JCache
> means and how it is related to the current architecture of JCS.
> I'm willing to help as much as I can.
>
> Bye, Thomas.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
Jean-Louis

Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
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" <tv...@apache.org> a écrit :

> 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 short term
> >
>
> Me too. I think it should be not too hard and the 2.0 release is
> certainly a good milestone to work on this. At the moment, however, I
> maintain this project pretty much alone and I have no idea what JCache
> means and how it is related to the current architecture of JCS.
> I'm willing to help as much as I can.
>
> Bye, Thomas.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [jcs] jcache support?

Posted by Thomas Vandahl <tv...@apache.org>.
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 short term
> 

Me too. I think it should be not too hard and the 2.0 release is
certainly a good milestone to work on this. At the moment, however, I
maintain this project pretty much alone and I have no idea what JCache
means and how it is related to the current architecture of JCS.
I'm willing to help as much as I can.

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
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 <rm...@gmail.com>:
> 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: @rmannibucau
> Blog: http://rmannibucau.wordpress.com/
> LinkedIn: http://fr.linkedin.com/in/rmannibucau
> Github: https://github.com/rmannibucau
>
>
> 2014-04-21 18:55 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
>> 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: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
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: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau


2014-04-21 18:55 GMT+02:00 Thomas Vandahl <tv...@apache.org>:
> 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: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [jcs] jcache support?

Posted by Thomas Vandahl <tv...@apache.org>.
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: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org