Return-Path: X-Original-To: apmail-jackrabbit-commits-archive@www.apache.org Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0C56B100BB for ; Wed, 5 Mar 2014 10:31:29 +0000 (UTC) Received: (qmail 29370 invoked by uid 500); 5 Mar 2014 10:31:28 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 29231 invoked by uid 500); 5 Mar 2014 10:31:17 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 29221 invoked by uid 99); 5 Mar 2014 10:31:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2014 10:31:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2014 10:31:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0F45E238883D for ; Wed, 5 Mar 2014 10:30:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r4573 - in /dev/jackrabbit/oak/0.18: ./ RELEASE-NOTES.txt jackrabbit-oak-0.18-src.zip jackrabbit-oak-0.18-src.zip.asc jackrabbit-oak-0.18-src.zip.md5 jackrabbit-oak-0.18-src.zip.sha Date: Wed, 05 Mar 2014 10:30:49 -0000 To: commits@jackrabbit.apache.org From: alexparvulescu@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140305103050.0F45E238883D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: alexparvulescu Date: Wed Mar 5 10:30:49 2014 New Revision: 4573 Log: Apache Jackrabbit Oak 0.18 release candidate Added: dev/jackrabbit/oak/0.18/ dev/jackrabbit/oak/0.18/RELEASE-NOTES.txt (with props) dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip (with props) dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip.asc dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip.md5 dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip.sha Added: dev/jackrabbit/oak/0.18/RELEASE-NOTES.txt ============================================================================== --- dev/jackrabbit/oak/0.18/RELEASE-NOTES.txt (added) +++ dev/jackrabbit/oak/0.18/RELEASE-NOTES.txt Wed Mar 5 10:30:49 2014 @@ -0,0 +1,109 @@ +Release Notes -- Apache Jackrabbit Oak -- Version 0.18 + +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.18 is to alpha-level software. Use at your own risk. + +Changes in Oak 0.18 +------------------- + +New Features + + [OAK-180] More real world benchmarks + [OAK-527] Implement Permission evaluation + [OAK-1325] Support native pass-through queries (e.g. Lucene) + [OAK-1391] Use an existing data store during migration + [OAK-1397] VersionHistory#removeVersion + +Improvements + + [OAK-942] Permissions: Document changes wrt Jackrabbit + [OAK-1204] Analyze behaviour while running Oak cluster on Mongo + [OAK-1240] RTC: move classes in org.apache.jackrabbit.oak.util to org.apache.jackrabbit.oak.commons + [OAK-1265] Add some more tests for o.a.j.o.security.authorization.evaluation.TreeTest + [OAK-1286] Enable/expose MoreLikeThis queries + [OAK-1399] Drop TODO.java again from the oak utils + [OAK-1427] Improve DocumentNodeStore scalability + [OAK-1439] LDAP: SSL/TLS support + [OAK-1459] Many extra events are dispatched from a move event + [OAK-1461] Merge DocumentNodeState with Node + [OAK-1474] ConfigurationBase must not use 'componentAbstract' + [OAK-1481] clarify DS.find caching behavior + [OAK-1492] Make the SolrQueryIndex catch all field configurable + [OAK-1493] Export OSGi headers for o.a.j.o.plugins.segment and segment.http + [OAK-1495] Unify Root.commit(String) and Root.commit(Map) + [OAK-1498] SolrQueryIndex shouldn't be provided if Solr cannot be reached + +Bugs + + [OAK-1211] Add GetPoliciesTest + [OAK-1260] Using multiple cluster nodes can corrupt the data + [OAK-1406] Background operations block writes + [OAK-1460] :childOrder out of sync when node is made orderable concurrently + [OAK-1464] FileStoreBackup NPE in retrieving old state + [OAK-1466] Document _modCount not monotonic increasing + [OAK-1467] Commit.rollback() may remove changes from other commit + [OAK-1468] DocumentNodeStore.readChildDocs can return null entries, leading to NPE + [OAK-1469] Non-provided FindBugs dependency + [OAK-1470] Incorrect property type for jcr:versionHistory after restore + [OAK-1473] RepositoryUpgrade creates incorrect SNS names for property and child node definitions + [OAK-1477] ObservationRefreshTest very slow for DOCUMENT_JDBC fixture + [OAK-1479] Failing test for MergeSortedIterators + [OAK-1480] Wrong default value for group-paths in GroupEditor + [OAK-1482] ConcurrentModificationException in FileStore + [OAK-1483] Data Stores not initialized through the MongoDocumentStoreService + [OAK-1486] BackgroundObserverTest occasionally failing + [OAK-1487] LuceneIndex support for relative properties + [OAK-1490] Multiple primary types cause ParseException in SolrQueryIndex + +In addition to the above-mentioned changes, this release contains +all the changes included up to the Apache Jackrabbit Oak 0.17.1 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.18/RELEASE-NOTES.txt ------------------------------------------------------------------------------ svn:eol-style = native Added: dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip ============================================================================== Binary file - no diff available. Propchange: dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip.asc ============================================================================== --- dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip.asc (added) +++ dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip.asc Wed Mar 5 10:30:49 2014 @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iQIcBAABAgAGBQJTFvxAAAoJEHnCEeCu/Kcu4t8P/1ikI401L6Ty6XtNk0W62Tdp +vTk7kUVTvhjUZw11uS+/YcnKmF1/pi/wmPjxrLtgEuideQdDN0kmwQWGEKWLI4Vg +Ri+qbLXlp0JzBVp4xS564LvkDRkE4jl2IyC1ltT/T0MpoA+bOeB0vz/UKLKc0hod +ZFVFv+FtFgGlyHkSu3Wu18Lgl5ZPIRRHurIQ9GUqZeN/MENfywBuPx+w7n56MD39 +kv1NOxtcZJYlvpT4Dir2aoLhmgkKPPKSI1B8dLa0w49G7rYX8AD7ZfF/qp/dv/zx +SdSpA+IlE0bAD9HMZfeUaEljyG4Gvh7FhdFCGzup3LV33sjBIZlS2rvFnLkXo5iI +Ion49Ce6z3PTXPuCS1Aduw+88R8Rg05908pN9cEjjA2MIM4pgu/OfJa7HH/qWzXa +3uzMj34uQ2zQNpTetWEc7on4CWyUbHTeFbJ5qDEyWVElTTJFTdVfyIG4XO4Veg/K +RwsJX63YdBuBn6settLycgHesAlDdNIBh+SgovjoISloRJXHoPuC/eV1/vmh717y +L/F0My6lkZb066XaHgT/8RYo4Dvqq8GYlc4PYatLLixYfPy60dETImpF6KXHMaE6 +XnRP1I9MN0QBl5Yphi6eOh0wwXeKW1SlKYIZI7zrZmyweQsUdqVBd+JFtd5icEhz +uFiB04BCK3LrgL6Xx0vQ +=aabj +-----END PGP SIGNATURE----- Added: dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip.md5 ============================================================================== --- dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip.md5 (added) +++ dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip.md5 Wed Mar 5 10:30:49 2014 @@ -0,0 +1 @@ +898e19a33e0c109f4dbf3fd65c601cfc Added: dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip.sha ============================================================================== --- dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip.sha (added) +++ dev/jackrabbit/oak/0.18/jackrabbit-oak-0.18-src.zip.sha Wed Mar 5 10:30:49 2014 @@ -0,0 +1 @@ +ce4caf641f222f8092cae1e58a46c272c55b6cf0