[Oak origin/trunk] Apache Jackrabbit Oak matrix - Build # 776 - Still Failing

2016-03-02 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build 
#776)

Status: Still Failing

Check console output at 
https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/776/ to view 
the results.

Changes:
[mreutegg] OAK-4073 - Release Oak 1.4.0

 

Test results:
1 tests failed.
FAILED:  
org.apache.jackrabbit.oak.plugins.segment.standby.ExternalPrivateStoreIT.testProxySkippedBytes

Error Message:
expected:<{ root = { ... } }> but was:<{ root : { } }>

Stack Trace:
java.lang.AssertionError: expected:<{ root = { ... } }> but was:<{ root : { } }>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at 
org.apache.jackrabbit.oak.plugins.segment.standby.DataStoreTestBase.useProxy(DataStoreTestBase.java:193)
at 
org.apache.jackrabbit.oak.plugins.segment.standby.DataStoreTestBase.testProxySkippedBytes(DataStoreTestBase.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)




Re: [VOTE] Release Apache Jackrabbit Oak 1.4.0 (take 2)

2016-03-02 Thread Amit Jain
Hi,

On Wed, Mar 2, 2016 at 10:04 PM, Davide Giannella  wrote:

> Please vote on releasing this package as Apache Jackrabbit Oak 1.4.0.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>

+1 Release this package as Apache Jackrabbit Oak 1.4.0

Thanks
Amit


Re: [VOTE] Release Apache Jackrabbit Oak 1.4.0 (take 2)

2016-03-02 Thread Julian Reschke

On 2016-03-02 17:34, Davide Giannella wrote:

...


[X] +1 Release this package as Apache Jackrabbit Oak 1.4.0

Best regards, Julian


farewell 1.4 and welcome 1.6!

2016-03-02 Thread Davide Giannella
Hello team,

as you may have seen oak 1.4.0 is out pending votes. This time let's
hope for good! ;)

So here we start a new development cycle. (Hooray!)

Few info around *tentative* roadmap

I scheduled 1.5.0 (unstable/trunk) for the 14th of March. Aiming to keep
the pace with our current bi-weekly cycle.

I scheduled 1.4.1 for the 24th of March. Aiming to keep the pace with
our current release every 3 weeks.

Both worked out fine as release cycle so it seems it's good to keep them
in place.

As usual we're flexible so if we see we need a new (one or more) patch
release (1.4.x) before the 24th I'm more than happy with that.

Any thoughts or doubts speak up.

Cheers
Davide


Re: Critical questions about OAK

2016-03-02 Thread Davide Giannella
On 01/03/2016 15:33, Ancona Francesco wrote:
> ...2.   Oak esplicitally doesn’i index anything so what’s happens
> when i search a document (or node)  the first time ? (this is not clear)
>
> a.   The search is delegated always on index server (lucene
> embedded or solr) return a resultset of nodes that match the query.
>
Oak never delegates to any persistence. It relies on its own query engine.

Oak provides, 4 main index types: traverse, property, lucene and solr.
If no index is defined, or no one is suitable for the provided query, 
the Traverse will come to play. It's a built-in index always there that
will traverse the repository in search for the content complying with
the query you provided.

You define the index you need. Please read my previous email where I
explained in more details the "doesn't index anything" aspect as well as
the docs around the query engine. They may not explain how the query
engine works but provides enough details for not having to read the code

http://markmail.org/message/wvq7ggu737ex277b
http://jackrabbit.apache.org/oak/docs/query/query.html

> b.  So mongodb (or RDBMS) is used only to render the metadata or
> content binary
>
> 3.   If i want better performance or i want want full text search
> i have to create some indexes (3 type of indexes lucene, solr and
> property of nodes) that improve efficiency of index server (lucene or
> solr).  These indexes don’t have effect on RDBMS or mongodb in which
> these kind of metadata are stored
>
If you need full-text capabilities, the only two indexes that provides
it are Lucene and Solr. I'd go for lucene if you don't need any solr
specific feature. You'll need to define your own index. You can find
details in the docs

http://jackrabbit.apache.org/oak/docs/query/query.html

HTH
Davide




[VOTE] Release Apache Jackrabbit Oak 1.4.0 (take 2)

2016-03-02 Thread Davide Giannella

A candidate for the Jackrabbit Oak 1.4.0 release is available at:

https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.4.0/

