[RESULT][VOTE] Require JDK7 for Oak 1.4

2016-09-21 Thread Julian Reschke
On 2016-09-19 07:54, Julian Reschke wrote: On 2016-09-16 17:16, Julian Reschke wrote: On 2016-09-16 17:11, Davide Giannella wrote: ... OK then. [ ] +1 Yes, require JDK7 for Oak 1.4 [ ] -1 No, continue to support JDK6 This majority vote is open for at least 72 hours. Best regards, Julia

Re: svn commit: r1761467 - /jackrabbit/oak/trunk/oak-parent/pom.xml

2016-09-21 Thread Tomek Rekawek
Hi, FWIW, I merged OAK-4831, so now the upgrade tests won’t break even if they can’t cleanup the repository directory at the end. The directories are now created under ./target (so it’s easy to remove them manually) and the logs will contain exact reason of the failure (in this case the dataXXX

Re: oak-upgrade problems migrating from Jackrabbit 2 to Oak

2016-09-21 Thread Tomek Rekawek
Hi Robert & Marcel, thanks for the report. I created OAK-4832[1] to track it. Robert, could you check if the problem exists on the recent SNAPSHOT[2]? If it’s fine, I’ll backport the fix to the 1.4 branch. Marcel, do you think using ConfigurationParameters.EMPTY for userConfig is enough if the

Re: svn commit: r1761467 - /jackrabbit/oak/trunk/oak-parent/pom.xml

2016-09-21 Thread Julian Reschke
On 2016-09-21 10:30, Tomek Rekawek wrote: Hi, FWIW, I merged OAK-4831, so now the upgrade tests won’t break even if they can’t cleanup the repository directory at the end. The directories are now created under ./target (so it’s easy to remove them manually) and the logs will contain exact rea

Re: oak-upgrade problems migrating from Jackrabbit 2 to Oak

2016-09-21 Thread Marcel Reutegger
On 21/09/16 11:25, Tomek Rekawek wrote: Marcel, do you think using ConfigurationParameters.EMPTY for userConfig is enough if the SecurityManager is not present? I'm not that familiar with the security part. @Angela, do you know? Regards Marcel

Jackrabbit and JDK versions

2016-09-21 Thread Julian Reschke
Hi there, with the recent work around JCR-4025 we have enabled the animal sniffer plugin for trunk, 2.12, 2.10, 2.8, 2.6 (all JDK 6) and 2.4 (JDK 5). Which leaves us with the question whether we should allow use of JDK 7 in trunk (mapping to Oak trunk which is on JDK 7) and maybe 2.12 (which

RE: oak-upgrade problems migrating from Jackrabbit 2 to Oak

2016-09-21 Thread Robert Haycock
Hi, So after configuring the SecurityManager with the jackrabbit simple implementations, I ran into another NPE as I'd commented out the SearchIndex. ( Exception in thread "main" java.lang.NullPointerException at org.apache.jackrabbit.core.IndexAccessor.getReader(IndexAccessor.java:34)

RE: oak-upgrade problems migrating from Jackrabbit 2 to Oak

2016-09-21 Thread Robert Haycock
I just noticed the skip-name-check option!! However, when I set the option... java ^ -jar target/oak-upgrade-1.6-SNAPSHOT.jar ^ --skip-name-check ^ c://work/MyComp-repository ^ c://work/MyComp/MyComp-backend/ MyComp-repository.xml ^ mongodb://localhost:27017/oak2 ... I got the message: 's