Re: reading the checkpoint metadata in the SegmentMK

2017-08-29 Thread Michael Dürig
This thread doesn't seem to want to stay on oak-dev@ ;-). I guess this was my fault. Including the part of the conversation that dropped off the list below. On 29.08.17 11:18, Tomek Rekawek wrote: Hi Michael, these methods doesn’t provide the information about the creation and expiration

Oak 1.4.18 release plan

2017-08-29 Thread Davide Giannella
Hello team, I'm planning to cut Oak on Wednesday 30th August (tomorrow). If there are any objections please let me know. Otherwise I will re-schedule any non-resolved issue for the next iteration. Thanks Davide

BUILD FAILURE: Jackrabbit Oak - Build # 687 - Failure

2017-08-29 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #687) Status: Failure Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/687/ to view the results. Changes: [rombert] OAK-6563 - Session.hasCapability(...) should reflect read-only status of mounts Add sidebar

Re: svn commit: r1806602 - in /jackrabbit/oak/trunk/oak-jcr/src: main/java/org/apache/jackrabbit/oak/jcr/repository/ main/java/org/apache/jackrabbit/oak/jcr/session/ test/java/org/apache/jackrabbit/oa

2017-08-29 Thread Chetan Mehrotra
+ +Tracker tracker = whiteboard.track(MountInfoProvider.class); +List services = tracker.getServices(); +tracker.stop(); + +if ( services.isEmpty() ) +this.mountInfoProvider = null; +else if ( services.size() == 1 ) +this.mountInfoProv