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

svn commit: r1758355 - /jackrabbit/oak/trunk/RELEASE-NOTES.txt

Author: davide
Date: Tue Aug 30 10:51:11 2016
New Revision: 1758355

URL: http://svn.apache.org/viewvc?rev=1758355&view=rev
Log:
Apache Jackrabbit Oak 1.5.9
Relase notes


Modified:
    jackrabbit/oak/trunk/RELEASE-NOTES.txt

Modified: jackrabbit/oak/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/RELEASE-NOTES.txt?rev=1758355&r1=1758354&r2=1758355&view=diff
==============================================================================
--- jackrabbit/oak/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/trunk/RELEASE-NOTES.txt Tue Aug 30 10:51:11 2016
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.5.8
+Release Notes -- Apache Jackrabbit Oak -- Version 1.5.9
 
 Introduction
 ------------
@@ -7,7 +7,7 @@ Jackrabbit Oak is a scalable, high-perfo
 repository designed for use as the foundation of modern world-class
 web sites and other demanding content applications.
 
-Apache Jackrabbit Oak 1.5.8 is an unstable release cut directly from
+Apache Jackrabbit Oak 1.5.9 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.
@@ -15,64 +15,48 @@ 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.8
+Changes in Oak 1.5.9
 ---------------------
 
-Technical task
-
-    [OAK-4629] - Make it possible to override blob accessing methods
-    in DataStoreBlobStore
-    [OAK-4633] - Multiplexing store support for Node type indexes
-
 Bug
 
-    [OAK-4196] - EventListener gets removed event for denied node
-    [OAK-4301] - Missing protection for system-maintained
-    rep:externalId
-    [OAK-4599] - SecurityProviderRegistration fails to update config
-    param of SecurityConfiguration(s)
-    [OAK-4628] - Using non default dir name causes index directory to
-    be deleted
-    [OAK-4652] - indexName logged in QueryImpl is wrong in case of
-    multiple indexes satisfying the query
-    [OAK-4658] - Outer join: name(b) and localname(b) can throw a NPE
-    [OAK-4660] - TokenProviderImpl.getTokenParent may return
-    non-existing tree
-    [OAK-4662] - Include Commons Lang Math 3 as a dependency in
-    oak-run
-    [OAK-4663] - Include Commons Lang Math 3 as a dependency in
-    oak-upgrade
-
-Documentation
-
-    [OAK-4466] - Incorrect description for "Simple Inheritance with
-    Restrictions" inthe Permission Evaluation Page
+    [OAK-4110] - Test failure: testProxySkippedBytesIntermediateChange
+    [OAK-4664] - Disabling lease check via DocumentMK builder does not
+    work
+    [OAK-4682] - ConcurrentModificationException in
+    JournalEntry.TreeNode
+    [OAK-4684] - RepositorySidegrade should also run commit hooks as
+    they are run in upgrade
+    [OAK-4692] - DocumentNodeStore does not close journal persistent
+    cache
+    [OAK-4717] - TarNodeStore.checkpoint methods represent endless
+    loop
+    [OAK-4718] - Tests in oak-upgrade depend on an archived repository
 
 Improvement
 
-    [OAK-4500] - Create tooling for reducing a document-based
-    repository to a list of paths
-    [OAK-4585] - Text extraction: runtime status monitoring
-    [OAK-4624] - Optionally ignore missing blobs during sidegrade
-    [OAK-4630] - Create segment and segment tar directory only when
-    it's missing
-    [OAK-4636] - PropertyIndexLookup#getIndexNode should be more
-    tolerant towards property types
-    [OAK-4640] - Provide a way for commit hook to record meta data for
-    a given commit
-    [OAK-4641] - Using same index definition for both async and sync
-    indexing
-    [OAK-4642] - Provide a way to pass indexing related state to
-    IndexEditorProvider
-    [OAK-4661] - TokenLoginModule: improve log output
-
-New Feature
-
-    [OAK-4129] - Use CredentialsSupport in TokenConfigurationImpl and
-    TokenProviderImpl
-    [OAK-4566] - Multiplexing store support in Lucene Indexes
-    [OAK-4626] - Use oak-upgrade to initialize the DocumentMK local
-    cache nodestore
+    [OAK-4543] - Add info about event generation and consumption by
+    observer
+    [OAK-4623] - Log more information when null DocumentNodeState is
+    read for a child while fetching children
+    [OAK-4668] - Make async index more resilient on documentmk
+    [OAK-4677] - stop oak-core bundle only transiently on lease
+    failure
+    [OAK-4680] - Unify the usage of Commons Math 3 across the project
+    [OAK-4691] - Use utility backends from oak-segment-tar in oak-run
+    [OAK-4697] - Optimize read of old node state
+    [OAK-4703] - Update Jackrabbit version to 2.13.2
+    [OAK-4715] - Reduce DocumentStore reads for local changes
+    [OAK-4716] - Upgrade dependency to oak-segment-tar to version
+    0.0.10
+
+Task
+
+    [OAK-4686] - DocumentNodeStoreTest#compareOnBranch fails for
+    update.limit=10000
+    [OAK-4720] - segment-tar should be used for the inplace JCR2
+    upgrade
+
 
 In addition to the above-mentioned changes, this release contains
 all changes included up to the Apache Jackrabbit Oak 1.4.x release.