Author: davide
Date: Thu Nov 10 11:40:39 2016
New Revision: 1769091
URL: http://svn.apache.org/viewvc?rev=1769091&view=rev
Log:
Apache Jackrabbit Oak 1.4.10
release notes
Modified:
jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt
Modified: jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt?rev=1769091&r1=1769090&r2=1769091&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt Thu Nov 10 11:40:39 2016
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.4.9
+Release Notes -- Apache Jackrabbit Oak -- Version 1.4.10
Introduction
------------
@@ -7,49 +7,52 @@ 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.4.9 is a patch release that contains fixes and
+Jackrabbit Oak 1.4.10 is a patch release that contains fixes and
improvements over Oak 1.4. Jackrabbit Oak 1.4.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.4.9
+Changes in Oak 1.4.10
---------------------
+Sub-task
+
+ [OAK-5038] - Extend PersistentCacheStats with async queue-related
+ stats
+
Technical task
- [OAK-4885] - RDB*Store: update mysql JDBC driver reference to
- 5.1.40
- [OAK-4905] - RDB*Store: update postgresql JDBC driver reference to
- 9.4.1211
- [OAK-4964] - UpdateOp.set("_id", ...) should do a sanity check on
- the id
+ [OAK-4986] - RDBDocumentStore: potential NPE in document read
Bug
- [OAK-4082] - RDBDocumentStore on MySQL may fail when using
- useServerPrepStmts=true
- [OAK-4860] - Backport OAK-4301 and OAK-4825
- [OAK-4879] - Proper implementation of getOrCreateReferenceKey in
- CachingFDS
- [OAK-4894] - Potential NPE in Commit.apply()
- [OAK-4930] - External Principal Management: DynamicSyncContext
- makes redundant calls to IdentityProvider.getIdentity()
- [OAK-4931] - LdapIdentityProvider doesn't use configured custom
- attributes for all searches
- [OAK-4937] - JournalGC failing with RDB DocumentStore
+ [OAK-4125] - Test failure: testUpdateAndDelete [MyFixture:
+ RDB-Derby(embedded)]
+ [OAK-4770] - Missing exception handling in
+ ClusterNodeInfo.renewLease()
+ [OAK-4779] - ClusterNodeInfo may renew lease while recovery is
+ running
+ [OAK-4882] - Bottleneck in the asynchronous persistent cache
+ [OAK-4969] - ColdStandby does not fetch missing blobs
+ [OAK-4980] - occasional test failure of JournalGCIT
+ [OAK-4997] - RevisionGCTest.teardown() may fail with NPE when
+ store == null
+ [OAK-5005] - S3 async upload fails to catch and log exceptions
+ other than DataStoreException
Improvement
- [OAK-4674] - Log a message when asynchronous persistent cache is
- enabled
- [OAK-4825] - Support disabling of users instead of removal in
- DefaultSyncHandler
+ [OAK-4757] - Adjust default timeout values for MongoDocumentStore
+ [OAK-4792] - Replace usage of AssertionError in ClusterNodeInfo
-Test
+Task
- [OAK-4976] - AcquireRecoveryLockTest fails occasionally
+ [OAK-4988] - JournalGarbageCollector: re-order method signature
+ [OAK-5037] - Update Oak 1.2 and Oak 1.4 to Jackrabbit 2.12.5
+ [OAK-5071] - Persistent cache: use the asynchronous mode by
+ default
In addition to the above-mentioned changes, this release contains
all changes included up to the Apache Jackrabbit Oak 1.4.x release.