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 ad...@apache.org on 2021/07/13 15:46:48 UTC

[jackrabbit-oak] branch 1.22 updated: Added release notes for Oak 1.22.8 release

This is an automated email from the ASF dual-hosted git repository.

adulceanu pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new fcfa8dc  Added release notes for Oak 1.22.8 release
fcfa8dc is described below

commit fcfa8dce268020a24ca40612dab99e8d82afa9a4
Author: Andrei Dulceanu <du...@adobe.com>
AuthorDate: Tue Jul 13 18:46:28 2021 +0300

    Added release notes for Oak 1.22.8 release
---
 RELEASE-NOTES.txt | 32 +++++++++++++-------------------
 1 file changed, 13 insertions(+), 19 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 7acbc19..9fc69a7 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.22.7
+Release Notes -- Apache Jackrabbit Oak -- Version 1.22.8
 
 Introduction
 ------------
@@ -7,7 +7,7 @@ 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.
 
-Jackrabbit Oak 1.22.7 is a patch release that contains fixes and
+Jackrabbit Oak 1.22.8 is a patch release that contains fixes and
 improvements over Oak 1.22. Jackrabbit Oak 1.22.x releases are
 considered stable and targeted for production use.
 
@@ -15,30 +15,24 @@ 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.22.7
+Changes in Oak 1.22.8
 ---------------------
 
 Bug
 
-    [OAK-8582] - Failing test in MongoDB 4.2.0: BasicDocumentStoreTest.testLongId
-    [OAK-9176] - sweep upgrade of pre 1.8 branch commits not always sets "_bc" for parents/root
-    [OAK-9306] - Faceting: IllegalArgumentException: dimension ... was not indexed
-    [OAK-9358] - DocumentNodeStore may accumulate split candidates
+    [OAK-9038] - oak-search-mt imports org.slf4j.impl
+    [OAK-9401] - Breaking recovery lock issue
 
 Improvement
 
-    [OAK-9134] - Remove mix:referenceable from nt:frozenNode definition
-    [OAK-9290] - Respect nt:frozenNode definition on upgrade and migration
-    [OAK-9291] - Refactor check for referenceable nt:frozenNode definition
-    [OAK-9352] - move SystemPropertySupplier from document to commons
-    [OAK-9357] - Update to MongoDB Java driver 3.12
-    [OAK-9359] - Use SystemPropertySupplier to ease backport
-
-This release contains a fix for OAK-9176, which performs a one time repository
-scan to fix missing _bc (branch commit) entries. This only affects repositories
-running on DocumentNodeStore (MongoDB and RDB). Use the system property
--Doak.documentMK.disableSweep2=true to disable this scan in case it should be
-skipped explicitly.
+    [OAK-9392] - Improve resilience when primary becomes unavailable
+    [OAK-9451] - Cold Standby SSL certificates should be configurable
+    [OAK-9473] - [Cold Standby] Add configuration option for SSL key decryption password
+
+Task
+
+    [OAK-9395] - Make MongoDockerRule.isDockerAvailable() static
+    [OAK-9396] - Promote SimpleRecoveryHandler test utility to top level class
 
 In addition to the above-mentioned changes, this release contains
 all changes included up to the previous Apache Jackrabbit Oak 1.22.x release.