The release candidate is a zip archive of the sources in:

   
https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.4.0/

The SHA1 checksum of the archive is
8b3555f49cc7aa2db04734a7e083ddafa7833842.

A staged Maven repository is available for review at:

https://repository.apache.org/

The command for running automated checks against this release candidate is:

$ sh check-release.sh oak 1.4.0 8b3555f49cc7aa2db04734a7e083ddafa7833842

Please vote on releasing this package as Apache Jackrabbit Oak 1.4.0.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Jackrabbit PMC votes are cast.

[ ] +1 Release this package as Apache Jackrabbit Oak 1.4.0
[ ] -1 Do not release this package because...

Davide


Re: [1.4.0][blocked] oak-examples and circular dependencies on oak itself

2016-03-02 Thread Marcel Reutegger
Hi,

On 02/03/16 08:36, "Marcel Reutegger" wrote:
>On 01/03/16 18:21, "Davide Giannella" wrote:
>>I'm kind-of stuck in the release process as oak-examples contains
>>dependencies to oak-1.4-SNAPSHOT. The problem is the -SNAPSHOT bit.
>>
>>mvn release plugin complains about it as it's -SNAPSHOT and asks if I'd
>>like to fix it.
>
>I think it works if you change the version from 1.4-SNAPSHOT to
>1.4.0-SNAPSHOT as you did with for the other modules.
>
>the release plugin will take care of rewriting it to the release
>version. see previous release:
>
>http://svn.apache.org/viewvc?rev=1730666=rev

changed the version accordingly on the 1.4 branch:

http://svn.apache.org/r1733227


and also set it to 1.6-SNAPSHOT in trunk:

http://svn.apache.org/r1733228


Regards
 Marcel



Re: R: critical question about oak: db connection

2016-03-02 Thread Manfred Baedke

Hi Francesco,


Or could you point out the unit test in oak source code, can we use ?


A natural starting point is 
org.apache.jackrabbit.oak.plugins.document.rbd.RDBDocumentStoreTest in 
oak-core.


Best regards,
Manfred

On 3/2/2016 12:45 PM, Ancona Francesco wrote:

I’m not authorized  to publish anything;
could you give me a project that  works ?

Or could you point out the unit test in oak source code, can we use ?

Thanks
Best regards

Da: Alex Parvulescu [mailto:alex.parvule...@gmail.com]
Inviato: mercoledì 2 marzo 2016 12:22
A: Oak devs 
Oggetto: Re: critical question about oak: db connection

Hi,

I see you keep having issues with getting a prototype up and running, but 
pasting the code in emails might be a bit off-putting for anyone looking to 
give you a hand.
Might I suggest publishing the relevant bits (self contained project easy to 
run and see the error) to a GitHub repository?

best,
alex




On Wed, Mar 2, 2016 at 12:08 PM, Ancona Francesco 
> wrote:

We are using latest stable oak version



In the case i’m sending you we have tried on postgres 9.4



We have simplified the class but now the error is the same we found on Oracle.



Class connect to database and write a lot of system rows  (system nodes…) but 
when i create repository there is the error



Could you give us a complete example that works on Oracle 12 and Postgres 9.4 ?

Is Postgres 9.4 correct version ?



Thanks

Best regards





@Autowired

 @Qualifier("oakPostgresDataSource")

 private DataSource ds;



 @Test

 public void test() {



final DocumentMK.Builder builder = new 
DocumentMK.Builder();


builder.setBlobStore(createFileSystemBlobStore());

final DocumentNodeStore ns = 
getRDBDocumentNodeStore(builder);

Oak oak = new Oak(ns);

Jcr jcr = new Jcr(oak);



Repository repo = jcr.createRepository();

Session session = null;

try {

InputStream is = new 
ByteArrayInputStream(document_small);

session = repo.login(new 
SimpleCredentials("admin", "admin".toCharArray()));

ValueFactory valueFactory = 
session.getValueFactory();

Binary data = 
valueFactory.createBinary(is);

Node root = 
session.getRootNode();

root.addNode("hello", 
NodeType.NT_UNSTRUCTURED);

session.save();

// Logout

} catch (LoginException e) {

// TODO Auto-generated catch 
block

e.printStackTrace();

} catch (RepositoryException e) {

// TODO Auto-generated catch 
block

e.printStackTrace();

} finally {

if (session != null) 
session.logout();

ns.dispose();

}

 }



 private DocumentNodeStore 
