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 2020/05/19 05:05:11 UTC

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

Author: ngupta
Date: Tue May 19 05:05:11 2020
New Revision: 1877905

URL: http://svn.apache.org/viewvc?rev=1877905&view=rev
Log:
Apache Jackrabbit Oak 1.8.22 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=1877905&r1=1877904&r2=1877905&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt Tue May 19 05:05:11 2020
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.8.21
+Release Notes -- Apache Jackrabbit Oak -- Version 1.8.22
 
 Introduction
 ------------
@@ -7,31 +7,84 @@ 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.21 is a patch release that contains fixes and
+Jackrabbit Oak 1.8.22 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.21
+Changes in Oak 1.8.22
 ---------------------
 
 Technical task
+    
+    [OAK-8411] - RDBConnectionHandler: add minimal open connection stats in TRACE log level
+    [OAK-8679] - RDB*Store: update postgresql jdbc driver reference to 42.2.8
+    [OAK-8764] - RDBDocumentStore: avoid potential dangerous use of addAll(entrySet) in logging code
+    [OAK-8775] - update Tomcat JDBC dependency to 8.5.47
+    [OAK-8831] - RDB*Store: update mysql jdbc driver reference to 8.0.18
+    [OAK-8882] - RDBBlobStore: dump table structure on startup
+    [OAK-8906] - RDBDocumentStore on SQL Server (additional diags) log DB creation time
+    [OAK-8907] - RDBDocumentStore: change diagnostics from String to Map
+    [OAK-8909] - RDBBlobStore: when creating META table for SQL Server, assign readable name for PK
+    [OAK-8913] - RDB*Store: extract "additionalDiagnostics" code into separate class for re-use from RDBBlobStore
+    [OAK-8916] - RDBBlobStore: log additional DB diagnostics (align with RDBDocumentStore)
+    [OAK-8918] - RDBBlobStore: warn when legacy (SQLServer) default collation is active
+    [OAK-8920] - update Tomcat JDBC dependency to 8.5.51
+    [OAK-8925] - RDBDocumentStore: for SQL Server stats, include type_desc and fill_factor
+    [OAK-8937] - RDB*Store: update mysql jdbc driver reference to 8.0.19
+    [OAK-8939] - RDB*Store: update postgresql jdbc driver reference to 42.2.10
+    [OAK-8940] - RDB*Store: update mssql-jdbc driver reference to 8.2.1.jre8
 
-    [OAK-8915] - RDBDocumentStore: use setNString() for columns known to be of type N*CHAR
-    [OAK-8932] - RDBDocumentStore: allow RDBVersionGC support fallback to simpler algorithm
 
 Bug
+    
+    [OAK-8722] - dead locking related code in NodeDelegate.updateMixins
+    [OAK-8799] - oak-http: broken Export-Package statement
+    [OAK-8832] - Offline Compaction fails while erroneously accessing external blob
+    [OAK-8944] - Missing journal entry on recovery
+    [OAK-8964] - oak-run: UtilsTest fails when Mongo not present
+
+
+Improvement
+
+    [OAK-8680] - logging config missing in oak-commons tests
+    [OAK-8935] - Improve ClusterNodeInfo MAC address detection
 
-    [OAK-8855] - Permission evaluation of nodes broken after :nestedCug removed from parent node
-    [OAK-8894] - Build error on travis-ci
 
 Task
 
-    [OAK-8774] - oak-benchmarks: update commons-compress dependency to 1.19
-    [OAK-8919] - examples: update Tomcat dependency to 7.0.100
-    [OAK-8938] - Oak run recovery fails when running on mongo replicaSet with auth enabled
+    [OAK-8651] - Update mockito dependency to 2.28.2
+    [OAK-8796] - Update maven-assembly-plugin to 3.2.0
+    [OAK-8798] - Upgrade maven-bundle-plugin to 4.2.1
+    [OAK-8805] - update org.apache.felix.scr.bnd dependency to 1.9.4
+    [OAK-8808] - Update maven-bundle-plugin to 4.1.0
+    [OAK-8810] - oak-lucene: adjust Import-Package declaration for upgrade of maven-bundle-plugin to 4.2.1
+    [OAK-8816] - oak-solr-osgi: adjust Import-Package declaration for upgrade of maven-bundle-plugin to 4.2.1
+    [OAK-8819] - Update jetbrains nullability annotions to 18.0.0
+    [OAK-8820] - Update slf4j dependency to 1.7.29
+    [OAK-8821] - Update Tika dependency to 1.23
+    [OAK-8823] - Update org.apache.felix.scr.bnd to 1.9.6
+    [OAK-8824] - update jackson dependency to 2.10.1
+    [OAK-8829] - oak-solr-osgi: decouple jackson dependency from project dependency
+    [OAK-8830] - oak-store-document: update org.quartz-scheduler dependency to 2.3.2
+    [OAK-8842] - Update commons-codec dependency to 1.14
+    [OAK-8844] - update jackson dependency to 2.10.2
+    [OAK-8846] - oak-store-document: remove commons-lang test dependency
+    [OAK-8847] - update to commons-lang3 3.9 and define version globally
+    [OAK-8851] - oak-upgrade: switch to commons-lang3
+    [OAK-8852] - oak-it: remove unused commons-lang dependency
+    [OAK-8853] - oak-segment-tar tests: switch to commons-lang3
+    [OAK-8856] - Update httpcore dependency to 4.4.13
+    [OAK-8867] - Update httpclient/mime dependencies to 4.5.11
+    [OAK-8953] - Update httpclient/mime dependencies to 4.5.12
+    [OAK-8954] - update jackson dependency to 2.10.3
+    [OAK-8955] - Update slf4j dependency to 1.7.30
+    [OAK-8959] - Update Tika dependency to 1.24
+    [OAK-8960] - oak-benchmarks/oak-it-osgi: update commons-compress dependency to 1.20
+    [OAK-8990] - Update Oak 1.8 to Jackrabbit 2.16.6
+