Adding ProviderType and ConsumerType annotation to interfaces in exported packages

2014-04-24 Thread Chetan Mehrotra
As part of OAK-1741 I was changing the Version of exported packages to 1.0.0. Looking at the interfaces which are part of exported packages I do not see usage of ConsumerType/ProviderType annotations [1] In brief and simple terms the interfaces which are expected to be implemented by users of Oak

Oak CI notifications not comming

2014-04-24 Thread Chetan Mehrotra
Hi, I was checking the CI status for Oak trunk and it seems build are not getting built at [1] and [2]. Do we have to enable it somehow? Chetan Mehrotra [1] https://travis-ci.org/apache/jackrabbit-oak/builds [2] http://ci.apache.org/builders/oak-trunk/

Re: Oak CI notifications not comming

2014-04-24 Thread Bertrand Delacretaz
Hi Chetan, On Thu, Apr 24, 2014 at 12:52 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: ...I was checking the CI status for Oak trunk and it seems build are not getting built at [1] and [2]... I don't know about travis but ci.apache.org is currently not working, AFAIK there was a

Unit tests on 1.0 branch failing

2014-04-24 Thread Alex Parvulescu
Hi, I'm running the unit tests on the 1.0 branch and I saw the Clock test failing twice: Failed tests: testClockDrift(org.apache.jackrabbit.oak.stats.ClockTest): Clock.Fast unexpected drift ater 100ms: -9ms (estimated limit was 5ms, measured granularity was 1.0ms) Failed tests:

Re: Adding ProviderType and ConsumerType annotation to interfaces in exported packages

2014-04-24 Thread Michael Dürig
+1, not sure whether we have enough resources to do this in time for 1.0 though. Maybe we could do it where obvious? Michael On 24.4.14 10:48 , Chetan Mehrotra wrote: As part of OAK-1741 I was changing the Version of exported packages to 1.0.0. Looking at the interfaces which are part of

Re: Unit tests on 1.0 branch failing

2014-04-24 Thread Alex Parvulescu
I'm seeing this test fail each time. Am I the only one experiencing this? On Thu, Apr 24, 2014 at 2:19 PM, Michael Dürig mdue...@apache.org wrote: On 24.4.14 2:01 , Alex Parvulescu wrote: Failed tests: testClockDrift(org.apache.jackrabbit.oak.stats. ClockTest): Clock.Fast unexpected

RE: Unit tests on 1.0 branch failing

2014-04-24 Thread Marcel Reutegger
I see it from time to time, but not always. maybe one out of ten times regards marcel -Original Message- From: Alex Parvulescu [mailto:alex.parvule...@gmail.com] Sent: Donnerstag, 24. April 2014 14:25 To: oak-dev@jackrabbit.apache.org Subject: Re: Unit tests on 1.0 branch

Re: Unit tests on 1.0 branch failing

2014-04-24 Thread Michael Dürig
On 24.4.14 2:19 , Michael Dürig wrote: On 24.4.14 2:01 , Alex Parvulescu wrote: Failed tests: testClockDrift(org.apache.jackrabbit.oak.stats.ClockTest): Clock.Fast unexpected drift ater 100ms: -9ms (estimated limit was 5ms, measured granularity was 1.0ms) Most likely caused by

Re: Adding ProviderType and ConsumerType annotation to interfaces in exported packages

2014-04-24 Thread Jukka Zitting
Hi, On Thu, Apr 24, 2014 at 4:48 AM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: Currently we are having following interfaces as part of exported packages [2]. Looking at the list I believe most are of ProviderType i.e. provided by Oak and not required by Oak API users. Not really.