getRDBDocumentNodeStore(DocumentMK.Builder builder) {

DocumentNodeStore ns = null;

if (builder == null) {

ns = new 
DocumentMK.Builder().setRDBConnection(ds).getNodeStore();

} else {

ns = 
builder.setRDBConnection(ds).getNodeStore();

}

return ns;

 }



 private BlobStore createFileSystemBlobStore() {

try {

FileUtils.deleteDirectory(new 
File("/var/tmp/oak"));

} catch (IOException e) {

// TODO Auto-generated catch 
block

e.printStackTrace();

}



FileBlobStore store = new 
FileBlobStore("/var/tmp/oak");

return store;

 }






[cid:image002.png@01D1747C.2AE9FF00]
Francesco Ancona | Software Dev. Dept. (SP) - Software 

R: critical question about oak: db connection

2016-03-02 Thread Ancona Francesco
I’m not authorized  to publish anything;
could you give me a project that  works ?

Or could you point out the unit test in oak source code, can we use ?

Thanks
Best regards

Da: Alex Parvulescu [mailto:alex.parvule...@gmail.com]
Inviato: mercoledì 2 marzo 2016 12:22
A: Oak devs 
Oggetto: Re: critical question about oak: db connection

Hi,

I see you keep having issues with getting a prototype up and running, but 
pasting the code in emails might be a bit off-putting for anyone looking to 
give you a hand.
Might I suggest publishing the relevant bits (self contained project easy to 
run and see the error) to a GitHub repository?

best,
alex




On Wed, Mar 2, 2016 at 12:08 PM, Ancona Francesco 
> wrote:

We are using latest stable oak version



In the case i’m sending you we have tried on postgres 9.4



We have simplified the class but now the error is the same we found on Oracle.



Class connect to database and write a lot of system rows  (system nodes…) but 
when i create repository there is the error



Could you give us a complete example that works on Oracle 12 and Postgres 9.4 ?

Is Postgres 9.4 correct version ?



Thanks

Best regards





@Autowired

@Qualifier("oakPostgresDataSource")

private DataSource ds;



@Test

public void test() {



   final DocumentMK.Builder builder = new 
DocumentMK.Builder();

   
builder.setBlobStore(createFileSystemBlobStore());

   final DocumentNodeStore ns = 
getRDBDocumentNodeStore(builder);

   Oak oak = new Oak(ns);

   Jcr jcr = new Jcr(oak);



   Repository repo = jcr.createRepository();

   Session session = null;

   try {

   InputStream is = new 
ByteArrayInputStream(document_small);

   session = repo.login(new 
SimpleCredentials("admin", "admin".toCharArray()));

   ValueFactory valueFactory = 
session.getValueFactory();

   Binary data = 
valueFactory.createBinary(is);

   Node root = 
session.getRootNode();

   root.addNode("hello", 
NodeType.NT_UNSTRUCTURED);

   session.save();

   // Logout

   } catch (LoginException e) {

   // TODO Auto-generated catch 
block

   e.printStackTrace();

   } catch (RepositoryException e) {

   // TODO Auto-generated catch 
block

   e.printStackTrace();

   } finally {

   if (session != null) 
session.logout();

   ns.dispose();

   }

}



private DocumentNodeStore 
getRDBDocumentNodeStore(DocumentMK.Builder builder) {

   DocumentNodeStore ns = null;

   if (builder == null) {

   ns = new 
DocumentMK.Builder().setRDBConnection(ds).getNodeStore();

   } else {

   ns = 
builder.setRDBConnection(ds).getNodeStore();

   }

   return ns;

}



private BlobStore createFileSystemBlobStore() {

   try {

   FileUtils.deleteDirectory(new 
File("/var/tmp/oak"));

   } catch (IOException e) {

   // TODO Auto-generated catch 
block

   e.printStackTrace();

   }



   FileBlobStore store = new 
FileBlobStore("/var/tmp/oak");

   return store;

}






[cid:image002.png@01D1747C.2AE9FF00]
Francesco Ancona | Software Dev. Dept. (SP) - Software Architect
tel. +39 049 8979797 | fax +39 049 
8978800 | cel. +39 3299060325
e-mail: francesco.anc...@siav.it | 
www.siav.it

I contenuti di questa e-mail e dei suoi allegati sono confidenziali 

Re: critical question about oak: db connection

