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 dj...@apache.org on 2016/02/29 09:26:30 UTC

svn commit: r1732830 - /jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt

Author: dj
Date: Mon Feb 29 08:26:30 2016
New Revision: 1732830

URL: http://svn.apache.org/viewvc?rev=1732830&view=rev
Log:
Apache Jackrabbit Oak 1.0.28 release notes

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

Modified: jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt?rev=1732830&r1=1732829&r2=1732830&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt Mon Feb 29 08:26:30 2016
@@ -1,5 +1,5 @@
 
-Release Notes -- Apache Jackrabbit Oak -- Version 1.0.27
+Release Notes -- Apache Jackrabbit Oak -- Version 1.0.28
 
 Introduction
 ------------
@@ -8,43 +8,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.
 
-Apache Jackrabbit Oak 1.0.27 is a patch release that contains fixes and
+Apache Jackrabbit Oak 1.0.28 is a patch release that contains fixes and
 improvements over Oak 1.0. Jackrabbit Oak 1.0.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.0.27
+Changes in Oak 1.0.28
 ---------------------
 
 Technical task
 
-   [OAK-3896] - RDBDocumentStore: export tool - improve handling of export files allowing to override column order
-   [OAK-3945] - RDBDocumentStore: internalCreateOrUpdate() needs to check return code of insertDocuments()
-   [OAK-3971] - RDBDocumentStore: include table name when logging slow/excessive queries
+   [OAK-3892] - RDBDocumentStore: StripedNodeDocumentLocks - special case root?
+   [OAK-4020] - RDBExport: misleading warning about column names
+   [OAK-4021] - RDBDocumentStore: create() for collections other than NODES is broken
+   [OAK-4033] - RDBDocumentStore: refactor version check to address driver version as well
+   [OAK-4034] - RDBDocumentStore: use and require Oracle 12.1 JDBC driver
 
 Bug
 
-   [OAK-3821] - Lucene directory: improve exception messages
-   [OAK-3911] - Integer overflow causing incorrect file handling in OakDirectory for file size more than 2 GB
-   [OAK-3932] - DocumentStore.getIfCached() must not return NodeDocument.NULL
-   [OAK-3968] - Wrong initialization of used/ignored properties from OSGi configuration
-   [OAK-3974] - regression: OakSolrConfigurationProviderService.activate can throw a NPE
-   [OAK-3981] - Change in aggregation flow in OAK-3831 causes some properties to be left out of aggregation
+   [OAK-3634] - RDB/MongoDocumentStore may return stale documents
+   [OAK-3653] - Incorrect last revision of cached node state
+   [OAK-3929] - RevisionGC does not invalidate document cache
+   [OAK-4017] - ObservationTest: tearDown() may fail with NPE
+   [OAK-4018] - Test failures after upgrading to JR 2.12.0
+   [OAK-4036] - LuceneIndexProviderService may miss on registering PreExtractedTextProvider
 
 Improvement
 
    [OAK-3126] - Enable HybridMapFactory by default
-   [OAK-3527] - Improve logging for blob GC
-   [OAK-3918] - Include index details in exception thrown by OakDirectory
-   [OAK-3936] - [oak-run] Option to dump blob references
-   [OAK-3990] - Enable specifying the max clause limit in BooleanClause
+   [OAK-3649] - Extract node document cache from Mongo and RDB document stores
+   [OAK-3841] - Change return type of Document.getModCount() to Long
+   [OAK-4022] - DocumentNodeStoreService journal write should log write failures
 
 Task
 
-   [OAK-2937] - Remove code related to directmemory for off heap caching
    [OAK-3613] - Backport TarMK revision gc related issues
+   [OAK-3651] - Remove HierarchicalCacheInvalidator
+   [OAK-3906] - NodeDocumentCache cleanup used inconsistently
 
 
 In addition to the above-mentioned changes, this release contains