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 2018/09/25 09:54:14 UTC

svn commit: r1841912 - /jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt

Author: davide
Date: Tue Sep 25 09:54:14 2018
New Revision: 1841912

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

release notes


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

Modified: jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt?rev=1841912&r1=1841911&r2=1841912&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt Tue Sep 25 09:54:14 2018
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.8.7
+Release Notes -- Apache Jackrabbit Oak -- Version 1.8.8
 
 Introduction
 ------------
@@ -7,52 +7,59 @@ 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.8.7 is a patch release that contains fixes and
+Jackrabbit Oak 1.8.8 is a patch release that contains fixes and
 improvements over Oak 1.8. Jackrabbit Oak 1.8.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.8.7
+Changes in Oak 1.8.8
 ---------------------
 
 Technical task
 
-    [OAK-7359] - Update to MongoDB Java driver 3.6
-    [OAK-7625] - remove @Nonnegative annotation in NodeDocumentCache
-    [OAK-7632] - remove JSR 305 annotations in Groovy code
+    [OAK-7472] - tests should pass with locking disabled
+    [OAK-7587] - RDB*Store: update mysql driver reference to 8.0.11
+    [OAK-7590] - RDB*Store: update Tomcat JDBC pool dependency to 8.5.32
+    [OAK-7670] - RDB*Store: update postgresql JDBC driver reference to 42.2.4
+    [OAK-7673] - RDB*Store: update mysql driver reference to 8.0.12
+    [OAK-7690] - RDB*Store: update SQLServer JDBC dependency to 7.0.0.jre*
+    [OAK-7704] - RDB*Store: log message after failed DB upgrade too verbose
 
 Bug
 
-    [OAK-7389] - Mongo/FileBlobStore does not update timestamp for
-    already existing blobs
-    [OAK-7428] - LdapIdentityProvider doesn't support creating
-    external ids from the uid attribute
-    [OAK-7447] - Sporadic test failures when connection is closed
-    twice
-    [OAK-7540] - Unique property index update fails in composite
-    NodeStore setup
-    [OAK-7686] - Partial migration doesn't update Lucene indexing data
-    [OAK-7687] - :async node is being removed during the partial
-    migration
-    [OAK-7707] - DocumentNodeStoreServiceTest always connects to
-    localhost
-    [OAK-7713] - Test failure:
-    SecurityProviderRegistrationTest.testRequiredUserAuthenticationFactoryNotAvailable()
+    [OAK-7588] - Build failure: unapproved license
+    [OAK-7721] - Records of specific size bring SegmentBufferWriter#flush to fail
+
+New Feature
+
+    [OAK-7575] - Make it possible to index and search over similar feature vectors
 
 Improvement
 
-    [OAK-7706] - Update to MongoDB Java driver 3.6.4
+    [OAK-7367] - Unify mockito versions and update to latest
+    [OAK-7720] - Log hex dump of too big segments
+
+Test
+
+    [OAK-6517] - ActiveDeletedBlobCollectionIT.simpleAsyncIndexUpdateBasedBlobCollection failing intermittently
 
 Task
 
-    [OAK-7435] - Run travis build on MongoDB 3.6
-    [OAK-7512] - RestoreTest.testRestoreNameJcr2 occasionally failing
-    [OAK-7607] - Update 7.0.* Tomcat dependencies once 7.0.90 is
-    released
-    [OAK-7677] - Announcement mail template lacks line feeds in front
-    of release notes
+    [OAK-7578] - Update spotbugs plugin to 3.1.5
+    [OAK-7579] - remove obsolete findbugs reference from reactor pom
+    [OAK-7581] - oak-examples: remove special case for failsafe plugin
+    [OAK-7583] - oak-examples/webapp: update jetty-maven-plugin dependency
+    [OAK-7585] - oak-examples/standalone: update spring boot version
+    [OAK-7622] - Update httpcomponent dependencies to 4.4.10/4.5.6 (and declare the versions globally)
+    [OAK-7624] - Add "org.apache.jackrabbit.oak.plugins.document.spi" to package export filter
+    [OAK-7641] - various internal APIs missing in package export filter
+    [OAK-7653] - upgrade to Jacoco version compatible with Java 11
+    [OAK-7675] - oak-pojosr: replace mockito-all by mockito-core
+    [OAK-7678] - Update to default mockito version (defined in oak-parent)
+    [OAK-7679] - oak-core: update Mockito version and fix test case to be compatible with it
+    [OAK-7685] - Update easymock dependency to 3.6
 
 In addition to the above-mentioned changes, this release contains
 all changes included up to the Apache Jackrabbit Oak 1.8.x release.