2016-03-02 Thread Alex Parvulescu
Hi,

I see you keep having issues with getting a prototype up and running, but
pasting the code in emails might be a bit off-putting for anyone looking to
give you a hand.
Might I suggest publishing the relevant bits (self contained project easy
to run and see the error) to a GitHub repository?

best,
alex




On Wed, Mar 2, 2016 at 12:08 PM, Ancona Francesco 
wrote:

> We are using latest stable oak version
>
>
>
> In the case i’m sending you we have tried on postgres 9.4
>
>
>
> We have simplified the class but now the error is the same we found on
> Oracle.
>
>
>
> Class connect to database and write a lot of system rows  (system nodes…)
> but when i create repository there is the error
>
>
>
> Could you give us a complete example that works on Oracle 12 and Postgres
> 9.4 ?
>
> Is Postgres 9.4 correct version ?
>
>
>
> Thanks
>
> Best regards
>
>
>
>
>
> @Autowired
>
> @Qualifier("oakPostgresDataSource")
>
> private DataSource ds;
>
>
>
> @Test
>
> public void test() {
>
>
>
>final DocumentMK.Builder builder = new
> DocumentMK.Builder();
>
>
> builder.setBlobStore(createFileSystemBlobStore());
>
>final DocumentNodeStore ns =
> getRDBDocumentNodeStore(builder);
>
>Oak oak = new Oak(ns);
>
>Jcr jcr = new Jcr(oak);
>
>
>
>Repository repo = jcr.createRepository();
>
>Session session = null;
>
>try {
>
>InputStream is = new
> ByteArrayInputStream(document_small);
>
>session = repo.login(new
> SimpleCredentials("admin", "admin".toCharArray()));
>
>ValueFactory valueFactory =
> session.getValueFactory();
>
>Binary data =
> valueFactory.createBinary(is);
>
>Node root =
> session.getRootNode();
>
>root.addNode("hello",
> NodeType.NT_UNSTRUCTURED);
>
>session.save();
>
>// Logout
>
>} catch (LoginException e) {
>
>// TODO Auto-generated
> catch block
>
>e.printStackTrace();
>
>} catch (RepositoryException e) {
>
>// TODO Auto-generated
> catch block
>
>e.printStackTrace();
>
>} finally {
>
>if (session != null)
> session.logout();
>
>ns.dispose();
>
>}
>
> }
>
>
>
> private DocumentNodeStore
> getRDBDocumentNodeStore(DocumentMK.Builder builder) {
>
>DocumentNodeStore ns = null;
>
>if (builder == null) {
>
>ns = new
> DocumentMK.Builder().setRDBConnection(ds).getNodeStore();
>
>} else {
>
>ns =
> builder.setRDBConnection(ds).getNodeStore();
>
>}
>
>return ns;
>
> }
>
>
>
> private BlobStore createFileSystemBlobStore() {
>
>try {
>
>
> FileUtils.deleteDirectory(new File("/var/tmp/oak"));
>
>} catch (IOException e) {
>
>// TODO Auto-generated
> catch block
>
>e.printStackTrace();
>
>}
>
>
>
>FileBlobStore store = new
> FileBlobStore("/var/tmp/oak");
>
>return store;
>
> }
>
>
>
>
>
>
>
>
>
> *Francesco Ancona *| Software Dev. Dept. (SP) - Software Architect
>
> tel. +39 049 8979797 | fax +39 049 8978800 | cel. +39 3299060325
>
> e-mail: francesco.anc...@siav.it | www.siav.it
>
>
>
> I contenuti di questa e-mail e dei suoi allegati sono confidenziali e
> riservati esclusivamente ai destinatari.
>
> L'utilizzo per qualunque fine del presente messaggio e degli allegati così
> come la relativa divulgazione senza l'autorizzazione del mittente sono
> vietati.
>
> Se avete ricevuto questa e-mail per errore, vi preghiamo di distruggerla e
> di comunicarcelo.
>
> I dati personali sono trattati esclusivamente per le finalità della
> presente 

critical question about oak: db connection

2016-03-02 Thread Ancona Francesco
We are using latest stable oak version



In the case i'm sending you we have tried on postgres 9.4



We have simplified the class but now the error is the same we found on Oracle.



Class connect to database and write a lot of system rows  (system nodes...) but 
when i create repository there is the error



Could you give us a complete example that works on Oracle 12 and Postgres 9.4 ?

