Author: baedke
Date: Mon Aug 14 15:16:11 2017
New Revision: 1805008

URL: http://svn.apache.org/viewvc?rev=1805008&view=rev
Log:
Apache Jackrabbit Oak 1.0.39 release notes

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

Modified: jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt?rev=1805008&r1=1805007&r2=1805008&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.0/RELEASE-NOTES.txt Mon Aug 14 15:16:11 2017
@@ -1,5 +1,5 @@
 
-Release Notes -- Apache Jackrabbit Oak -- Version 1.0.38
+Release Notes -- Apache Jackrabbit Oak -- Version 1.0.39
 
 Introduction
 ------------
@@ -8,43 +8,48 @@ 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.0.38 is a patch release that contains fixes and
+Apache Jackrabbit Oak 1.0.39 is a patch release that contains fixes and
 improvements over Oak 1.0. Jackrabbit Oak 1.0.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.0.38
+
+Changes in Oak 1.0.39
 ---------------------
 
 Technical task
 
-    [OAK-4793] - Check usage of DocumentStoreException in RDBDocumentStore
-    [OAK-5627] - RDBDocumentStore: improve long query logging
-    [OAK-5751] - RDBDocumentStore: properly handle null values for system 
properties
-    [OAK-5852] - RDB*Store: update Tomcat JDBC pool dependency to 7.0.75
+    [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-5240] - Test failure: IndexSanityCheckerTest.sizeMismatch()
-    [OAK-5485] - Test failure: LdapDefaultLoginModuleTest address already in 
use
-    [OAK-5542] - Test failure: security.authentication.ldap.LdapProviderTest 
(Address already in use)
-    [OAK-5624] - Test failure: 
org.apache.jackrabbit.oak.cache.ConcurrentTest.testLoaderBlock
-    [OAK-5773] - BlobCache does not implement Closeable
-    [OAK-5783] - Test failure: 
security.authentication.ldap.LdapProviderTest.testSplitDNIntermediatePath2
-    [OAK-5876] - SplitDocumentCleanup should implement Closeable
-    [OAK-5930] - incorrect test assumption in CacheConsistencyTestBase wrt 
batching
+    [OAK-4148] - RAT plugin complains about derby files
+    [OAK-4684] - RepositorySidegrade should also run commit hooks as they are 
run in upgrade
+    [OAK-5579] - Test failure: ExternalPrivateStoreIT
+    [OAK-5993] - Utils.isIdFromLongPath() may throw 
StringIndexOutOfBoundsException
+    [OAK-6086] - Incorrect usage of RDBDocumentStore.unwrap()
+    [OAK-6391] - With FastQuerySize, getSize() returns -1 if there are exactly 
21 rows
 
-Task
+    
+Improvement
 
-    [OAK-4774] - Check usage of DocumentStoreException in MongoDocumentStore
-    [OAK-5701] - Update Oak 1.0 to Jackrabbit 2.8.5
+    [OAK-4136] - release profile in maven
+    [OAK-6351] - Invalidate cache entries when getChildNodes() is aborted
 
-Test
+    
+Task
 
-    [OAK-4802] - Basic cache consistency test on exception
+    [OAK-6132] - Backport oak-upgrade to 1.0 and 1.2
+    [OAK-6159] - BlobReferenceIterator: improve test coverage for RDB
 
 
 In addition to the above-mentioned changes, this release contains


Reply via email to