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 re...@apache.org on 2019/01/14 12:11:40 UTC

svn commit: r1851241 - /jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt

Author: reschke
Date: Mon Jan 14 12:11:39 2019
New Revision: 1851241

URL: http://svn.apache.org/viewvc?rev=1851241&view=rev
Log:
Oak 1.8.11 Candidate Release Notes

Modified:
    jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt

Modified: jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt?rev=1851241&r1=1851240&r2=1851241&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt Mon Jan 14 12:11:39 2019
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.8.10
+Release Notes -- Apache Jackrabbit Oak -- Version 1.8.11
 
 Introduction
 ------------
@@ -7,67 +7,20 @@ 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.
 
-Jackrabbit Oak 1.8.10 is a patch release that contains fixes and
+Jackrabbit Oak 1.8.11 is a patch release that contains fixes and
 improvements over Oak 1.8. Jackrabbit Oak 1.8.x releases are
 considered stable and targeted for production use.
 
 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.8.10
+Changes in Oak 1.8.11
 ---------------------
 
-Sub-task
-
-    [OAK-7898] - Facet queries with UNION should do trivial merge of
-    facets from sub-queries
-    [OAK-7930] - Add tape sampling
-
-Technical task
-
-    [OAK-7342] - RDBDocumentStore: missing rollback after delete
-    failures
-
 Bug
 
-    [OAK-7605] - Giving multiple result when executing query (for a
-    constraints with OR condition) for Facetextraction
-    [OAK-7606] - Doing Faceting only on the resultset of one
-    constraints when query contain multiple constraint with OR
-    condition
-    [OAK-7608] - Throw exception if all properties name are given
-    wrong for faceting
-    [OAK-7613] - Taking more time for iterating row of query Result
-    which contain Facets
-    [OAK-7808] - Incorrect facet counts when some results are
-    inaccessible due to ACLs
-    [OAK-7929] - Incorrect Facet Count With Large Dataset and ACLs
-    [OAK-7935] - RDB*Store: createOrUpdate may fail on stale cache
-    when document was removed on different instance
-    [OAK-7950] - oak-run check crashes with
-    UncheckedExecutionException (caused by SNFE)
-    [OAK-7951] - Datastore GC stats not updated with failure when "Not
-    all repositories have marked references available"
-    [OAK-7953] - Test failure:
-    JdbcToSegmentWithMetadataTest.validateMigration()
-
-Improvement
-
-    [OAK-7709] - DocumentNodeStore dispose aborts when store was
-    disposed due to LeaseUpdate error
-    [OAK-7741] - Token LoginModule flag to skip refreshing the token
-    expiration
-    [OAK-7850] - Indexes that don't support facets being queried
-    should not participate in execution plan
-    [OAK-7925] - OakUpgrade for RDBMK: user name and password must
-    match
-
-Task
-
-    [OAK-7219] - Update Logback version to >= 1.2.0, SLF4J accordingly
-    [OAK-7669] - backport OAK-7511 (nullability annotations) to 1.8
-    [OAK-7876] - Backport OAK-7741 to 1.8 branch
-    [OAK-7908] - Backport and validate OAK-7867 to Oak 1.8
+    [OAK-7975] - Facet extraction fails while requesting multiple facets and one of the requested facets doesn't have indexed values
+
 
 In addition to the above-mentioned changes, this release contains
 all changes included up to the Apache Jackrabbit Oak 1.8.x release.