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/26 13:16:13 UTC

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

Author: davide
Date: Wed Sep 26 13:16:13 2018
New Revision: 1842020

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

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=1842020&r1=1842019&r2=1842020&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt Wed Sep 26 13:16:13 2018
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.4.22
+Release Notes -- Apache Jackrabbit Oak -- Version 1.4.23
 
 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.22 is a patch release that contains fixes and
+Jackrabbit Oak 1.4.23 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,29 +15,39 @@ 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.22
+Changes in Oak 1.4.23
 ---------------------
 
 Technical task
-    [OAK-6716] - RDB*Store: update DB2 JDBC dependency to 4.19.66
-    [OAK-7441] - RDB*Store: update DB2 JDBC dependency to 4.19.72
-    [OAK-7446] - RDB*Store: update SQLServer JDBC dependency to 6.4.0.jre*
-    [OAK-7453] - oak-core/oak-store-document: fix broken line ends in repo
-    [OAK-7454] - oak-lucene: fix broken line ends in repo
-    
+
+    [OAK-7359] - Update to MongoDB Java driver 3.6
+
 Bug
-    [OAK-6294] - The "missing" node cache value breaks the DocumentNodeStore#applyChanges
-    [OAK-7490] - oak-run console lc rmdata command uses second parameter for index path (and defaults to /oak:index/lucene)
-    
+
+    [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()
+
 Improvement
-    [OAK-7437] - SimpleExcerptProvider highlighting should be case insensitive
-    
+
+    [OAK-7706] - Update to MongoDB Java driver 3.6.4
+
 Task
-    [OAK-6532] - Minimise usage of junit-addons
-    [OAK-7240] - create announcement mail template for releases
-    [OAK-7452] - fix broken line ends in repo
-    [OAK-7477] - Update Oak 1.4 to Jackrabbit 2.12.9
-    
+
+    [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    
     
 In addition to the above-mentioned changes, this release contains
 all changes included up to the Apache Jackrabbit Oak 1.4.x release.