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/08/28 12:18:48 UTC

svn commit: r1839434 - /jackrabbit/oak/trunk/RELEASE-NOTES.txt

Author: davide
Date: Tue Aug 28 12:18:48 2018
New Revision: 1839434

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

release notes


Modified:
    jackrabbit/oak/trunk/RELEASE-NOTES.txt

Modified: jackrabbit/oak/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/RELEASE-NOTES.txt?rev=1839434&r1=1839433&r2=1839434&view=diff
==============================================================================
--- jackrabbit/oak/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/trunk/RELEASE-NOTES.txt Tue Aug 28 12:18:48 2018
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.9.7
+Release Notes -- Apache Jackrabbit Oak -- Version 1.9.8
 
 Introduction
 ------------
@@ -7,7 +7,7 @@ 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.9.7 is an unstable release cut directly from
+Apache Jackrabbit Oak 1.9.8 is an unstable release cut directly from
 Jackrabbit Oak trunk, with a focus on new features and other
 improvements. For production use we recommend the latest stable 1.8.x
 release.
@@ -15,105 +15,34 @@ release.
 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.9.7
+Changes in Oak 1.9.8
 --------------------
 
-Sub-task
-
-    [OAK-7654] - Remove usage of deprecated MongoDB Java driver 2.x
-    API
-    [OAK-7655] - Replace fongo dependency with custom test wrapper
-
 Technical task
 
-    [OAK-6770] - Convert oak-segment-tar to OSGi R6 annotations
-    [OAK-7603] - [DirectBinaryAccess][DISCUSS] Oak API extensions
-    [OAK-7662] - Allow MarkSweepGarbageCollector to retain output
-    files
-    [OAK-7663] - Make oak-run LoggingInitializer generic
-    [OAK-7664] - Add a get method to ClusterRepositoryInfo for read
-    only cases
-    [OAK-7665] - Add a datastore read-write option to BlobStoreOptions
-    when NodeStore read only
-    [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-7692] - [DirectBinaryAccess] Upload token HMAC signature must
-    be base64 encoded
-    [OAK-7704] - RDB*Store: log message after failed DB upgrade too
-    verbose
+    [OAK-7693] - [DirectBinaryAccess] Documentation
 
 Bug
 
-    [OAK-7652] - Node.getMixinNodeTypes can revive deleted node mixins
-    (again)
-    [OAK-7686] - Partial migration doesn't update Lucene indexing data
-    [OAK-7687] - :async node is being removed during the partial
-    migration
-    [OAK-7694] - Oak.OakDefaultComponents.INSTANCE is mutable
-
-Epic
-
-    [OAK-7190] - Oak should compile & test on Java 10
+    [OAK-7707] - DocumentNodeStoreServiceTest always connects to
+    localhost
+    [OAK-7712] - Configuration property names to manage direct binary
+    access should be consistent
+    [OAK-7713] - Test failure:
+    SecurityProviderRegistrationTest.testRequiredUserAuthenticationFactoryNotAvailable()
+    [OAK-7715] - Fix logging for datastore command
 
 New Feature
 
-    [OAK-7623] - SegmentNodeStore - sidegrade support between
-    TarPersistence and AzurePersistence
-    [OAK-7649] - oak-run command to execute datastore garbage
-    collection
+    [OAK-7569] - Direct Binary Access
 
 Improvement
 
-    [OAK-7246] - Improve cleanup of locally copied index files
-    [OAK-7367] - Unify mockito versions and update to latest
-    [OAK-7459] - oak-run compact should support Azure Segment Store
-    [OAK-7640] - Prevent commits in the past
-    [OAK-7647] - Replace usage of deprecated junit.framework.Assert
-    [OAK-7672] - Introduce oak-run segment-copy for moving around
-    segments in different storages
-    [OAK-7688] - Replace usage of static ValueFactoryImpl methods
-    [OAK-7699] - Active blob deletion fails on composite setups
-    (follow up of OAK-7610)
-
-Test
-
-    [OAK-7646] - UploadStagingCacheTest#testConcurrentSameAddRequest
-    fails intermittently
+    [OAK-7706] - Update to MongoDB Java driver 3.6.4
 
 Task
 
-    [OAK-7511] - get rid of JSR 305 dependency - use jetbrains
-    nullability annotations instead
-    [OAK-7577] - Update maven plugins from org.apache.maven.plugins
-    [OAK-7581] - oak-examples: remove special case for failsafe plugin
-    [OAK-7607] - Update 7.0.* Tomcat dependencies once 7.0.90 is
-    released
-    [OAK-7644] - Remove strategy to optimize secondary reads
-    [OAK-7650] - upgrade to mockito version compatible with java 11
-    [OAK-7651] - oak-solr-core test failures with java 11
-    [OAK-7667] - Update Oak 1.8 to Jackrabbit 2.16.3
-    [OAK-7674] - Allow to specify the connection string for
-    AzureBlobStore
-    [OAK-7675] - oak-pojosr: replace mockito-all by mockito-core
-    [OAK-7677] - Announcement mail template lacks line feeds in front
-    of release notes
-    [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-7681] - enable baseline check for oak-search-mt
-    [OAK-7682] - fix comparisonVersion for baseline check
-    [OAK-7685] - Update easymock dependency to 3.6
-    [OAK-7689] - Update maven plugins from org.apache.maven.plugins
-
-Documentation
-
-    [OAK-5923] - Document S3 datastore
-    [OAK-7705] - Document the requirement to reset repository id for
-    cloned systems
+    [OAK-7656] - Update Oak trunk to Jackrabbit 2.17.5
 
 In addition to the above-mentioned changes, this release contains
 all changes included up to the Apache Jackrabbit Oak 1.7.x release.