Is Postgres 9.4 correct version ?



Thanks

Best regards





@Autowired

@Qualifier("oakPostgresDataSource")

private DataSource ds;



@Test

public void test() {



   final DocumentMK.Builder builder = new 
DocumentMK.Builder();

   
builder.setBlobStore(createFileSystemBlobStore());

   final DocumentNodeStore ns = 
getRDBDocumentNodeStore(builder);

   Oak oak = new Oak(ns);

   Jcr jcr = new Jcr(oak);



   Repository repo = jcr.createRepository();

   Session session = null;

   try {

   InputStream is = new 
ByteArrayInputStream(document_small);

   session = repo.login(new 
SimpleCredentials("admin", "admin".toCharArray()));

   ValueFactory valueFactory = 
session.getValueFactory();

   Binary data = 
valueFactory.createBinary(is);

   Node root = 
session.getRootNode();

   root.addNode("hello", 
NodeType.NT_UNSTRUCTURED);

   session.save();

   // Logout

   } catch (LoginException e) {

   // TODO Auto-generated catch 
block

   e.printStackTrace();

   } catch (RepositoryException e) {

   // TODO Auto-generated catch 
block

   e.printStackTrace();

   } finally {

   if (session != null) 
session.logout();

   ns.dispose();

   }

}



private DocumentNodeStore 
getRDBDocumentNodeStore(DocumentMK.Builder builder) {

   DocumentNodeStore ns = null;

   if (builder == null) {

   ns = new 
DocumentMK.Builder().setRDBConnection(ds).getNodeStore();

   } else {

   ns = 
builder.setRDBConnection(ds).getNodeStore();

   }

   return ns;

}



private BlobStore createFileSystemBlobStore() {

   try {

   FileUtils.deleteDirectory(new 
File("/var/tmp/oak"));

   } catch (IOException e) {

   // TODO Auto-generated catch 
block

   e.printStackTrace();

   }



   FileBlobStore store = new 
FileBlobStore("/var/tmp/oak");

   return store;

}






[cid:image002.png@01D1747C.2AE9FF00]
Francesco Ancona | Software Dev. Dept. (SP) - Software Architect
tel. +39 049 8979797 | fax +39 049 8978800 | cel. +39 3299060325
e-mail: francesco.anc...@siav.it | www.siav.it

I contenuti di questa e-mail e dei suoi allegati sono confidenziali e riservati 
esclusivamente ai destinatari.
L'utilizzo per qualunque fine del presente messaggio e degli allegati così come 
la relativa divulgazione senza l'autorizzazione del mittente sono vietati.
Se avete ricevuto questa e-mail per errore, vi preghiamo di distruggerla e di 
comunicarcelo.
I dati personali sono trattati esclusivamente per le finalità della presente 
comunicazione in conformità con la legislazione vigente (D.lgs. 196/2003 
"Codice Privacy").
Per informazioni: SIAV S.p.A. - s...@siav.it - 049 8979797

The contents of this e-mail and its attachments are confidential and reserved 
exclusively to the recipients.
The use for any purpose of this message and attachments as well as its 
disclosure without the consent of the sender is prohibited.
If you have received this email in error, please destroy it and notify us.
Personal data shall be processed solely for the purposes of this notice in 
accordance with 

Re: [VOTE] Release Apache Jackrabbit Oak 1.4.0

2016-03-02 Thread Davide Giannella
[X] +1 Release this package as Apache Jackrabbit Oak 1.4.0

Davide




[RESULT][VOTE] Release Apache Jackrabbit Oak 1.0.28

2016-03-02 Thread Dominique Jaeggi
Hi,

The vote passes as follows:

+1 Julian Reschke
+1 Alex Parvulescu
+1 Amit Jain
+1 Marcel Reutegger
+1 Davide Gianella
+1 Dominique Jaeggi

Thanks for voting. I'll push the release out.

Regards
Dom.


Re: [VOTE] Release Apache Jackrabbit Oak 1.4.0

2016-03-02 Thread Alex Parvulescu
[X] +1 Release this package as Apache Jackrabbit Oak 1.4.0

On Wed, Mar 2, 2016 at 10:41 AM, Davide Giannella  wrote:

