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 2020/03/19 14:11:45 UTC

svn commit: r1875424 - /jackrabbit/oak/trunk/RELEASE-NOTES.txt

Author: reschke
Date: Thu Mar 19 14:11:45 2020
New Revision: 1875424

URL: http://svn.apache.org/viewvc?rev=1875424&view=rev
Log:
OAK-8957: Release Oak 1.26.0 - Candidate Release Notes

Modified:
    jackrabbit/oak/trunk/RELEASE-NOTES.txt

Modified: jackrabbit/oak/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/RELEASE-NOTES.txt?rev=1875424&r1=1875423&r2=1875424&view=diff
==============================================================================
--- jackrabbit/oak/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/trunk/RELEASE-NOTES.txt Thu Mar 19 14:11:45 2020
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.24.0
+Release Notes -- Apache Jackrabbit Oak -- Version 1.26.0
 
 Introduction
 ------------
@@ -7,7 +7,7 @@ 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.
 
-Apache Jackrabbit Oak 1.24.0 is an incremental feature release based
+Apache Jackrabbit Oak 1.26.0 is an incremental feature release based
 on and compatible with earlier stable Jackrabbit Oak 1.x
 releases. This release is considered stable and targeted for
 production use.
@@ -15,24 +15,88 @@ 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.24.0
+Changes in Oak 1.26.0
 ---------------------
 
 Bug
 
-    [OAK-8780] - Remove the synchronized block on the FSBackend
-    [OAK-8845] - Function-based indexing don't support ordering
-    [OAK-8863] - Oak-doc should cover BinaryUploadOptions usage
-    [OAK-8870] - UserAuthentication.authenticate should remove pw attribute
+    [OAK-7358] - Remove all usage of java.security.acl.Group for Java 14
+    [OAK-8855] - Permission evaluation of nodes broken after :nestedCug removed from parent node
+    [OAK-8885] - Test failure: NPE in MongoFixture.createDocumentStore()
+    [OAK-8889] - NPE in the oak-run console az:*
+    [OAK-8894] - Build error on travis-ci
+    [OAK-8902] - Add support in oak-run to list down blob ids for lucene indexes
+    [OAK-8922] - oak-run-commons: OakFixture broken for BlobStores that do not implement BlobAccessProvider
+    [OAK-8928] - Retry reading the graph and binary references in Segment Store migrator
+    [OAK-8936] - ValueImpl does not properly set domain override flag of BlobDownloadOptions
+    [OAK-8944] - Missing journal entry on recovery
+    [OAK-8945] - Cannot apply node restrictions without checking-out the node
+    [OAK-8946] - Cannot apply node restrictions without checking-out the node
+    [OAK-8948] - ObservationManager.addEventListener() throws NPE with invalid paths in filter
+    [OAK-8949] - PrincipalRestrictionProvider.writeRestrictions does not filter rep:nodePath restriction
+
+Epic
+
+    [OAK-8561] - Oak should compile & test on Java 14
+
+New Feature
+
+    [OAK-8494] - Support AWS Key Managed Service (SSE-KMS)
 
 Improvement
 
-    [OAK-6632] - [upgrade] oak-upgrade should support azure blobstorage
+    [OAK-8787] - Remove older index versions from repository
+    [OAK-8869] - Access azure segments metadata in a case-insensitive way
+    [OAK-8874] - deprecate use of Guava Predicate class in oak-core API
+    [OAK-8878] - Expose downloaded (and uploaded) blob bytes as metrics, not only as time series
+    [OAK-8901] - oak-run command checkpoints should support RDBDocumentStore
+    [OAK-8903] - Support for removing repository markers for transient repositories
+    [OAK-8914] - Throttle Revision GC
+    [OAK-8930] - More resilient blob listing for the Azure Segment Store
+    [OAK-8934] - Indexing: filter entries with a regular expression
+    [OAK-8950] - DataStore: FileCache should use one cache segment
 
 Task
 
-    [OAK-8856] - Update httpcore dependency to 4.4.13
-    [OAK-8867] - Update httpclient/mime dependencies to 4.5.11
+    [OAK-7671] - [oak-run] Deprecate the datastorecheck command in favor of datastore
+    [OAK-8875] - Update aws-java-sdk-osgi version to 1.11.700 in Oak-blob-cloud
+    [OAK-8883] - Update jar plugin to 3.2.0
+    [OAK-8892] - Add javadoc to package-info files
+    [OAK-8899] - Benchmarks: AddMembersTest with 'membershipSizeThreshold'
+    [OAK-8905] - AsyncIndexUpdate: improve logging when checkpoint cleanup gets skipped
+    [OAK-8910] - Improve OAK Lucene Index Documentation
+    [OAK-8919] - examples: update Tomcat dependency to 7.0.100
+    [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
+
+Documentation
+
+    [OAK-8881] - Add section 'security reports' to the oak docu
+    [OAK-8884] - Broken link to DynamicSyncContext in defaultusersync.md
+
+Technical task
+
+    [OAK-8788] - Add index creation and index completion time to indexes
+    [OAK-8861] - oak-core-spi: bump up logging for deprecated Guava based APIs to WARN
+    [OAK-8862] - oak-commons: bump up logging for deprecated Guava based APIs to WARN
+    [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-8915] - RDBDocumentStore: use setNString() for columns known to be of type N*CHAR
+    [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-8926] - add RDBBlobStore performance test
+    [OAK-8932] - RDBDocumentStore: allow RDBVersionGC support fallback to simpler algorithm
+    [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
 
 
 In addition to the above-mentioned changes, this release contains all