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 re...@apache.org on 2019/01/08 09:07:21 UTC

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

Author: reschke
Date: Tue Jan  8 09:07:20 2019
New Revision: 1850719

URL: http://svn.apache.org/viewvc?rev=1850719&view=rev
Log:
OAK-7973: Release Oak 1.4.24 - Candidate 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=1850719&r1=1850718&r2=1850719&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt Tue Jan  8 09:07:20 2019
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.4.23
+Release Notes -- Apache Jackrabbit Oak -- Version 1.4.24
 
 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.
 
-Jackrabbit Oak 1.4.23 is a patch release that contains fixes and
+Jackrabbit Oak 1.4.24 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.
 
@@ -15,39 +15,25 @@ The Oak effort is a part of the Apache J
 Apache Jackrabbit is a project of the Apache Software Foundation.
 
 
-Changes in Oak 1.4.23
+Changes in Oak 1.4.24
 ---------------------
 
-Technical task
-
-    [OAK-7359] - Update to MongoDB Java driver 3.6
-
 Bug
 
-    [OAK-5458] - Test failure: RepositoryBootIT.repositoryLogin
-    [OAK-5750] - Test failure: PojoSR run.osgi.SecurityProviderRegistrationTest
-    [OAK-6869] - oak-http and oak-remote use potentially vulnerable versions of com.fasterxml.jackson
-    [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-7594] - datastorecheck command in oak-run for S3 needs jackson-annotations dependency
-    [OAK-7707] - DocumentNodeStoreServiceTest always connects to localhost
-    [OAK-7713] - Test failure: SecurityProviderRegistrationTest.testRequiredUserAuthenticationFactoryNotAvailable()
+    [OAK-6895] - Suggest directory lookup (query) isn't closed
+    [OAK-6972] - DefaultIndexReader closes suggest directory multiple times
+    [OAK-7630] - Suggest directory update doesn't close AnalyzingInfixSuggester after building
+    [OAK-7935] - RDB*Store: createOrUpdate may fail on stale cache when document was removed on different instance
 
 Improvement
 
-    [OAK-7706] - Update to MongoDB Java driver 3.6.4
+    [OAK-7854] - Add liveliness monitoring for FileStore background operations
+    [OAK-7925] - OakUpgrade for RDBMK: user name and password must match
 
 Task
 
-    [OAK-7255] - Upgrade jackson dependencies to version 2.9.4
-    [OAK-7422] - Update jackson dependencies to 2.9.5
-    [OAK-7435] - Run travis build on MongoDB 3.6
-    [OAK-7536] - Update aws java sdk version to 1.11.330
-    [OAK-7596] - define jackson version globally
-    [OAK-7609] - Update jackson dependencies to 2.9.6
-    [OAK-7611] - Disable org.apache.jackrabbit.oak.plugins.segment.standby.ExternalPrivateStoreIT.testProxyFlippedIntermediateByte(Change)2
-    [OAK-7677] - Announcement mail template lacks line feeds in front of release notes    
+    [OAK-7868] - Update Oak 1.4 and 1.2 to Jackrabbit 2.12.10
+
     
 In addition to the above-mentioned changes, this release contains
 all changes included up to the Apache Jackrabbit Oak 1.4.x release.