You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by da...@apache.org on 2016/09/30 11:04:55 UTC

svn commit: r16038 - in /dev/jackrabbit/oak/1.5.11: ./ RELEASE-NOTES.txt jackrabbit-oak-1.5.11-src.zip jackrabbit-oak-1.5.11-src.zip.asc jackrabbit-oak-1.5.11-src.zip.md5 jackrabbit-oak-1.5.11-src.zip.sha

Author: davide
Date: Fri Sep 30 11:04:55 2016
New Revision: 16038

Log:
Apache Jackrabbit Oak 1.5.11 RC


Added:
    dev/jackrabbit/oak/1.5.11/
    dev/jackrabbit/oak/1.5.11/RELEASE-NOTES.txt
    dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip   (with props)
    dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip.asc
    dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip.md5
    dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip.sha

Added: dev/jackrabbit/oak/1.5.11/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.5.11/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.5.11/RELEASE-NOTES.txt Fri Sep 30 11:04:55 2016
@@ -0,0 +1,126 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 1.5.11
+
+Introduction
+------------
+
+Jackrabbit Oak is a scalable, high-performance hierarchical content
+repository designed for use as the foundation of modern world-class
+web sites and other demanding content applications.
+
+Apache Jackrabbit Oak 1.5.11 is an unstable release cut directly from
+Jackrabbit Oak trunk, with a focus on new features and other
+improvements. For production use we recommend the latest stable 1.4.x
+release.
+
+The Oak effort is a part of the Apache Jackrabbit project.
+Apache Jackrabbit is a project of the Apache Software Foundation.
+
+Changes in Oak 1.5.11
+---------------------
+
+Technical task
+
+    [OAK-4583] - RDB*Store: update Tomcat JDBC pool dependency
+    [OAK-4793] - Check usage of DocumentStoreException in
+    RDBDocumentStore
+    [OAK-4838] - Move S3 classes to oak-blob-cloud module
+    [OAK-4848] - Improve oak-blob-cloud tests
+
+Bug
+
+    [OAK-4734] - AsyncIndexUpdateClusterTestIT fails occasionally
+    [OAK-4805] - Misconfigured lucene index definition can render the
+    whole system unusable
+    [OAK-4807] - SecondaryStoreConfigIT intermittently failing due to
+    incorrect MongoURL
+    [OAK-4830] - StringUtils.estimateMemoryUsage() can throw
+    NullPointerException
+    [OAK-4832] - Upgrade breaks if the SecurityManager section in
+    repository.xml is empty
+    [OAK-4840] - Incorrect branch commit value
+    [OAK-4841] - Error during MongoDB initialization
+    [OAK-4842] - Upgrade breaks if there's no SearchManager configured
+    in repository.xml
+
+Improvement
+
+    [OAK-3858] - Review slow running tests
+    [OAK-4043] - Oak run checkpoints needs to account for multiple
+    index lanes
+    [OAK-4580] - Update to Mongo Java Driver 3.2.x
+    [OAK-4806] - Remove usage of Tree in LuceneIndexEditor
+    [OAK-4815] - ReferenceIndex slowdown due to OAK-3403
+    [OAK-4819] - Improve revision GC resilience
+    [OAK-4826] - Auto removal of orphaned checkpoints
+    [OAK-4831] - Don't break the upgrade tests if the directory can't
+    be cleaned-up
+    [OAK-4847] - Support any types of node builders in the
+    initializers
+    [OAK-4854] - Simplify TarNodeStore
+    [OAK-4858] - Use Integer.getInteger() to read system property
+    [OAK-4863] - Reduce query batch size for deleted documents
+    [OAK-4867] - Avoid queries for first level previous documents
+    during GC
+
+New Feature
+
+    [OAK-3574] - Query engine: support p=lowercase('x') and other
+    function-based indexes
+    [OAK-4412] - Lucene hybrid index
+    [OAK-4655] - Enable configuring multiple segment nodestore
+    instances in same setup
+    [OAK-4712] - Publish S3DataStore stats in JMX MBean
+    [OAK-4850] - List checkpoints
+
+Task
+
+    [OAK-4774] - Check usage of DocumentStoreException in
+    MongoDocumentStore
+
+Test
+
+    [OAK-4802] - Basic cache consistency test on exception
+
+In addition to the above-mentioned changes, this release contains
+all changes included up to the Apache Jackrabbit Oak 1.4.x release.
+
+For more detailed information about all the changes in this and other
+Oak releases, please see the Oak issue tracker at
+
+  https://issues.apache.org/jira/browse/OAK
+
+Release Contents
+----------------
+
+This release consists of a single source archive packaged as a zip file.
+The archive can be unpacked with the jar tool from your JDK installation.
+See the README.md file for instructions on how to build this release.
+
+The source archive is accompanied by SHA1 and MD5 checksums and a PGP
+signature that you can use to verify the authenticity of your download.
+The public key used for the PGP signature can be found at
+http://www.apache.org/dist/jackrabbit/KEYS.
+
+About Apache Jackrabbit Oak
+---------------------------
+
+Jackrabbit Oak is a scalable, high-performance hierarchical content
+repository designed for use as the foundation of modern world-class
+web sites and other demanding content applications.
+
+The Oak effort is a part of the Apache Jackrabbit project.
+Apache Jackrabbit is a project of the Apache Software Foundation.
+
+For more information, visit http://jackrabbit.apache.org/oak
+
+About The Apache Software Foundation
+------------------------------------
+
+Established in 1999, The Apache Software Foundation provides organizational,
+legal, and financial support for more than 140 freely-available,
+collaboratively-developed Open Source projects. The pragmatic Apache License
+enables individual and commercial users to easily deploy Apache software;
+the Foundation's intellectual property framework limits the legal exposure
+of its 3,800+ contributors.
+
+For more information, visit http://www.apache.org/

Added: dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip.asc Fri Sep 30 11:04:55 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2
+
+iEYEABECAAYFAlfuQYgACgkQxtglw1pRrJ2ANACfeuCsncrRG0b9k9n6GOAP1J5m
+9qMAn1+LBzpZH5EIw80gTpPdSZKMNprv
+=i4XG
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip.md5
==============================================================================
--- dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip.md5 (added)
+++ dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip.md5 Fri Sep 30 11:04:55 2016
@@ -0,0 +1 @@
+b259464b419b9101411cf0e554548a00

Added: dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip.sha
==============================================================================
--- dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip.sha (added)
+++ dev/jackrabbit/oak/1.5.11/jackrabbit-oak-1.5.11-src.zip.sha Fri Sep 30 11:04:55 2016
@@ -0,0 +1 @@
+ca02a623050a7d9c40c2fa9d2cb2e37ab682f2cd