Re: [VOTE] Release Apache Jackrabbit Oak 1.0.1

2014-06-17 Thread Chetan Mehrotra
On trying to verify I get a test failure on my Linux box Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec FAILURE! testCompactionMap(org.apache.jackrabbit.oak.plugins.segment.CompactionMapTest) Time elapsed: 0.099 sec FAILURE! junit.framework.AssertionFailedError:

Re: [VOTE] Release Apache Jackrabbit Oak 1.0.1

2014-06-17 Thread Davide Giannella
On 16/06/2014 21:45, Jukka Zitting wrote: [X] +1 Release this package as Apache Jackrabbit Oak 1.0.1 Cheers Davide

Re: [VOTE] Release Apache Jackrabbit Oak 1.0.1

2014-06-17 Thread Marcel Reutegger
Hi, On 16/06/14 21:45, Jukka Zitting jukka.zitt...@gmail.com wrote: Please vote on releasing this package as Apache Jackrabbit Oak 1.0.1. The vote is open for the next 72 hours and passes if a majority of at least three +1 Jackrabbit PMC votes are cast. All checks OK. +1 Release this package

Re: [VOTE] Release Apache Jackrabbit Oak 1.0.1

2014-06-17 Thread Alex Parvulescu
+1 Release this package as Apache Jackrabbit Oak 1.0.1 alex On Mon, Jun 16, 2014 at 9:45 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: Hi, A candidate for the Jackrabbit Oak 1.0.1 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.0.1/ The release

Re: How to actually use IndexPlan to store the index details?

2014-06-17 Thread Justin Edelson
Hi, In the advanced patch attached to OAK-1894 (https://issues.apache.org/jira/secure/attachment/12650790/OAK-1894-advanced.diff), I added a new method to IndexPlan which allows a PropertyDescription to be attached to the plan. With that patch, PropertyIndex reads the description out later (in

Re: svn commit: r1603155 - in /jackrabbit/oak/trunk/oak-core/src: main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java test/java/org/apache/jackrabbit/oak/plugins/documen

2014-06-17 Thread Chetan Mehrotra
On Tue, Jun 17, 2014 at 6:33 PM, mreut...@apache.org wrote: +@Ignore(OAK-1897) +@Test +public void cacheConsistency() throws Exception { +mk.commit(/, +\node\:{}, null, null); +// add a child node. this will require an update +// of _lastRev on /node +

Re: [VOTE] Release Apache Jackrabbit Oak 1.0.1

2014-06-17 Thread Jukka Zitting
Hi, On Tue, Jun 17, 2014 at 9:18 AM, Jukka Zitting jukka.zitt...@gmail.com wrote: On Tue, Jun 17, 2014 at 3:00 AM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec FAILURE!