You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2013/05/06 14:59:29 UTC

svn commit: r1923 - /dev/jackrabbit/2.7.0/

Author: jukka
Date: Mon May  6 12:59:09 2013
New Revision: 1923

Log:
Apache Jackrabbit 2.7.0 release candidate

Added:
    dev/jackrabbit/2.7.0/
    dev/jackrabbit/2.7.0/RELEASE-NOTES.txt
    dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip   (with props)
    dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip.asc
    dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip.md5
    dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip.sha
    dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar   (with props)
    dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar.asc
    dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar.md5
    dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar.sha
    dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar   (with props)
    dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar.asc
    dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar.md5
    dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar.sha
    dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war   (with props)
    dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war.asc
    dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war.md5
    dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war.sha

Added: dev/jackrabbit/2.7.0/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/2.7.0/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/2.7.0/RELEASE-NOTES.txt Mon May  6 12:59:09 2013
@@ -0,0 +1,118 @@
+Release Notes -- Apache Jackrabbit -- Version 2.7.0
+
+Introduction
+------------
+
+This is Apache Jackrabbit(TM) 2.7, a fully compliant implementation of the
+Content Repository for Java(TM) Technology API, version 2.0 (JCR 2.0) as
+specified in the Java Specification Request 283 (JSR 283).
+
+Apache Jackrabbit 2.7 is an unstable series of releases cut directly from
+Jackrabbit trunk, with a focus on new features and other improvements.
+For production use we recommend the latest stable 2.6 release.
+
+Changes in Jackrabbit 2.7.0
+---------------------------
+
+New features
+
+  [JCR-3550] Methods for determining type of array of values
+  [JCR-3566] add TCK test for NaN and infinity double property values
+
+Improvements
+
+  [JCR-3402] getSize() returning too many often -1
+  [JCR-3495] Unregister from PrivilegeRegistry and NodeTypeRegistry on ...
+  [JCR-3507] Make it possible to remove version histories via the ...
+  [JCR-3513] Slower range query execution
+  [JCR-3516] Search index consistency check should report and fix wrong ...
+  [JCR-3517] Search index consistency check should be able to double ...
+  [JCR-3519] Disable IOCounters based on log level
+  [JCR-3524] Node type selection for reference constraint is not optimal
+  [JCR-3528] Node type selection for CanAddChildNodeCallWithNodeTypeTest#...
+  [JCR-3531] Borrow all available RepositoryHelpers
+  [JCR-3535] Davex remoting should support absolute path hrefs
+  [JCR-3537] Large number of SQL queries when adding nodes with version history
+  [JCR-3549] URIResolverImpl needs to handle absolute paths in addition ...
+  [JCR-3553] improve error logging for unexpected path formats
+  [JCR-3554] RepositoryService.getReferences needs to deal with absolute ...
+  [JCR-3559] RepositoryStubExceptions with root causes
+  [JCR-3571] Light optimization for CachingNameResolver.getJCRName(Name)
+  [JCR-3573] Improve token based login concurrency
+  [JCR-3574] Leverage WebDAV compliance class 3 to use absolute paths in ...
+  [JCR-3575] use absolute paths in WebDAV request bodies (DAV:href elements)
+  [JCR-3577] Allow creation of users with 'null' password
+  [JCR-3578] use absolute paths in DeltaV request bodies, and resolve hrefs ...
+  [JCR-3580] JcrPrivilegeReport needs to deal with both absolute paths and ...
+  [JCR-3583] UPDATE method needs to deal with both absolute paths and ...
+  [JCR-3587] RepositoryImpl should expose the collection of ..
+
+Bug fixes
+
+  [JCR-3276] JCA Adpater not handling transaction suspension correctly
+  [JCR-3382] ItemManager.getNode does not do a permission check when the ...
+  [JCR-3465] JcrUtils.getOrCreateByPath() creates a whole subtree instead ...
+  [JCR-3512] DelayedDelete in MultiDatastore does not work correctly
+  [JCR-3518] Build fails on Mac OS + JDK 7
+  [JCR-3521] IllegalArgumentException thrown on a box running java7 with ...
+  [JCR-3523] Workspace.copy changes WeakReferences to References
+  [JCR-3539] NotQuery#advance (and for older versions skipTo) violates ...
+  [JCR-3540] locator for RootCollection generates a broken href when using ...
+  [JCR-3543] TCK does not allow a property to be re-bound to a different ...
+  [JCR-3545] unknown REPORT should cause status code 409/DAV:supported-report
+  [JCR-3551] DavEx cannot handle Double.NaN properties
+  [JCR-3552] Principal associated with Group does not update members
+  [JCR-3556] IndexingConfigurationImpl.getAggregateRules() should return ...
+  [JCR-3562] Adding a child node named {foo fails but bar} works
+  [JCR-3570] Make immediately Repository start configureable in ...
+  [JCR-3576] handle absolute paths in observation response bodies
+  [JCR-3581] Incorrect bitwise arithmetic in BitsetENTCacheImpl.BitsetKey...
+
+In addition to the above-mentioned changes, this release contains
+all the changes included up to the Apache Jackrabbit 2.6.0 release.
+
+For more detailed information about all the changes in this and other
+Jackrabbit releases, please see the Jackrabbit issue tracker at
+
+    https://issues.apache.org/jira/browse/JCR
+
+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.txt 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
+-----------------------
+
+Apache Jackrabbit is a fully conforming implementation of the Content
+Repository for Java Technology API (JCR). A content repository is a
+hierarchical content store with support for structured and unstructured
+content, full text search, versioning, transactions, observation, and
+more.
+
+For more information, visit http://jackrabbit.apache.org/
+
+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/
+
+Trademarks
+----------
+
+Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the Apache
+Jackrabbit project logo are trademarks of The Apache Software Foundation.

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

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

