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 da...@apache.org on 2017/06/05 08:43:05 UTC

svn commit: r1797627 - /jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt

Author: davide
Date: Mon Jun  5 08:43:04 2017
New Revision: 1797627

URL: http://svn.apache.org/viewvc?rev=1797627&view=rev
Log:
Apache Jackrabbit Oak 1.4.16

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=1797627&r1=1797626&r2=1797627&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt Mon Jun  5 08:43:04 2017
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.4.15
+Release Notes -- Apache Jackrabbit Oak -- Version 1.4.16
 
 Introduction
 ------------
@@ -7,54 +7,71 @@ 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.15 is a patch release that contains fixes and
+Jackrabbit Oak 1.4.16 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.15
+Changes in Oak 1.4.16
 ---------------------
 
 Technical task
 
-    [OAK-4793] - Check usage of DocumentStoreException in
-    RDBDocumentStore
-    [OAK-5627] - RDBDocumentStore: improve long query logging
-    [OAK-5852] - RDB*Store: update Tomcat JDBC pool dependency to
-    7.0.75
-    [OAK-5982] - SegmentMk version check with disabled mmaping
+    [OAK-5652] - RDB*Store: update Oracle JDBC driver reference to
+    12.1.0.2.0
+    [OAK-5667] - RDBDocumentStore: remove support for DBs without
+    support for CASE statements in SELECT
+    [OAK-6134] - RDB*Store: update PostgreSQL JDBC
+    [OAK-6143] - RDB*store fixtures: shorten table name prefixes for
+    Oracle
+    [OAK-6226] - RDBDocumentStoreDB: missing @Override statements
+    [OAK-6244] - RDB*Store: update postgresql JDBC driver reference to
+    42.1.1
+    [OAK-6247] - RDB*Store: update Tomcat JDBC pool dependency to
+    7.0.78
 
 Bug
 
-    [OAK-4114] - Cached lucene index gets corrupted in case of unclean
-    shutdown and journal rollback in SegmentNodeStore
-    [OAK-5263] - Test failure: LuceneSupportTest.fullTextSearch,
-    SecurityProviderRegistrationTest.testSecurityConfigurations2
-    [OAK-5528] - leaseUpdateThread might be blocked by
-    leaseUpdateCheck
-    [OAK-5705] - Negative cost calculation for native Solr query
-    [OAK-5876] - SplitDocumentCleanup should implement Closeable
-    [OAK-5930] - incorrect test assumption in CacheConsistencyTestBase
-    wrt batching
-    [OAK-5943] - oak-examples/standalone using Spring fwk version
-    referencing vulnerable version of commons-collections
-    [OAK-5992] - Lucene command does not work in 1.4 branch
+    [OAK-4390] - DocumentStoreStatsIT.update fails when RDB's append
+    mode is disabled
+    [OAK-5612] - Test failure:
+    org.apache.jackrabbit.oak.run.osgi.DocumentNodeStoreConfigTest.testRDBDocumentStoreRestart
+    [OAK-5651] - java.lang.IllegalStateException logged when migrating
+    Segment to Document
+    [OAK-5920] - Checkpoint migration will fail if the
+    MissingBlobStore is used
+    [OAK-5993] - Utils.isIdFromLongPath() may throw
+    StringIndexOutOfBoundsException
+    [OAK-6057] - incorrect system property check in blob/upgrade tests
+    [OAK-6086] - Incorrect usage of RDBDocumentStore.unwrap()
+    [OAK-6229] - NPE when running datastorecheck command with S3
+    [OAK-6233] - Typed properties not handled properly in the
+    initialization of DataStore in oak-run
+    [OAK-6266] - SolrQueryIndexProviderService should always have
+    NodeAggregator
 
 Improvement
 
-    [OAK-4859] - Warn if lease update is invoked with large delay
+    [OAK-4771] - Clarify exceptions in DocumentStore
+    [OAK-4863] - Reduce query batch size for deleted documents
+    [OAK-5666] - oak-upgrade should validate the paths
+    [OAK-5886] - Confusing log message from lease update
+    [OAK-6003] - Allow to migrate checkpoints for all type of
+    sidegrades
+    [OAK-6131] - No need to rebuild the counter/uuid index anymore
+    [OAK-6223] - Expose socket keep-alive option
 
-Task
+New Feature
 
-    [OAK-4774] - Check usage of DocumentStoreException in
-    MongoDocumentStore
-    [OAK-5432] - update html unit test dependency
+    [OAK-5741] - DocumentStore UpdateOp: support removal of properties
 
-Test
+Task
 
-    [OAK-4802] - Basic cache consistency test on exception
+    [OAK-5945] - update h2db dependency
+    [OAK-5997] - Update Oak 1.2 and 1.4 to Jackrabbit 2.12.7
+    [OAK-6159] - BlobReferenceIterator: improve test coverage for RDB
 
 In addition to the above-mentioned changes, this release contains
 all changes included up to the Apache Jackrabbit Oak 1.4.x release.