BUILD FAILURE: Jackrabbit Oak - Build # 929 - Failure

2017-10-30 Thread Apache Jenkins Server
The Apache Jenkins build system has built Jackrabbit Oak (build #929) Status: Failure Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/929/ to view the results. Changes: [tommaso] OAK-6885 - added idField setting for CloudSolrServer Test results: All tests passed

Re: [VOTE] Release Apache Jackrabbit Oak 1.6.6

2017-10-30 Thread Andrei Dulceanu
[X ] +1 Release this package as Apache Jackrabbit Oak 1.6.6 [INFO] Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T22:39:06+03:00) [INFO] OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac" [INFO] Java version: 1.8.0_65, vendor: Oracle Corporation

Re: [VOTE] Release Apache Jackrabbit Oak 1.6.6

2017-10-30 Thread Alex Deparvu
[X] +1 Release this package as Apache Jackrabbit Oak 1.6.6 [INFO] Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00) [INFO] OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac" [INFO] Java version: 1.8.0_121, vendor: Oracle Corporation

Re: Jenkins Oak trunk build with jdk 7???

2017-10-30 Thread Julian Reschke
On 2017-10-30 08:14, Julian Reschke wrote: On 2017-10-30 07:59, Julian Reschke wrote: Looking at I wonder why we have it still configured to build with JDK 7 which by definition will fail :-). Adding JDK 9 on the

Re: [VOTE] Release Apache Jackrabbit Oak 1.6.6

2017-10-30 Thread Davide Giannella
[X] +1 Release this package as Apache Jackrabbit Oak 1.6.6 D.

Re: Looking for small task starting in OAK .. DS conversion?

2017-10-30 Thread Julian Sedding
Hi Christian I have worked on OAK-6741 before and there were some concerns regarding my changes. To address these concerns, I started work on a tool that allows diffing the OSGi DS and MetaType metadata of two bundles. It uses Felix' SCR and MetaType implementations to parse the metadata and

Re: [VOTE] Release Apache Jackrabbit Oak 1.6.6

2017-10-30 Thread Julian Reschke
On 2017-10-30 10:27, Davide Giannella wrote: ... [X] +1 Release this package as Apache Jackrabbit Oak 1.6.6 Where: [INFO] Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T09:58:13+02:00) [INFO] OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Re: Looking for small task starting in OAK .. DS conversion?

2017-10-30 Thread Alex Deparvu
Hi Christian, Thanks for your interest in helping out in this area! You can look at OAK-6741 [0] to see what the status of this effort is, there's a few tasks created already waiting for some attention :) best, alex [0] https://issues.apache.org/jira/browse/OAK-6741 On Mon, Oct 30, 2017 at

[VOTE] Release Apache Jackrabbit Oak 1.6.6

2017-10-30 Thread Davide Giannella
A candidate for the Jackrabbit Oak 1.6.6 release is available at:     https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.6.6/ The release candidate is a zip archive of the sources in:     https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.6.6/ The SHA1 checksum of the

Looking for small task starting in OAK .. DS conversion?

2017-10-30 Thread Christian Schneider
Hi all, as I am just starting to work on OAK I am looking for a small task. I found that there are still some components that use the old felix scr annotations. Does it make sense that I look into converting these to the DS ones so we can remove support for felix scr in the build? I have listed

Re: Build fails at oak-lucene

2017-10-30 Thread Christian Schneider
Yes .. I think this is what I experienced. I guess I got the 5.1.2 from some internal Adobe build. So upgrading to 5.1.3 makes a lot of sense. Christian 2017-10-30 8:34 GMT+01:00 Davide Giannella : > On 27/10/2017 15:08, Julian Reschke wrote: > > Yes. There are indeed two

Re: Jenkins Oak trunk build with jdk 7???

2017-10-30 Thread Julian Reschke
On 2017-10-30 08:36, Davide Giannella wrote: On 30/10/2017 08:14, Julian Reschke wrote: On 2017-10-30 07:59, Julian Reschke wrote: Looking at I wonder why we have it still configured to build with JDK 7 which by

Re: Build fails at oak-lucene

2017-10-30 Thread Julian Reschke
On 2017-10-30 08:34, Davide Giannella wrote: ... I see that xmpcore is not up to version 6.1.10. Maybe by simply updating tikka to 5.1.3 could solve this issue for good. ... https://issues.apache.org/jira/browse/TIKA-2486 Best regards, Julian

Re: Jenkins Oak trunk build with jdk 7???

2017-10-30 Thread Davide Giannella
On 30/10/2017 08:14, Julian Reschke wrote: > On 2017-10-30 07:59, Julian Reschke wrote: >> Looking at >> >>    >> >> >> I wonder why we have it still configured to build with JDK 7 which by >> definition will fail :-). >> >>

Re: Build fails at oak-lucene

2017-10-30 Thread Davide Giannella
On 27/10/2017 15:08, Julian Reschke wrote: > Yes. There are indeed two different versions of this artifact. I have > no idea why. I think the main reason is that before 5.1.2 xmpcore were a closed source project within Adobe. the 5.1.2 version has been release both internally in adobe and later

Re: Jenkins Oak trunk build with jdk 7???

2017-10-30 Thread Julian Reschke
On 2017-10-30 07:59, Julian Reschke wrote: Looking at   I wonder why we have it still configured to build with JDK 7 which by definition will fail :-). Adding JDK 9 on the other hand (if possible) might be good...

Jenkins Oak trunk build with jdk 7???

2017-10-30 Thread Julian Reschke
Looking at I wonder why we have it still configured to build with JDK 7 which by definition will fail :-). Adding JDK 9 on the other hand (if possible) might be good...