You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by al...@apache.org on 2014/01/07 10:54:36 UTC

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

Author: alexparvulescu
Date: Tue Jan  7 09:54:33 2014
New Revision: 4058

Log:
Apache Jackrabbit Oak 0.14 release candidate

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

Added: dev/jackrabbit/oak/0.14/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/0.14/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/0.14/RELEASE-NOTES.txt Tue Jan  7 09:54:33 2014
@@ -0,0 +1,113 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 0.14
+
+Introduction
+------------
+
+Jackrabbit Oak is an effort to implement a scalable and performant
+hierarchical content repository 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.
+
+Jackrabbit Oak 0.14 is to alpha-level software. Use at your own risk.
+
+Changes in Oak 0.14
+-------------------
+
+New Features
+
+  [OAK-1080] MongoMK: improved concurrency
+  [OAK-1133] Observation listener PLUS
+
+Improvements
+
+  [OAK-41] Initial repository setup
+  [OAK-652] ItemImpl.checkProtected() is too slow
+  [OAK-803] Backwards compatibility of long-lived sessions
+  [OAK-857] MongoMK: support for many child nodes
+  [OAK-884] Add simple randomized test
+  [OAK-1120] Enhance observation mechanism to support Apache Sling
+  [OAK-1138] Implement global per principal permission entry cache
+  [OAK-1209] Consolidate Mongo client connection creation logic in MongoMK
+  [OAK-1232] Improve implementation of Tree.get(Property)Status
+  [OAK-1237] RTC: Move org.apache.jackrabbit.oak.api.AbstractPropertyState out of api package
+  [OAK-1277] PathUtils assertion failed error should also include invalid path
+  [OAK-1282] Clean up RepositoryStub classes
+  [OAK-1290] ObservationManager#removeEventListener prone to deadlocks
+  [OAK-1294] Avoid purging transient changes when rebasing branches
+  [OAK-1296] Use TypePredicate instead of NodeType.isNodeType() for NodeState type checks
+  [OAK-1298] Improve MoveDetector to also include moves from transient locations
+  [OAK-1305] Use non-orderable child nodes in FlatTreeWithAceForSamePrincipalTest
+  [OAK-1163] Observation events should respect permissions
+
+Bugs
+
+  [OAK-101] implement identifier handling (byUUID, byIdentifier, etc)
+  [OAK-270] Enforce uniqueness of jcr:uuid
+  [OAK-552] AssertionError in MicroKernel.commit()
+  [OAK-783] Reflect Move and Rename upon Root#commit
+  [OAK-1009] Use identifier for jcr:frozenUuid when node is not referenceable
+  [OAK-1118] Removing and readding mix:versionable fails if node is referenceable
+  [OAK-1186] Parallel execution of ConcurrentReadAccessControlledTreeTest fails with MongoMK
+  [OAK-1244] Always create new UUID on ImportBehavior.IMPORT_UUID_CREATE_NEW
+  [OAK-1254] Parallel execution of SimpleSearchTest fails with MongoMK
+  [OAK-1271] incorrect assumptions in DocumentSplitTest
+  [OAK-1272] Remove and create of same versionable node is seen as a change in uuid
+  [OAK-1274] Wrong comparison for old Revisions
+  [OAK-1276] MongoDocumentStore sometimes returns NodeDocument.NULL instead of null document
+  [OAK-1280] MongoDocumentStore does not sort result
+  [OAK-1281] Incorrect path sorting in background write
+  [OAK-1284] Root.commit(String, CommitHook) : CommitHook is not part of oak-api
+  [OAK-1287] java.lang.IllegalArgumentException when running FlatTreeWithAceForSamePrincipalTest
+  [OAK-1288] NPE when running SmallFileReadTest on mongo
+  [OAK-1289] Range check fails with IllegalArgumentException
+  [OAK-1293] MongoNodeBuilder does not track base state properly
+  [OAK-1297] MoveDetector does not detect moved nodes that have been moved in an earlier commit already
+  [OAK-1299] Removing user from group also invalidates other members memberships
+  [OAK-1300] Removing a reference from a mv property destroys the reverse lookup from the remaining
+  [OAK-1302] PathUtils.elements returns stale iterator on subsequent calls to iterator()
+
+In addition to the above-mentioned changes, this release contains
+all the changes included up to the Apache Jackrabbit Oak 0.13 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
+https://svn.apache.org/repos/asf/jackrabbit/dist/KEYS.
+
+About Apache Jackrabbit Oak
+---------------------------
+
+Oak is an effort implement a scalable and performant hierarchical content 
+repository 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 100 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 2,500+ contributors.
+
+For more information, visit http://www.apache.org/

