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 ng...@apache.org on 2021/10/06 02:38:51 UTC

[jackrabbit-oak] branch 1.22 updated: Updating release notes for 1.22.9

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

ngupta 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 cbe54c2  Updating release notes for 1.22.9
cbe54c2 is described below

commit cbe54c22c4c68f8c46378e49e775d7610926358d
Author: Nitin Gupta <ni...@Nitins-MacBook-Pro.local>
AuthorDate: Wed Oct 6 08:08:15 2021 +0530

    Updating release notes for 1.22.9
---
 RELEASE-NOTES.txt | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 9fc69a7..566c909 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.22.8
+Release Notes -- Apache Jackrabbit Oak -- Version 1.22.9
 
 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.8 is a patch release that contains fixes and
+Jackrabbit Oak 1.22.9 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,24 +15,23 @@ 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.8
+Changes in Oak 1.22.9
 ---------------------
 
 Bug
 
-    [OAK-9038] - oak-search-mt imports org.slf4j.impl
-    [OAK-9401] - Breaking recovery lock issue
+    [OAK-9519] - TlsGuardingConnection doesn't do a TLS handshake on reused connections
+    [OAK-9521] - Backport OAK-9496 and OAK-9520 to 1.22
 
 Improvement
 
-    [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
+    [OAK-9522] - Index cost estimation: prefer union query with path restriction
+    [OAK-9540] - SegmentNotFoundException in IndexDefinition.hasMatchingNodeTypeReg
 
 Task
 
-    [OAK-9395] - Make MongoDockerRule.isDockerAvailable() static
-    [OAK-9396] - Promote SimpleRecoveryHandler test utility to top level class
+    [OAK-9495] - Adjust release vote template after migration to Git
+    [OAK-9539] - Bump netty dependency from 4.1.52.Final to 4.1.66.Final
 
 In addition to the above-mentioned changes, this release contains
 all changes included up to the previous Apache Jackrabbit Oak 1.22.x release.