Author: dj
Date: Mon Jul 11 12:24:01 2016
New Revision: 1752147
URL: http://svn.apache.org/viewvc?rev=1752147&view=rev
Log:
Apache Jackrabbit Oak 1.0.32 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=1752147&r1=1752146&r2=1752147&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt Mon Jul 11 12:24:01 2016
@@ -1,5 +1,5 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.0.31
+Release Notes -- Apache Jackrabbit Oak -- Version 1.0.32
Introduction
------------
@@ -8,43 +8,61 @@ 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.31 is a patch release that contains fixes and
+Apache Jackrabbit Oak 1.0.32 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.31
+Changes in Oak 1.0.32
---------------------
+Sub-task
+
+ [OAK-3306] - Create a copy of MemoryDocumentStore
+
Technical task
- [OAK-3657] - RDBDocumentStore: cache update logic introduced for OAK-3566
should only be used for NODES collection
- [OAK-4094] - RDBDocumentStore: upgrade PostgreSQL JDBC driver dependency
to 9.4.1208
- [OAK-4250] - DocumentStore: add test coverage for find() with ultra-long
keys
- [OAK-4388] - RDBDocumentStore: conditional update to _modified property
sometimes applied unconditionally
- [OAK-4389] - RDBDocumentStore: add system property for disabling appending
updates
- [OAK-4398] - RDBDocumentStore: dead code in internalUpdate
- [OAK-4408] - RDBDocumentStore: synchronize access to BloomFilter
+ [OAK-4409] - RDB*Store: bump up recommended DB2 version to 10.5
+ [OAK-4425] - RDBDocumentStore: upgrade MySQL JDBC driver dependency to
5.1.39
+ [OAK-4482] - RDB*Store: update tomcat-jdbc test dependency
+ [OAK-4495] - RDBDocumentStore: consistent handling of invalidate methods
+ [OAK-4497] - RDBDocumentStore: potential race condition between update and
invalidate can cause stale cache entries
+ [OAK-4509] - RDBDocumentStore: low-level read method should also support
condition on MODIFIED value
+ [OAK-4510] - RDBDocumentStore: can't persist _modified value of null
Bug
- [OAK-1953] - Oak console on MongoMK fails with NPE
- [OAK-2655] - Test failure: OrderableNodesTest.testAddNode
+ [OAK-1648] - Creating multiple checkpoint on same head revision overwrites
previous entries
+ [OAK-2311] - Released checkpoint can still be retrieved
+ [OAK-2343] - Wrong handling of InterruptedException in BackgroundThread
+ [OAK-2363] - NPE in DocumentNodeStore#retrieve for non existing checkpoint
+ [OAK-3305] - Self recovering instance may not see all changes
+ [OAK-3903] - Commit fails even though change made it to the DocumentStore
+ [OAK-3923] - Async indexing delayed by 30 minutes because stop order is
incorrect
+ [OAK-4494] - Stale documents after revision GC in cluster
Improvement
- [OAK-4164] - Expose path stats for Lucene index
- [OAK-4321] - Improve conflict exception message to show if conflict is
unexpected
- [OAK-4372] - VersionGarbageCollector uses more temporary memory than needed
+ [OAK-3436] - Prevent missing checkpoint due to unstable topology from
causing complete reindexing
+ [OAK-3702] - More resilient BackgroundThread implementation
+ [OAK-3797] - SegmentTracker#collectBlobReferences should retain fewer
SegmentId instances
+ [OAK-4035] - AsyncIndexUpdate should not log exception when its forcibly
stopped
+ [OAK-4262] - Provide a way to abort an async indexing run
+ [OAK-4405] - JCR TCK on RDBDocumentStore
+ [OAK-4514] - ResurrectNodeAfterRevisionGCTest's cleanup may interfere with
DS disposal
+ [OAK-4545] - Configurable maxBackOffMillis
-New Feature
+Task
- [OAK-4144] - Expose PropertyIndex stats
+ [OAK-2575] - Improve documentation for DocumentStore.invalidateCache
+ [OAK-4411] - DocumentNodeStore: Improve test coverage for concurrent
updates and queries
-Task
- [OAK-4100] - ClusterNodeInfo lease renewal: add logging
+Test
+
+ [OAK-4489] - Improve test coverage on DocumentStore for concurrent query
and invalidate
+ [OAK-4546] - Long running DocumentNodeStoreTest
In addition to the above-mentioned changes, this release contains