Propchange: dev/jackrabbit/oak/0.14/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: dev/jackrabbit/oak/0.14/jackrabbit-oak-0.14-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/0.14/jackrabbit-oak-0.14-src.zip.asc (added)
+++ dev/jackrabbit/oak/0.14/jackrabbit-oak-0.14-src.zip.asc Tue Jan  7 09:54:33 2014
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJSy82aAAoJEHnCEeCu/KcudrQP/369SvVLBYmCCO/J9aL1q3VW
+I5Hcdh0wyAtIfa1b9H1OBPcgquvmP9XvPW3Nji/snSMI8ZyIoh6Tf+N6cXutybOx
+aZB0/M67wL3PEh0z6snMR6V+Cp+om5ehCgrxTnSUU/EFrvtQVH+YmYbyp7p4c8xA
+rJZowrpChQY2XLt+l95pCA4k9Rjdi3MjOcNkOk+97g1iq4B1PoDTQ6l8eh/An03S
+sPqOU5kE2sUKa+zYz2nf1iT3pzLvbGBbxSoe5Ym3f73HmglW5rA06h/wIE6BS100
+5aDYGaJn6f7knCBz7c6rWUKQA+R8UqxSVPPy63KQZGrlUXwUb2FjeyqP/1ymQsM4
+oA4sEl5upW5Cuhmkjjjgf6VaVDnFfXQq6j7zi8G9DCTGXIY7TyhpQKQUB+msTufr
+OQwyLwc2nMTlr3w/kkxuJ0BrG19HZmmMH6PvuwthH6QXPt7/wzlBMn2QKjgneDgJ
+bZLM/qn8MdAAnvU432QvHSMBd6CAKnNIJSlNiZgg0vGpuQtYdrXymTi3KYIlhzdM
+n89nDN+CCm7AoObCpPjeZgho1bJKvyE8lKYZ+2HH14nLP06m0tkjDZ50oE+zFdwq
+rqDySPHwyTiBueai0Qu22MCNLZpuuNUyVm6iF49wddhJHlA8C1HjyPCo7CO3K0/Y
+OQixxi2YblrR0r+QSFge
+=VlwK
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/0.14/jackrabbit-oak-0.14-src.zip.md5
==============================================================================
--- dev/jackrabbit/oak/0.14/jackrabbit-oak-0.14-src.zip.md5 (added)
+++ dev/jackrabbit/oak/0.14/jackrabbit-oak-0.14-src.zip.md5 Tue Jan  7 09:54:33 2014
@@ -0,0 +1 @@
+fb98f3b8c5311649061eb6c04a2d59d9

Added: dev/jackrabbit/oak/0.14/jackrabbit-oak-0.14-src.zip.sha
==============================================================================
--- dev/jackrabbit/oak/0.14/jackrabbit-oak-0.14-src.zip.sha (added)
+++ dev/jackrabbit/oak/0.14/jackrabbit-oak-0.14-src.zip.sha Tue Jan  7 09:54:33 2014
@@ -0,0 +1 @@
+b61eff052820eb86bca2b426b5064fe081ef613c