>
> A candidate for the Jackrabbit Oak 1.4.0 release is available at:
>
> https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.4.0/
>
> The release candidate is a zip archive of the sources in:
>
>
> https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.4.0/
>
> The SHA1 checksum of the archive is
> fa45ec140a001f5db51682ecb34e18af50f15b70.
>
> A staged Maven repository is available for review at:
>
> https://repository.apache.org/
>
> The command for running automated checks against this release candidate is:
>
> $ sh check-release.sh oak 1.4.0
> fa45ec140a001f5db51682ecb34e18af50f15b70
>
> Please vote on releasing this package as Apache Jackrabbit Oak 1.4.0.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>
> [ ] +1 Release this package as Apache Jackrabbit Oak 1.4.0
> [ ] -1 Do not release this package because...
>
> Davide
>
>


Re: [VOTE] Release Apache Jackrabbit Oak 1.4.0

2016-03-02 Thread Dominique Jaeggi
On Wed, Mar 2, 2016 at 10:41 AM, Davide Giannella  wrote:
> ...

 [X] +1 Release this package as Apache Jackrabbit Oak 1.4.0

greetings
dom.


[VOTE] Release Apache Jackrabbit Oak 1.4.0

2016-03-02 Thread Davide Giannella

A candidate for the Jackrabbit Oak 1.4.0 release is available at:

https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.4.0/

The release candidate is a zip archive of the sources in:

   
https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.4.0/

The SHA1 checksum of the archive is
fa45ec140a001f5db51682ecb34e18af50f15b70.

A staged Maven repository is available for review at:

https://repository.apache.org/

The command for running automated checks against this release candidate is:

$ sh check-release.sh oak 1.4.0 fa45ec140a001f5db51682ecb34e18af50f15b70

Please vote on releasing this package as Apache Jackrabbit Oak 1.4.0.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Jackrabbit PMC votes are cast.

[ ] +1 Release this package as Apache Jackrabbit Oak 1.4.0
[ ] -1 Do not release this package because...

Davide



Re: svn commit: r1733227 - in /jackrabbit/oak/branches/1.4/oak-examples: standalone/pom.xml webapp/pom.xml

2016-03-02 Thread Davide Giannella
On 02/03/2016 07:54, mreut...@apache.org wrote:
> Author: mreutegg
> Date: Wed Mar  2 07:54:34 2016
> New Revision: 1733227
>
> URL: http://svn.apache.org/viewvc?rev=1733227=rev
>

This unlocked the situation. Thanks Marcel.

Didn't think about manually set it to 1.4.0-SNAPSHOT. I just tried and
it got converted to 1.4.1-SNAPHOT afterwards.

Cheers
Davide




Re: [VOTE] Release Apache Jackrabbit Oak 1.2.12

2016-03-02 Thread Dominique Jaeggi
On Wed, Mar 2, 2016 at 6:06 AM, Amit Jain  wrote:
> ...

[X] +1 Release this package as Apache Jackrabbit Oak 1.2.12

greetings
dom.


Re: [VOTE] Release Apache Jackrabbit Oak 1.2.12

2016-03-02 Thread Alex Parvulescu
[X] +1 Release this package as Apache Jackrabbit Oak 1.2.12

On Wed, Mar 2, 2016 at 6:06 AM, Amit Jain  wrote:

> A candidate for the Jackrabbit Oak 1.2.12 release is available at:
>
> https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.2.12/
>
> The release candidate is a zip archive of the sources in:
>
>
> https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.2.12/
>
> The SHA1 checksum of the archive is
> 94d8675a0108656e25a1d7a0348526ce103a3495.
>
> A staged Maven repository is available for review at:
>
> https://repository.apache.org/
>
> The command for running automated checks against this release candidate is:
>
> $ sh check-release.sh oak 1.2.12
> 94d8675a0108656e25a1d7a0348526ce103a3495
>
> Please vote on releasing this package as Apache Jackrabbit Oak 1.2.12.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>
> [ ] +1 Release this package as Apache Jackrabbit Oak 1.2.12
> [ ] -1 Do not release this package because...
>
> My vote is +1.
>
> Thanks
> Amit
>


Re: [VOTE] Release Apache Jackrabbit Oak 1.2.12

2016-03-02 Thread Marcel Reutegger
Hi,

On 02/03/16 06:06, "Amit Jain" wrote:
>Please vote on releasing this package as Apache Jackrabbit Oak 1.2.12.
>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 as Apache Jackrabbit Oak 1.2.12

Regards
 Marcel