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/02/21 13:44:04 UTC

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

Author: alexparvulescu
Date: Fri Feb 21 12:44:03 2014
New Revision: 4455

Log:
Apache Jackrabbit Oak 0.17.1 release candidate

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

Added: dev/jackrabbit/oak/0.17.1/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/0.17.1/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/0.17.1/RELEASE-NOTES.txt Fri Feb 21 12:44:03 2014
@@ -0,0 +1,121 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 0.17.1
+
+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.17.1 is to alpha-level software. Use at your own risk.
+
+Changes in Oak 0.17.1
+---------------------
+
+New Features
+
+  [OAK-907] Query timeout
+  [OAK-1157] DS implementation for S3-based DSs
+  [OAK-1337] Implement RepositoryStatistics from Jackrabbit API
+  [OAK-1338] Implement QueryStat from Jackrabbit API
+  [OAK-1387] Pass CommitInfo to commit hooks, editors and validators
+  [OAK-1395] Automatically cancel long running queries
+  [OAK-1413] Add scalability tests for large operations
+
+Improvements
+
+  [OAK-668] Make cache size / limits configurable
+  [OAK-917] Container: Issues with Workspace#copy and Root#copy
+  [OAK-918] Copying nodes does not create independant version histories
+  [OAK-919] Proper handling of locks present on copied nodes
+  [OAK-920] Proper permission handling upon Workspace#copy
+  [OAK-931] Importer: review usage of write-root and objects obtained from the sessioncontext
+  [OAK-1331] MicroKernel API: clarify semantics of `read` method
+  [OAK-1347] Remove 'members' property index
+  [OAK-1370] Guard against concurrent read access through the same session
+  [OAK-1372] XPath queries with both path and property restrictions are slow
+  [OAK-1392] SegmentBlob.equals() optimization
+  [OAK-1393] Upgrade Jackrabbit dependency to include JCR-3720 and JCR-3723
+  [OAK-1398] Restore and OPV INITIALIZE/CALCULATE
+  [OAK-1400] Move PropertyBuilder from o.a.j.o.util to o.a.j.o.plugins.memory
+  [OAK-1401] Move AbstractLazyIterator to o.a.j.commons.iterator (jackrabbit/jcr-commons)
+  [OAK-1407] Remove oak-sling module
+  [OAK-1412] Make Whiteboard available to LoginModules via Callback
+  [OAK-1419] Improve concurrent merge handling
+  [OAK-1421] Add support for primary type filter to Solr index
+  [OAK-1428] Change Oak-Mongo fixture to DocumentNodeStore
+  [OAK-1430] Let oak-solr-remote have an optional dependency on solr-core
+  [OAK-1431] Handling of empty or invalid names
+  [OAK-1435] Expose commit policy options in RemoteSolrConfigurationProvider
+  [OAK-1436] RemoteSolrServerProvider servers initialization has to be bound to related properties
+  [OAK-1437] Use default references options for Oak Solr Index(Editor)Providers
+  [OAK-1438] Generalise Root.commit(String) to Root.commit(Map)
+  [OAK-1442] Let oak-lucene export its embedded Lucene dependencies
+
+Bugs
+
+  [OAK-842] Incorrect interaction of orderable child nodes with permission evaluation
+  [OAK-1175] Security Concerns wrt Index Definitions
+  [OAK-1335] version history related test failures
+  [OAK-1353] Test org.apache.jackrabbit.mk.ConcurrentWriteIT execute in single thread.
+  [OAK-1389] Query: an index is used even where traversing is faster
+  [OAK-1394] Event generation too slow with DocumentNodeStore
+  [OAK-1405] OR of different constraints broken
+  [OAK-1408] Descriptors: wrong value for OPTION_WORKSPACE_MANAGEMENT_SUPPORTED
+  [OAK-1409] After crash, segment persistence is broken with failures in java.nio classes
+  [OAK-1417] Processing pending observation events does not scale linearly with the number of events
+  [OAK-1420] ConcurrentAddIT fails on buildbot
+  [OAK-1422] Large number of queued EventGenerator.Continuation on big transactions
+  [OAK-1424] Oak API allows to create hidden tree and properties
+  [OAK-1432] Query: use "union" for complex XPath queries that use multiple "or"
+  [OAK-1433] Typo in org.apache.jackrabbit.oak.plugins.value.ValueImpl#getLong
+  [OAK-1440] o.a.j.o.api.Tree.toString hits hidden nodes
+  [OAK-1441] o.a.j.o.api.Tree/Root allows access to hidden nodes
+  [OAK-1445] NodeTypeIndex is missing osgi annotations
+
+In addition to the above-mentioned changes, this release contains
+all the changes included up to the Apache Jackrabbit Oak 0.16 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.17.1/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: dev/jackrabbit/oak/0.17.1/jackrabbit-oak-0.17.1-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/0.17.1/jackrabbit-oak-0.17.1-src.zip.asc (added)
+++ dev/jackrabbit/oak/0.17.1/jackrabbit-oak-0.17.1-src.zip.asc Fri Feb 21 12:44:03 2014
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJTBzsCAAoJEHnCEeCu/Kcu8kEP/jYcAjLIrjzsc7+dfxNStye2
+XY6YzFJK9+EO6BL5ebj0Lc3HZJjmpDYtoTL28um+qj2nJKrKpQgOniC7tqbFUNuJ
+UATrs7Kk1AJPotz/xXn50yaxHUXzaY9GrhJXsxGCvIOfdMMYiW/mR7NY82mf8dM8
+GL04aj4K/fe0+4hjQH5cjEpgqVQNM0RzVYOLT2l0oZVGQFRRVgGazzUpnYIyRGwq
+V7l/fxsLGPLVnTgoIcs6GS5yiqe7oSP3NqyihALtD6e3YVkQpEZC/SU3W1szSw30
+1Sgr/AmnzCW0TgiFgnhDwK3gjYv2r3yR48iEUxVkZQxUykUfHWhXe7lbwZ9NK3o0
+t+kvQ6KT6+uzH1VeEUB30Fls3Kk4SfVG4FHu5cfD1eOje0Ff0xduNrxNDcWKoMtV
+Er6dULQdzel3UMO2PN1EpvvIAa+27m2MZteaCsbPxW8fLhtqs+L3lbxwOlCPCYH9
+1ABYTKONoCVyVD1nXBr8OEv+pYybdDXhNX2O5jVZymufE/nxrP3ARbhU8OfCieN5
+Jz9QjLcswuHfVTo0HMEWNfWQgzQfcClEYjvKHGX7B/rWt2iPqVb1Odc5YcIORFhL
+AgcDKSqv+xp5pKd5enmAidPulHuxy7pYoD/LiJtpuTfslpdEBbawTPn0OOK07ip4
+eoD1KN3H093/91OayghS
+=d0d5
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/0.17.1/jackrabbit-oak-0.17.1-src.zip.md5
==============================================================================
--- dev/jackrabbit/oak/0.17.1/jackrabbit-oak-0.17.1-src.zip.md5 (added)
+++ dev/jackrabbit/oak/0.17.1/jackrabbit-oak-0.17.1-src.zip.md5 Fri Feb 21 12:44:03 2014
@@ -0,0 +1 @@
+ef293aad7569ad89b3c3dc16f8d82dbd

Added: dev/jackrabbit/oak/0.17.1/jackrabbit-oak-0.17.1-src.zip.sha
==============================================================================
--- dev/jackrabbit/oak/0.17.1/jackrabbit-oak-0.17.1-src.zip.sha (added)
+++ dev/jackrabbit/oak/0.17.1/jackrabbit-oak-0.17.1-src.zip.sha Fri Feb 21 12:44:03 2014
@@ -0,0 +1 @@
+349cc198a0176c02094fe9887bad3f2036a5cd5b