Added: dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip.asc
==============================================================================
--- dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip.asc (added)
+++ dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip.asc Mon May  6 12:59:09 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.7 (MingW32)
+
+iD8DBQBRh6YWpzBSnKNVpj4RAqVuAJ0dsUhheiVYTirc1BsYTEmF3BPt1ACfbXvN
+FWxWM1LINmYjgpniyOV5A2g=
+=oao6
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip.md5
==============================================================================
--- dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip.md5 (added)
+++ dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip.md5 Mon May  6 12:59:09 2013
@@ -0,0 +1 @@
+527bf0c56070fabf8110ce139ad79f43

Added: dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip.sha
==============================================================================
--- dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip.sha (added)
+++ dev/jackrabbit/2.7.0/jackrabbit-2.7.0-src.zip.sha Mon May  6 12:59:09 2013
@@ -0,0 +1 @@
+831007469ea8a4324a981daf9ac43390b62e25c3

Added: dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar
==============================================================================
Binary file - no diff available.

Propchange: dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar.asc
==============================================================================
--- dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar.asc (added)
+++ dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar.asc Mon May  6 12:59:09 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.7 (MingW32)
+
+iD8DBQBRh6QKpzBSnKNVpj4RAiAsAKCFfg3iVfh8eVG8CX9Z+bLAWSmI5wCeMhT6
+Nc01beZLlsEqUfX/2x2MDxw=
+=ObP1
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar.md5
==============================================================================
--- dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar.md5 (added)
+++ dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar.md5 Mon May  6 12:59:09 2013
@@ -0,0 +1 @@
+5cb4a4f88ec04bfb50d2076faf833557

Added: dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar.sha
==============================================================================
--- dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar.sha (added)
+++ dev/jackrabbit/2.7.0/jackrabbit-jca-2.7.0.rar.sha Mon May  6 12:59:09 2013
@@ -0,0 +1 @@
+aa278836c05ffc7fb69a567e5d8abf65370800e9

Added: dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar.asc
==============================================================================
--- dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar.asc (added)
+++ dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar.asc Mon May  6 12:59:09 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.7 (MingW32)
+
+iD8DBQBRh6YEpzBSnKNVpj4RAg39AJ98xZWCzqWF5TPj8Tz+Dsm901dcPgCdEROQ
+SVcyE23pwYmN6bB9nfA44P0=
+=GwJQ
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar.md5
==============================================================================
--- dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar.md5 (added)
+++ dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar.md5 Mon May  6 12:59:09 2013
@@ -0,0 +1 @@
+0d0f89e0550b7edb8c13539e2a70f0f1

Added: dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar.sha
==============================================================================
--- dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar.sha (added)
+++ dev/jackrabbit/2.7.0/jackrabbit-standalone-2.7.0.jar.sha Mon May  6 12:59:09 2013
@@ -0,0 +1 @@
+3a2d1f97ad04f23ab9a610f1958c151629c3d7ed

Added: dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war
==============================================================================
Binary file - no diff available.

Propchange: dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war.asc
==============================================================================
--- dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war.asc (added)
+++ dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war.asc Mon May  6 12:59:09 2013
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.7 (MingW32)
+
+iD8DBQBRh6OjpzBSnKNVpj4RAitPAJ4ti+1j8gx7kTDhQukmQuiPX0XMmwCdF2yX
+WUvvAheh5EysUpsXsO3i7Ws=
+=Cojb
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war.md5
==============================================================================
--- dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war.md5 (added)
+++ dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war.md5 Mon May  6 12:59:09 2013
@@ -0,0 +1 @@
+258c2cc8204541f55de54c2f12709ee7

Added: dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war.sha
==============================================================================
--- dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war.sha (added)
+++ dev/jackrabbit/2.7.0/jackrabbit-webapp-2.7.0.war.sha Mon May  6 12:59:09 2013
@@ -0,0 +1 @@
+c7095b3046ce05b47a1a7b88e720355b71b9a317