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/05/28 06:50:37 UTC

svn commit: r1890262 - /jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt

Author: ngupta
Date: Fri May 28 06:50:37 2021
New Revision: 1890262

URL: http://svn.apache.org/viewvc?rev=1890262&view=rev
Log:
Candidate Release notes for Apache Jackrabbit Oak 1.6.21

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

Modified: jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt?rev=1890262&r1=1890261&r2=1890262&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt Fri May 28 06:50:37 2021
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.6.20
+Release Notes -- Apache Jackrabbit Oak -- Version 1.6.21
 
 Introduction
 ------------
@@ -7,25 +7,35 @@ 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.6.20 is a patch release that contains fixes and
+Jackrabbit Oak 1.6.21 is a patch release that contains fixes and
 improvements over Oak 1.6. Jackrabbit Oak 1.6.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.6.20
+Changes in Oak 1.6.21
 ---------------------
 
+Technical task
+
+    [OAK-7329] - RDB*Store for SQLServer: name the PK index for better readability
+    [OAK-8147] - RDBBlobStore: add perf logging for JDBC read operations
+    [OAK-8411] - RDBConnectionHandler: add minimal open connection stats in TRACE log level
+    [OAK-8915] - RDBDocumentStore: use setNString() for columns known to be of type N*CHAR
+
 Bug
 
-    [OAK-8870] - UserAuthentication.authenticate should remove pw attribute
+    [OAK-6048] - Java 8 compilation failure in ConfigurationParametersTest.java
 
-Task
+Improvement
 
-    [OAK-8813] - oak-it-osgi: cover oak-solr-osgi bundle
+    [OAK-9261] - Upgrade Apache Solr to 8.6.3 and remove Embedded Solr Server
+    [OAK-9294] - Document that Java 8 is needed for Oak 1.4 and 1.6 in the future
 
+Test
 
+    [OAK-8535] - oak-it-osgi fails with encrypted credentials in settings.xml
 
 In addition to the above-mentioned changes, this release contains
 all changes included up to the Apache Jackrabbit Oak 1.6.x release.