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 2016/09/09 08:26:08 UTC

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

Author: davide
Date: Fri Sep  9 08:26:08 2016
New Revision: 1759950

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

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=1759950&r1=1759949&r2=1759950&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt Fri Sep  9 08:26:08 2016
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.4.6
+Release Notes -- Apache Jackrabbit Oak -- Version 1.4.7
 
 Introduction
 ------------
@@ -7,62 +7,90 @@ 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.6 is a patch release that contains fixes and
+Jackrabbit Oak 1.4.7 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.
 
 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.4.6
+Changes in Oak 1.4.7
 ---------------------
 
-Technical task
-
-    [OAK-4477] - RDBDatasourceFactory should use pool config similar
-    to sling datasource defaults
-    [OAK-4554] - RDBBlobStoreTest should use RDBDatasourceWrapper
-    [OAK-4557] - RDBPreparedStatementWrapper: do not hide
-    implementation bugs
-    [OAK-4559] - RDB*Store: failures with Tomcat JDBC pool's
-    StatementCache interceptor
-    [OAK-4562] - BasicDocumentStore max id test might return
-    misleading results
-    [OAK-4629] - Make it possible to override blob accessing methods
-    in DataStoreBlobStore
-
 Bug
 
-    [OAK-4345] - Bulk update constructs malformed query
-    [OAK-4503] - Update count increases with rebase
-    [OAK-4527] - [oak-blob-cloud] Access parameters configured leak
-    out in the exception message
-    [OAK-4565] - S3Backend fails to upload large metadata records
-    [OAK-4588] - Upgrade from JCR2 with S3DataStore doesn't work
-    [OAK-4599] - SecurityProviderRegistration fails to update config
-    param of SecurityConfiguration(s)
+    [OAK-4153] - segment's compareAgainstBaseState wont call
+    childNodeDeleted when deleting last and adding n nodes
+    [OAK-4219] - ExternalLoginModuleTestBase doesn't remove synced
+    User/Group accounts
+    [OAK-4224] - DefaultSyncContext.sync(ExternalIdentity) should
+    verify IDP
+    [OAK-4231] - DefaultSyncContext creates Value of type String for
+    Binary|Inputstream Object
+    [OAK-4267] - SyncedIdentity for foreign authorizable always has
+    isGroup set to false
+    [OAK-4302] - DefaultSyncContextTest contains duplicate test
+    [OAK-4431] - Index path property should be considered optional for
+    copy on read logic
+    [OAK-4448] - Test failures that rely on expiration time to
+    experience a re-sync.
+    [OAK-4600] - In case of branch commits, nodeChildrenCache gets
+    entries for branch revision without "br" prefix
+    [OAK-4658] - Outer join: name(b) and localname(b) can throw a NPE
+    [OAK-4675] - SNFE thrown while testing FileStore.cleanup() running
+    concurrently with writes
+    [OAK-4676] - Index definition on nt:base with analyzed property
+    incorrectly matches query with different property
+    [OAK-4679] - Backport OAK-4119, OAK-4101, OAK-4087 and OAK-4344
+    [OAK-4682] - ConcurrentModificationException in
+    JournalEntry.TreeNode
+    [OAK-4684] - RepositorySidegrade should also run commit hooks as
+    they are run in upgrade
 
 Improvement
 
-    [OAK-4112] - Replace the query exclusive lock with a cache tracker
-    [OAK-4168] - Replace the massive lock acquire with cache tracker
-    in bulk createOrUpdate()
-    [OAK-4169] - Make the bulk createOrUpdate retry count configurable
-    in Mongo
-    [OAK-4454] - Create consistent API in ExternalSort to write and
-    read escaped line breaks
-    [OAK-4563] - Specify thread pool name which should be used by
-    Async Indexing task
-    [OAK-4569] - Clean-up the oak-upgrade dependencies
-    [OAK-4573] - S3 fetching record leads to multiple calls and
-    background download
-    [OAK-4574] - [BlobGC] Remove adding of paths in file maintained
-    for blob references
-    [OAK-4587] - Don't ignore the cached NULLs in bulk createOrUpdate
-    for Mongo
-    [OAK-4624] - Optionally ignore missing blobs during sidegrade
-    [OAK-4636] - PropertyIndexLookup#getIndexNode should be more
-    tolerant towards property types
+    [OAK-3563] - Improve DefaultSyncContext
+    [OAK-4001] - ExternalLoginModule: Make max sync attempts
+    configurable
+    [OAK-4005] - LdapIdentityProvider.getEntries() is prone to OOME.
+    [OAK-4087] - Replace Sync of configured AutoMembership by Dynamic
+    Principal Generation
+    [OAK-4119] - Improvements Take 1
+    [OAK-4152] - Expose the index path to IndexEditor
+    [OAK-4320] - Use the cache tracker in the RDB Document Store
+    [OAK-4347] - Use the indexPath from hidden property instead of
+    taking this as input as part of index config
+    [OAK-4384] - Benchmarks: add support 'automembership' config
+    option
+    [OAK-4385] - Benchmarks: proper init of
+    ExternalPrincipalConfiguration with dynamicMembership
+    [OAK-4516] - Configurable option to lucene index defs to index
+    original (unanalyzed value as well)
+    [OAK-4585] - Text extraction: runtime status monitoring
+    [OAK-4623] - Log more information when null DocumentNodeState is
+    read for a child while fetching children
+    [OAK-4677] - stop oak-core bundle only transiently on lease
+    failure
+    [OAK-4678] - Backport OAK-4344 and OAK-4005
+
+New Feature
+
+    [OAK-4101] - Consider separate external (group) principal
+    management
+
+Task
+
+    [OAK-3211] - Document External Identity Management
+    [OAK-4364] - Initial Benchmarks for oak-auth-external
+    [OAK-4671] - Update 1.4 to JR 2.12.3
+    [OAK-4743] - Update Oak 1.2 and Oak 1.4 to Jackrabbit 2.12.4
+
+Test
+
+    [OAK-4226] - Improve testing of DefaultSyncContext
+    [OAK-4248] - More tests for the exposed 'basic' package
+    [OAK-4382] - Test failure in
+    ExternalGroupPrincipalProviderTest.testFindPrincipalsByHintTypeGroup
 
 In addition to the above-mentioned changes, this release contains
 all changes included up to the Apache Jackrabbit Oak 1.4.x release.