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 2019/12/09 03:37:27 UTC

svn commit: r1871068 - /jackrabbit/oak/branches/1.10/RELEASE-NOTES.txt

Author: ngupta
Date: Mon Dec  9 03:37:27 2019
New Revision: 1871068

URL: http://svn.apache.org/viewvc?rev=1871068&view=rev
Log:
Oak 1.10.7 Release notes.

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

Modified: jackrabbit/oak/branches/1.10/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.10/RELEASE-NOTES.txt?rev=1871068&r1=1871067&r2=1871068&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.10/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.10/RELEASE-NOTES.txt Mon Dec  9 03:37:27 2019
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.10.6
+Release Notes -- Apache Jackrabbit Oak -- Version 1.10.7
 
 Introduction
 ------------
@@ -7,44 +7,45 @@ 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.10.6 is a patch release that contains fixes and
+Jackrabbit Oak 1.10.7 is a patch release that contains fixes and
 improvements over Oak 1.10. Jackrabbit Oak 1.10.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.10.6
+Changes in Oak 1.10.7
 ---------------------
 
+Technical task
+
+    [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
+
+
 Bug
 
-    [OAK-8162] - When query with OR is divided into union of queries, options (like index tag) are not passed into subqueries.
-    [OAK-8624] - oak-run: tests leak mapd temp files
-    [OAK-8625] - oak-upgrade leaks empty test folders
-    [OAK-8643] - PrincipalProvider.getMembershipPrincipals should not delegate to deprecated method
-    [OAK-8705] - Broken logging in CopyOnWriteDirectory
+    [OAK-8691] - Incorrect base state from node builder
+    [OAK-8722] - dead locking related code in NodeDelegate.updateMixins
+
 
 Improvement
 
-    [OAK-8718] - LuceneIndexStatsUpdateCallback is slow and synchronous which leads to slowness
-    [OAK-8735] - Jackrabbit Javadoc link should be consistent with used jackrabbit.version and use https
+    [OAK-8648] - Log reason why NodeDocumentSweeper.sweep is called
+    [OAK-8680] - logging config missing in oak-commons tests
+    [OAK-8694] - state time of start of LeaseFailure in exception/log entry
 
-Task
 
-    [OAK-8549] - Update Tika dependency to 1.22
-    [OAK-8550] - Update commons-codec dependency to 1.13
-    [OAK-8583] - getNodeByIdentifier may fail with RuntimeException
-    [OAK-8598] - Update httpcore dependency to 4.4.12
-    [OAK-8614] - Update httpclient/mime dependencies to 4.5.10
-    [OAK-8672] - Update jackson dependency to 2.9.10
-    [OAK-8709] - Update jackson-databind dependency to 2.9.10.1
+Task
 
-Technical task
+    [OAK-8649] - Update to jacoco 0.8.5 (version compatible with Java 14)
+    [OAK-8651] - Update mockito dependency to 2.28.2
+    [OAK-8652] - Update jacoco dependency to 0.8.4
+    [OAK-8712] - oak-blob-* and oak-segment-azure need to declare nullability annotations dependency
+    [OAK-8742] - Update trunk and 1.10 to Jackrabbit 2.18.4
+    [OAK-8774] - oak-benchmarks: update commons-compress dependency to 1.19
 
-    [OAK-8567] - update tomcat-jdbc dependency to 8.5.43
-    [OAK-8568] - RDB*Store: update mysql jdbc driver reference to 8.0.17
-    [OAK-8570] - RDB*Store: update mssql-jdbc driver reference to 7.4.1.jre8
 
 
 In addition to the above-mentioned changes, this release contains