You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by da...@apache.org on 2016/09/09 08:46:49 UTC

svn commit: r15278 - in /dev/jackrabbit/oak/1.4.7: ./ RELEASE-NOTES.txt jackrabbit-oak-1.4.7-src.zip jackrabbit-oak-1.4.7-src.zip.asc jackrabbit-oak-1.4.7-src.zip.md5 jackrabbit-oak-1.4.7-src.zip.sha

Author: davide
Date: Fri Sep  9 08:46:49 2016
New Revision: 15278

Log:
Apache Jackrabbit Oak 1.4.7 RC


Added:
    dev/jackrabbit/oak/1.4.7/
    dev/jackrabbit/oak/1.4.7/RELEASE-NOTES.txt
    dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip   (with props)
    dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip.asc
    dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip.md5
    dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip.sha

Added: dev/jackrabbit/oak/1.4.7/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.4.7/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.4.7/RELEASE-NOTES.txt Fri Sep  9 08:46:49 2016
@@ -0,0 +1,137 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 1.4.7
+
+Introduction
+------------
+
+Jackrabbit Oak is a scalable, high-performance hierarchical content
+repository designed for use as the foundation of modern world-class
+web sites and other demanding content applications.
+
+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.7
+---------------------
+
+Bug
+
+    [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-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.
+
+For more detailed information about all the changes in this and other
+Oak releases, please see the Oak issue tracker at
+
+  https://issues.apache.org/jira/browse/OAK
+
+Release Contents
+----------------
+
+This release consists of a single source archive packaged as a zip file.
+The archive can be unpacked with the jar tool from your JDK installation.
+See the README.md file for instructions on how to build this release.
+
+The source archive is accompanied by SHA1 and MD5 checksums and a PGP
+signature that you can use to verify the authenticity of your download.
+The public key used for the PGP signature can be found at
+http://www.apache.org/dist/jackrabbit/KEYS.
+
+About Apache Jackrabbit Oak
+---------------------------
+
+Jackrabbit Oak is a scalable, high-performance hierarchical content
+repository designed for use as the foundation of modern world-class
+web sites and other demanding content applications.
+
+The Oak effort is a part of the Apache Jackrabbit project. 
+Apache Jackrabbit is a project of the Apache Software Foundation.
+
+For more information, visit http://jackrabbit.apache.org/oak
+
+About The Apache Software Foundation
+------------------------------------
+
+Established in 1999, The Apache Software Foundation provides organizational,
+legal, and financial support for more than 140 freely-available,
+collaboratively-developed Open Source projects. The pragmatic Apache License
+enables individual and commercial users to easily deploy Apache software;
+the Foundation's intellectual property framework limits the legal exposure
+of its 3,800+ contributors.
+
+For more information, visit http://www.apache.org/

Added: dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip.asc Fri Sep  9 08:46:49 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG/MacGPG2 v2
+
+iEYEABECAAYFAlfSdmkACgkQxtglw1pRrJ32+wCeIH44keNbaOKoYq9ZpyxiDASD
+aBQAniiffsDY/2/UtJnZ3PkQ1ba82DTD
+=1kDe
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip.md5
==============================================================================
--- dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip.md5 (added)
+++ dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip.md5 Fri Sep  9 08:46:49 2016
@@ -0,0 +1 @@
+de4baadab1febbed36d0ad8986d892d6

Added: dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip.sha
==============================================================================
--- dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip.sha (added)
+++ dev/jackrabbit/oak/1.4.7/jackrabbit-oak-1.4.7-src.zip.sha Fri Sep  9 08:46:49 2016
@@ -0,0 +1 @@
+0c019fc23a3f01ad01467e2e69351f5fa5e95beb