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 re...@apache.org on 2019/03/18 09:30:50 UTC

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

Author: reschke
Date: Mon Mar 18 09:30:50 2019
New Revision: 1855745

URL: http://svn.apache.org/viewvc?rev=1855745&view=rev
Log:
candidate release notes for 1.10.2

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=1855745&r1=1855744&r2=1855745&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.10/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.10/RELEASE-NOTES.txt Mon Mar 18 09:30:50 2019
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.10.1
+Release Notes -- Apache Jackrabbit Oak -- Version 1.10.2
 
 Introduction
 ------------
@@ -7,14 +7,14 @@ 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.1 is a patch release that contains fixes and
+Jackrabbit Oak 1.10.2 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.1
+Changes in Oak 1.10.2
 ---------------------
 
 For more detailed information about all the changes in this and other
@@ -25,46 +25,34 @@ Oak releases, please see the Oak issue t
 Bug
 
     [OAK-6749] - Segment-Tar standby sync fails with "in-memory" blobs present in the source repo
-    [OAK-7982] - ACL.addEntry: check for mandatory restrictions only respects single value restrictions
-    [OAK-8001] - Lucene index can be empty (no :data node) in composite node store setup
-    [OAK-8003] - MongoDocumentStore does not log server details
-    [OAK-8006] - SegmentBlob#readLongBlobId might cause SegmentNotFoundException on standby
-    [OAK-8007] - RDBDocumentStore: potential off-heap memory leakage due to unclosed GzipInputStream
-    [OAK-8012] - Unmerged branch changes visible after restart
-    [OAK-8017] - Test failure: LastRevRecoveryRandomizedIT
-    [OAK-8023] - AccessControlManagerImpl can not handle repository level when editing policies by principal
-    [OAK-8033] - Node states sometimes refer to more than a single generation of segments after a full compaction
-    [OAK-8046] - Result items are not always correctly counted against the configured read limit if a query uses a lucene index
-    [OAK-8052] - PersistentCache: failure during construction may lead to resource leak
-    [OAK-8054] - RepMembersConflictHandler creates property with wrong type
-    [OAK-8070] - The date-based copy-versions directive doesn't work correctly with include-paths
+    [OAK-8013] - [Direct Binary Access] DataRecordDownloadOptions creates invalid Content-Disposition headers - Workaround
+    [OAK-8051] - PersistentCache: error during open can lead to incomplete initialization and subsequent NPEs
+    [OAK-8063] - The cold standby client doesn't correctly handle backward references
+    [OAK-8092] - The cold standby server cannot handle blob requests for long blob IDs
+    [OAK-8095] - VersionStorageEditor can prevent upgrade of version store
+    [OAK-8106] - High memory usage when large branch is reset
+    [OAK-8108] - Branch reset does not remove all branch commit entries
+    [OAK-8122] - MongoDocumentStore init may fail with authentication
+    [OAK-8124] - Sidegrade operation doesn't run security-related commit hooks
 
 Improvement
 
-    [OAK-7984] - Batch update documents in commit rollback
-    [OAK-8041] - IndexDefinitionBuilder should support facets and boost for property definitions
-    [OAK-8042] - IndexDefinitionBuilder should support deprecated properties on index definition
-    [OAK-8067] - Measure fsync (called when closing the NRT index) and try to reduce disk I/O
+    [OAK-8084] - LogCustomizer should allow instantiation with Java class (in addition to class name)
+    [OAK-8088] - Add refresh head revision time to background update stats
 
 Task
 
-    [OAK-8030] - oak-jcr NodeTypeTest improvements
-    [OAK-8037] - add test case for making a node type referenceable
-    [OAK-8059] - Update Jackson dependency to 2.9.8
-    [OAK-8068] - Update slf4j dependency to 1.7.26
-    [OAK-8076] - in 1.10, adjust bundle baseline check comparisonVersion
+    [OAK-8085] - Upgrade spotbugs to 3.1.11
+    [OAK-8112] - Change log pattern to have complete date for oak-run datastore command
+    [OAK-8115] - Allow disabling of BlobTracker when not required
+    [OAK-8118] - Index selected properties to enhance feature vector similarity search results
+    [OAK-8119] - Let similarity search rerank use distance as exact score
 
 Technical task
 
-    [OAK-7960] - RDB: add to Oak documentation
-    [OAK-7978] - guava-latest profile defunct
-    [OAK-7979] - DeclaredMembershipPredicate does not compile with Guava 20
-    [OAK-8004] - oak-run: support "recovery" command for RDBDocumentStore
-    [OAK-8016] - RDBDocumentStore: minor improvements to GZIP compression of BLOB contents
-    [OAK-8043] - RDB: expose DDL generation functionality in oak-run
-    [OAK-8058] - RDB*Store: update Tomcat JDBC pool dependency to 8.5.38
-    [OAK-8069] - Log warning for too many transient modifications of direct child nodes
-    [OAK-8074] - RDB*Store: update mysql-connector-java dependency to 8.0.15
+    [OAK-8071] - Logging to detect commits carrying over from previous GC generation can block other threads from committing
+    [OAK-8080] - RDB*Store: move DB-specific config hints from Javadoc into oak-doc
+    [OAK-8087] - RDB*Store: update mssql-jdbc driver reference to 7.2.1.jre8
 
 
 In addition to the above-mentioned changes, this release contains