You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2018/06/04 05:13:51 UTC

svn commit: r27241 - in /dev/jackrabbit/2.10.8: ./ 2.10.8/ antrun/ archive-tmp/ maven-shared-archive-resources/ maven-shared-archive-resources/META-INF/

Author: reschke
Date: Mon Jun  4 05:13:51 2018
New Revision: 27241

Log:
Apache Jackrabbit 2.10.8 release candidate

Added:
    dev/jackrabbit/2.10.8/
    dev/jackrabbit/2.10.8/.plxarc   (with props)
    dev/jackrabbit/2.10.8/2.10.8/
    dev/jackrabbit/2.10.8/2.10.8/RELEASE-NOTES.txt   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.asc   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.sha1   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.sha512   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.asc   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.sha1   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.sha512   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.asc   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.sha1   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.sha512   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.asc   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.sha1   (with props)
    dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.sha512   (with props)
    dev/jackrabbit/2.10.8/announcement.txt   (with props)
    dev/jackrabbit/2.10.8/antrun/
    dev/jackrabbit/2.10.8/antrun/build-main.xml   (with props)
    dev/jackrabbit/2.10.8/archive-tmp/
    dev/jackrabbit/2.10.8/jackrabbit-2.10.8-src.zip   (with props)
    dev/jackrabbit/2.10.8/jackrabbit-2.10.8-src.zip.asc   (with props)
    dev/jackrabbit/2.10.8/jackrabbit-2.10.8.pom   (with props)
    dev/jackrabbit/2.10.8/jackrabbit-2.10.8.pom.asc   (with props)
    dev/jackrabbit/2.10.8/maven-shared-archive-resources/
    dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/
    dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/DEPENDENCIES   (with props)
    dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/LICENSE   (with props)
    dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/NOTICE   (with props)
    dev/jackrabbit/2.10.8/rat.txt   (with props)
    dev/jackrabbit/2.10.8/vote.txt   (with props)

Added: dev/jackrabbit/2.10.8/.plxarc
==============================================================================
--- dev/jackrabbit/2.10.8/.plxarc (added)
+++ dev/jackrabbit/2.10.8/.plxarc Mon Jun  4 05:13:51 2018
@@ -0,0 +1 @@
+maven-shared-archive-resources
\ No newline at end of file

Propchange: dev/jackrabbit/2.10.8/.plxarc
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/2.10.8/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/2.10.8/2.10.8/RELEASE-NOTES.txt Mon Jun  4 05:13:51 2018
@@ -0,0 +1,97 @@
+Release Notes -- Apache Jackrabbit -- Version 2.10.8
+
+Introduction
+------------
+
+This is Apache Jackrabbit(TM) 2.10.8, 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.10.8 is a patch release that contains fixes and
+improvements over Jackrabbit 2.10.7. Jackrabbit 2.10.x releases are considered
+stable and targeted for production use.
+
+Note that an "end of life" date has already been planned for this branch. See
+<http://jackrabbit.apache.org/jcr/jackrabbit-roadmap.html> for details.
+
+Changes in Jackrabbit 2.10.8
+----------------------------
+
+Bug
+
+    [JCR-3929] - ConsistencyCheck may fail on empty repository
+    [JCR-4006] - TestCachingFDS.testDeleteRecord() fails occasionally
+    [JCR-4183] - Jackrabbit standalone jar isn't working under JDK 8
+    [JCR-4185] - spi2dav URIResolverImpl should check status code before attempting to parse multistatus
+    [JCR-4188] - avoid use of sun.security.acl.GroupImpl in PrincipalManagerTest
+    [JCR-4242] - Build failure: unapproved license
+
+Improvement
+
+    [JCR-4001] - When using Node.getProperties(String namePattern) also child nodes are processed
+    [JCR-4237] - cleanup throws clauses of private methods
+
+Task
+
+    [JCR-4184] - migrate from org.mortbay.jetty to org.eclipse.jetty
+    [JCR-4186] - Use current Derby version
+    [JCR-4205] - Upgrade JTA dependency to javax.transaction-api 1.2
+    [JCR-4224] - Upgrade tomcat-servlet dependency to 7.0.82
+    [JCR-4225] - Upgrade commons-chains dependency to 1.2
+    [JCR-4228] - Update Oak dependency to latest 1.0 stable release
+    [JCR-4256] - create announcement mail template for releases
+    [JCR-4268] - Update release notes of old branches with pointer to roadmap
+    [JCR-4273] - Mention SHA512 checksums in release notes
+    [JCR-4274] - stop advertising MD5 checksums
+    [JCR-4275] - Incorrect link to KEYS in release notes
+    [JCR-4277] - stop creating MD5 checksums for releases
+
+
+In addition to the above-mentioned changes, this release contains
+all the changes included up to the Apache Jackrabbit 2.10.x 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 SHA512 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://www.apache.org/dist/jackrabbit/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 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/
+
+Trademarks
+----------
+
+Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the Apache
+Jackrabbit project logo are trademarks of The Apache Software Foundation.

Propchange: dev/jackrabbit/2.10.8/2.10.8/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:executable = *

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

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip
------------------------------------------------------------------------------
    svn:executable = *

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

Added: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.asc
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.asc (added)
+++ dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.asc Mon Jun  4 05:13:51 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJbFMSQAAoJEB3kYVKPHxsqo6MP/RWSa/OpC8568DutRIYTQ5PJ
+Tk3CD5hJbdSHkZ4oS1mv+BwI6FRzOnObA+qxs5zSD+617i92A64WtZvxajmAiXaa
+7id5uPQL8oV0/6W7xdnypIYqqew8jO+Q9miis0fpePJFDRV655lYPhwFt3r5CKt9
+X8r8jL7ues3LTAf4E9uTDFoAqSdIT+UMDwc5rGrg00qRsTXSZKaBhxOcttGvQ93f
+8Kjr1SIIY/lgPO9lfDXCqS+/HBeJy1/gKOZtHRgEML6YPIsHovXRRIsav0ItSzc6
+JD0f1AG6kdFZB6r/QxCPHekSax2mYtQTS1rpMrCQkw1fZ0Vrh7hXq0xa4aMRK+I+
+b6dyoOQiJ8SP1GaxyEACbEVmXSc1ipsJB/qER6KGDhRAaHdZJSJ+cJEerQUaZLO4
+iDde7xVmuT3bIqdLYy1bdOKMcFdXT9Q497V7fuzIyF2OapmUTKaZx125Qq+B98kT
+Ix187Zx5IpkiqAwcmC4ybYzGwqAY/wipMu0H/kk/6TaUXpGgFqN8JxYmD11Ci3Ne
+lyLsrbhWm43M3MH7N4mPN4IfZcvFY/eGvPUTWt1y58k21I7/bTBK+jmziKdpgpG6
+TYJKozzdDMEJ9F4XlRkwZjERzuaoRAdofne5UmRkZVrVPhU6oHPWRGJTebr7tAIt
+tNQwDKa/r2KZZs1yMym5
+=ktnB
+-----END PGP SIGNATURE-----

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.asc
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.sha1
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.sha1 (added)
+++ dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.sha1 Mon Jun  4 05:13:51 2018
@@ -0,0 +1 @@
+d8d32a92fadee2a2c42d126548a297d40ea2e6fa

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.sha1
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.sha512
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.sha512 (added)
+++ dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.sha512 Mon Jun  4 05:13:51 2018
@@ -0,0 +1 @@
+ad5c1688c20029144cfd43da349c3f8c90d47808fb1378706dabef7d8d8265815763af47d28db2476e399c028530cd0fb26a148710ec7a45bc16fe9091c394bd

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-2.10.8-src.zip.sha512
------------------------------------------------------------------------------
    svn:executable = *

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

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar
------------------------------------------------------------------------------
    svn:executable = *

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

Added: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.asc
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.asc (added)
+++ dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.asc Mon Jun  4 05:13:51 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJbFMN4AAoJEB3kYVKPHxsq8O0P/3fvIFGpvxNaXXkCtZSrC9ui
+WVdcMHHHR/53kzmiKkwjtpCVDyqcPLntvj5BEP4BigDuJ+dhb+iUNAu+W3fx0NQ0
+aU6cuPNETdEeMvFbIm3xIGjqp7HY5F/cKtGRWToSBsD6zmC1xZEglt3bfVcthVPc
+fQoF7Ah4h2YmG99DMM9a7wQNeP2jO/GJxq5qRSZSQTKLTnmzc8J9RK6FC6Rvbiwe
+KPu7ZcpZpIFoTu9f/AF57igaJcMCKq2v8gJUa/91xaSPHGC+QysWeJB6/tB0C2uQ
+aERXdCbsTamoNtK1VAC4j76YVAmOiCfoSNeO78+WF8dlTa5GXZfBPba16ETNlumI
+wVOhUGe6SRf1caUpX1I/EgNhC/pSWG9ImcCPqR2XRj1ilreeNc+dksnihi0M9Qij
+MMay/9JLZIdrtyeYpE6lDcYe7QPHFeKEZHkdm8H4og+lR61svZHFCipmiWFgE9H0
+A2o/5+i9IhlopRHwT3OA2cV5FL4B/mhKbgKtqKnGR45Cv89GncLfAqBNC5yFmOmt
+NdN4DvM5iZmsb9Hpmu6nQn885piulxpgstbXUYMwML3RYt+8/dZgz1gYjKDy9vCo
+B4oig94ZWh8ghu2sS4xs91tqD3xjF6mlNbnWvvLuGteBoViss+KVBi0QxTtplh3I
+YSIMw3mIoCBebJ/Qr6Al
+=1VCc
+-----END PGP SIGNATURE-----

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.asc
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.sha1
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.sha1 (added)
+++ dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.sha1 Mon Jun  4 05:13:51 2018
@@ -0,0 +1 @@
+d15ff6f32076628dd0553aee28e9685d084f6c44

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.sha1
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.sha512
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.sha512 (added)
+++ dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.sha512 Mon Jun  4 05:13:51 2018
@@ -0,0 +1 @@
+3ec4ccfd698cd5545818d2776435ab800f3242cd0a479908eac2a9be309372ebaa711225998e2fcce79d4fa686454918d4a261f8934b5aaf4d7218b7e453462f

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-jca-2.10.8.rar.sha512
------------------------------------------------------------------------------
    svn:executable = *

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

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar
------------------------------------------------------------------------------
    svn:executable = *

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

Added: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.asc
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.asc (added)
+++ dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.asc Mon Jun  4 05:13:51 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJbFMSEAAoJEB3kYVKPHxsqJGMP/3jWif1r+QTaIUAR25zupYed
+piDwiqjrVFXJaYmphqjwyEaAfDgPlDBujV2CqJIodLMr428ZPJmiw2O9NRCoPnIC
+1j9+OI3wC1zjOZ+EChI0go4jvTD/bPPHLw/1rRbX7UiEmWovod6xz4jqjgas1ET/
+I4CLoJ7FLE9/XQNfuA/ESEFoOQ++Z+K3qCr5w1PEPBMWBUw2Jz32KNxNk2upsa+R
+E+3R49zhfMwVb2EcIoO9Cu8ZS4w4QFp1NMuEdnV3vYZ8uSap7ZpYYIAYaDidq6hA
+8ZObIf9lVjUfI9y1G/oyE356NfTsUyqJoURk08VqevCdqAP89MDu5OL3jt+YLhX4
+yyGMLqAv86649MCEjULz8WeZ2nAJcdCkMIEL40cwJBiMLTEjo5lsnayR/BWmCqz7
+R7S1fMU4dOxEXiCyTKpgLghlWfFsvPvuU2BtQ27DDXyZo6hM0INXFGMVOAY7D0Bf
+qlsU8S4DvWFxVJ14riyrK4kvr0io520QFrtHnCMQBaoeS5Wo+wiVAVRtkwaVHnKV
+GpkaslF8hJXfjVy+dLuNccG+TSr7XkuYgZ6PXCv3ar1gQF9u1dSCD0VgnXwhd/7h
+RqGvdeTEauxQgYOY5AXEeOyJVMQCNgI6WuDPIxj5/aLhQ29fMLASI2xorBfdDlB1
+Q/g3G1EMkRolG0j/NVMx
+=kVnJ
+-----END PGP SIGNATURE-----

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.asc
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.sha1
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.sha1 (added)
+++ dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.sha1 Mon Jun  4 05:13:51 2018
@@ -0,0 +1 @@
+b7a83036a156f5e68d00357041d469ef395b69f7

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.sha1
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.sha512
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.sha512 (added)
+++ dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.sha512 Mon Jun  4 05:13:51 2018
@@ -0,0 +1 @@
+f79a5cf75cf4fcba82fc8ec495c0591be1452f46ebbd9106d8ff66d6685c22becf009716004958f997fd4fdba2dbdb29975c3222b365857b1fa98eda7ce1b516

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-standalone-2.10.8.jar.sha512
------------------------------------------------------------------------------
    svn:executable = *

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

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war
------------------------------------------------------------------------------
    svn:executable = *

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

Added: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.asc
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.asc (added)
+++ dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.asc Mon Jun  4 05:13:51 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJbFMMzAAoJEB3kYVKPHxsqvAgP/Rly8GjoSGyQdSAF5hd3p5QI
+De08QqDa7vck+sy5pJIs/cvsGtX5FwRbPITIXEejlsusntBx4vnAO9tXlOxrgQhb
+u2lO0rJAK+CgX0DVi4EOJ+uLM9rvCx/FKRzy0sORqXnTdEWAJM/A7xoc+epjtcdy
+/XYpADC2QTwxRRMG46sM7JGDVZaIrwDR9gCNUZofdivFtoTWkV73Xl7l0t3sp9ol
+uzHUcC8S1uZLmpkLf77k8kk9wC+Lz+i9dNCl8onVhj+7LLEKs4ecFCzbxA/y7PRT
+BaGYsiIqMiYshSq810fFEewlCP7U/9xHmEwLZ2U/+8B+AwR0dH1SSMx8JnXWdToW
+LJ4ZnzvZCBJ19UUKR6VESpethUzxso3cGQzawx35tJA4aZg1E0NuWyCy8Rgpu5qp
+MVOjq9phbcCu0Nu2apB/8fBjoTXtkqkwbrAQ/s1ULICWI6+WIC8sVbrZBkLO/sSQ
+SvlLdnqxLm3XjItX4qYTk7ZHIfAyZaR4GnyjvgINyhYjTsoNzPK0hv9ryk618N1w
+ZMrqn+9RCo0ToGKDhXgUehJrHqz78IjT6Ws2SRSKCOVBJU0kSpMKz7pmQGoQ/IxA
+xH5SuJW2PkeX/oMA9SahoJw/9FTqGiwGkwBYKTOp6G9t768gHN2rqkn4iDASDjaq
+eQNq/2FJimw+iqehw/td
+=jvhz
+-----END PGP SIGNATURE-----

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.asc
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.sha1
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.sha1 (added)
+++ dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.sha1 Mon Jun  4 05:13:51 2018
@@ -0,0 +1 @@
+9194d5f17021f72c9224f569588b949537af4c43

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.sha1
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.sha512
==============================================================================
--- dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.sha512 (added)
+++ dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.sha512 Mon Jun  4 05:13:51 2018
@@ -0,0 +1 @@
+8a8f4a1157ed8eac28d1382c372c107f3af12b02a6a28068ed19608ed8c24bcf78709d5f1ea894c704122e601278dbcc3d956805003dcde5a746e91b31f55a80

Propchange: dev/jackrabbit/2.10.8/2.10.8/jackrabbit-webapp-2.10.8.war.sha512
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/announcement.txt
==============================================================================
--- dev/jackrabbit/2.10.8/announcement.txt (added)
+++ dev/jackrabbit/2.10.8/announcement.txt Mon Jun  4 05:13:51 2018
@@ -0,0 +1,106 @@
+From: jre@apache.org
+To: announce@apache.org, announce@jackrabbit.apache.org, users@jackrabbit.apache.org, dev@jackrabbit.apache.org, oak-dev@jackrabbit.apache.org
+Subject: [ANNOUNCE] Apache Jackrabbit 2.10.8 released
+
+The Apache Jackrabbit community is pleased to announce the release of
+Apache Jackrabbit 2.10.8. The release is available for download at:
+
+     http://jackrabbit.apache.org/downloads.html
+
+See the full release notes below for details about this release:Release Notes -- Apache Jackrabbit -- Version 2.10.8
+
+Introduction
+------------
+
+This is Apache Jackrabbit(TM) 2.10.8, 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.10.8 is a patch release that contains fixes and
+improvements over Jackrabbit 2.10.7. Jackrabbit 2.10.x releases are considered
+stable and targeted for production use.
+
+Note that an "end of life" date has already been planned for this branch. See
+<http://jackrabbit.apache.org/jcr/jackrabbit-roadmap.html> for details.
+
+Changes in Jackrabbit 2.10.8
+----------------------------
+
+Bug
+
+    [JCR-3929] - ConsistencyCheck may fail on empty repository
+    [JCR-4006] - TestCachingFDS.testDeleteRecord() fails occasionally
+    [JCR-4183] - Jackrabbit standalone jar isn't working under JDK 8
+    [JCR-4185] - spi2dav URIResolverImpl should check status code before attempting to parse multistatus
+    [JCR-4188] - avoid use of sun.security.acl.GroupImpl in PrincipalManagerTest
+    [JCR-4242] - Build failure: unapproved license
+
+Improvement
+
+    [JCR-4001] - When using Node.getProperties(String namePattern) also child nodes are processed
+    [JCR-4237] - cleanup throws clauses of private methods
+
+Task
+
+    [JCR-4184] - migrate from org.mortbay.jetty to org.eclipse.jetty
+    [JCR-4186] - Use current Derby version
+    [JCR-4205] - Upgrade JTA dependency to javax.transaction-api 1.2
+    [JCR-4224] - Upgrade tomcat-servlet dependency to 7.0.82
+    [JCR-4225] - Upgrade commons-chains dependency to 1.2
+    [JCR-4228] - Update Oak dependency to latest 1.0 stable release
+    [JCR-4256] - create announcement mail template for releases
+    [JCR-4268] - Update release notes of old branches with pointer to roadmap
+    [JCR-4273] - Mention SHA512 checksums in release notes
+    [JCR-4274] - stop advertising MD5 checksums
+    [JCR-4275] - Incorrect link to KEYS in release notes
+    [JCR-4277] - stop creating MD5 checksums for releases
+
+
+In addition to the above-mentioned changes, this release contains
+all the changes included up to the Apache Jackrabbit 2.10.x 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 SHA512 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://www.apache.org/dist/jackrabbit/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 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/
+
+Trademarks
+----------
+
+Apache Jackrabbit, Jackrabbit, Apache, the Apache feather logo, and the Apache
+Jackrabbit project logo are trademarks of The Apache Software Foundation.

Propchange: dev/jackrabbit/2.10.8/announcement.txt
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/antrun/build-main.xml
==============================================================================
--- dev/jackrabbit/2.10.8/antrun/build-main.xml (added)
+++ dev/jackrabbit/2.10.8/antrun/build-main.xml Mon Jun  4 05:13:51 2018
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<project name="maven-antrun-" default="main"  >
+<target name="main">
+  <mkdir dir="C:\tmp\2.10\target\checkout/target/2.10.8"/>
+  <copy todir="C:\tmp\2.10\target\checkout/target/2.10.8" flatten="true">
+    <fileset dir="C:\tmp\2.10\target\checkout">
+      <include name="RELEASE-NOTES.txt"/>
+      <include name="target/*-src.zip*"/>
+      <include name="jackrabbit-standalone/target/*-2.10.8.jar*"/>
+      <include name="jackrabbit-webapp/target/*-2.10.8.war*"/>
+      <include name="jackrabbit-jca/target/*-2.10.8.rar*"/>
+    </fileset>
+  </copy>
+  <checksum fileext=".sha1" algorithm="SHA1">
+    <fileset dir="C:\tmp\2.10\target\checkout/target/2.10.8">
+      <include name="*.zip"/>
+      <include name="*.?ar"/>
+    </fileset>
+  </checksum>
+  <checksum fileext=".sha512" algorithm="SHA-512">
+    <fileset dir="C:\tmp\2.10\target\checkout/target/2.10.8">
+      <include name="*.zip"/>
+      <include name="*.?ar"/>
+    </fileset>
+  </checksum>
+  <checksum file="C:\tmp\2.10\target\checkout/target/2.10.8/jackrabbit-2.10.8-src.zip" property="checksum" algorithm="SHA1"/>
+  <echo file="C:\tmp\2.10\target\checkout/target/vote.txt">From: jre@apache.org
+To: dev@jackrabbit.apache.org
+Subject: [VOTE] Release Apache Jackrabbit 2.10.8
+
+A candidate for the Jackrabbit 2.10.8 release is available at:
+
+    https://dist.apache.org/repos/dist/dev/jackrabbit/2.10.8/
+
+The release candidate is a zip archive of the sources in:
+
+    https://svn.apache.org/repos/asf/jackrabbit/tags/2.10.8/
+
+The SHA1 checksum of the archive is ${checksum}.
+
+A staged Maven repository is available for review at:
+
+    https://repository.apache.org/
+
+The command for running automated checks against this release candidate is:
+
+    # run in SVN checkout of https://dist.apache.org/repos/dist/dev/jackrabbit/
+    $ sh check-release.sh 2.10.8 ${checksum}
+
+Please vote on releasing this package as Apache Jackrabbit 2.10.8.
+The vote is open for the next 72 hours and passes if a majority of at
+least three +1 Jackrabbit PMC votes are cast.
+
+    [ ] +1 Release this package as Apache Jackrabbit 2.10.8
+    [ ] -1 Do not release this package because...
+</echo>
+  <echo file="C:\tmp\2.10\target\checkout/target/announcement.txt">From: jre@apache.org
+To: announce@apache.org, announce@jackrabbit.apache.org, users@jackrabbit.apache.org, dev@jackrabbit.apache.org, oak-dev@jackrabbit.apache.org
+Subject: [ANNOUNCE] Apache Jackrabbit 2.10.8 released
+
+The Apache Jackrabbit community is pleased to announce the release of
+Apache Jackrabbit 2.10.8. The release is available for download at:
+
+     http://jackrabbit.apache.org/downloads.html
+
+See the full release notes below for details about this release:</echo>
+  <concat append="true" destfile="C:\tmp\2.10\target\checkout/target/announcement.txt">
+    <filelist files="RELEASE-NOTES.txt"/>
+  </concat>
+  <echo/>
+  <echo>The release candidate has been prepared in:
+
+    C:\tmp\2.10\target\checkout/target/2.10.8
+
+Please deploy it to https://dist.apache.org/repos/dist/dev/jackrabbit/:
+
+    cd /path/to/jackrabbit-dev
+    mv C:\tmp\2.10\target\checkout/target/2.10.8 2.10.8
+    svn add 2.10.8
+    svn commit -m &apos;Apache Jackrabbit 2.10.8 release candidate&apos; 2.10.8
+
+A release vote template has been generated for you:
+
+    file://C:\tmp\2.10\target\checkout/target/vote.txt
+
+An announcement mail template can be found at:
+
+    file://C:\tmp\2.10\target\checkout/target/announcement.txt</echo>
+  <echo/>
+</target>
+</project>
\ No newline at end of file

Propchange: dev/jackrabbit/2.10.8/antrun/build-main.xml
------------------------------------------------------------------------------
    svn:executable = *

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

Propchange: dev/jackrabbit/2.10.8/jackrabbit-2.10.8-src.zip
------------------------------------------------------------------------------
    svn:executable = *

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

Added: dev/jackrabbit/2.10.8/jackrabbit-2.10.8-src.zip.asc
==============================================================================
--- dev/jackrabbit/2.10.8/jackrabbit-2.10.8-src.zip.asc (added)
+++ dev/jackrabbit/2.10.8/jackrabbit-2.10.8-src.zip.asc Mon Jun  4 05:13:51 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJbFMSQAAoJEB3kYVKPHxsqo6MP/RWSa/OpC8568DutRIYTQ5PJ
+Tk3CD5hJbdSHkZ4oS1mv+BwI6FRzOnObA+qxs5zSD+617i92A64WtZvxajmAiXaa
+7id5uPQL8oV0/6W7xdnypIYqqew8jO+Q9miis0fpePJFDRV655lYPhwFt3r5CKt9
+X8r8jL7ues3LTAf4E9uTDFoAqSdIT+UMDwc5rGrg00qRsTXSZKaBhxOcttGvQ93f
+8Kjr1SIIY/lgPO9lfDXCqS+/HBeJy1/gKOZtHRgEML6YPIsHovXRRIsav0ItSzc6
+JD0f1AG6kdFZB6r/QxCPHekSax2mYtQTS1rpMrCQkw1fZ0Vrh7hXq0xa4aMRK+I+
+b6dyoOQiJ8SP1GaxyEACbEVmXSc1ipsJB/qER6KGDhRAaHdZJSJ+cJEerQUaZLO4
+iDde7xVmuT3bIqdLYy1bdOKMcFdXT9Q497V7fuzIyF2OapmUTKaZx125Qq+B98kT
+Ix187Zx5IpkiqAwcmC4ybYzGwqAY/wipMu0H/kk/6TaUXpGgFqN8JxYmD11Ci3Ne
+lyLsrbhWm43M3MH7N4mPN4IfZcvFY/eGvPUTWt1y58k21I7/bTBK+jmziKdpgpG6
+TYJKozzdDMEJ9F4XlRkwZjERzuaoRAdofne5UmRkZVrVPhU6oHPWRGJTebr7tAIt
+tNQwDKa/r2KZZs1yMym5
+=ktnB
+-----END PGP SIGNATURE-----

Propchange: dev/jackrabbit/2.10.8/jackrabbit-2.10.8-src.zip.asc
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/jackrabbit-2.10.8.pom
==============================================================================
--- dev/jackrabbit/2.10.8/jackrabbit-2.10.8.pom (added)
+++ dev/jackrabbit/2.10.8/jackrabbit-2.10.8.pom Mon Jun  4 05:13:51 2018
@@ -0,0 +1,248 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- ====================================================================== -->
+  <!-- P R O J E C T  D E S C R I P T I O N                                   -->
+  <!-- ====================================================================== -->
+
+  <parent>
+    <groupId>org.apache.jackrabbit</groupId>
+    <artifactId>jackrabbit-parent</artifactId>
+    <version>2.10.8</version>
+    <relativePath>jackrabbit-parent/pom.xml</relativePath>
+  </parent>
+
+  <artifactId>jackrabbit</artifactId>
+  <name>Apache Jackrabbit</name>
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>jackrabbit-parent</module>
+    <module>jackrabbit-api</module>
+    <module>jackrabbit-jcr-commons</module>
+    <module>jackrabbit-jcr-tests</module>
+    <module>jackrabbit-data</module>
+    <module>jackrabbit-aws-ext</module>
+    <module>jackrabbit-core</module>
+    <module>jackrabbit-webdav</module>
+    <module>jackrabbit-jcr-server</module>
+    <module>jackrabbit-jcr-rmi</module>
+    <module>jackrabbit-jcr-servlet</module>
+    <module>jackrabbit-webapp</module>
+    <module>jackrabbit-jca</module>
+    <module>jackrabbit-spi</module>
+    <module>jackrabbit-spi-commons</module>
+    <module>jackrabbit-jcr2spi</module>
+    <module>jackrabbit-spi2jcr</module>
+    <module>jackrabbit-spi2dav</module>
+    <module>jackrabbit-jcr2dav</module>
+    <module>jackrabbit-jcr-client</module>
+    <module>jackrabbit-bundle</module>
+    <module>jackrabbit-standalone</module>
+  </modules>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/tags/jackrabbit-2.10.8</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/tags/jackrabbit-2.10.8</developerConnection>
+    <url>http://svn.apache.org/viewvc/jackrabbit/tags/jackrabbit-2.10.8</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>release.properties</exclude>
+            <exclude>test/**/target/**</exclude>
+            <exclude>test/**/.*/**</exclude>
+            <exclude>test/**/*.log</exclude>
+            <exclude>test/performance/base/src/main/resources/deepTree.xml</exclude>
+            <exclude>.git/**</exclude>
+            <exclude>.gitignore</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>apache-release</id>
+      <properties>
+        <username>${user.name}</username>
+        <keyfile>${user.home}/.ssh/id_rsa</keyfile>
+        <passphrase />
+      </properties>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+                <phase>package</phase>
+                <configuration>
+                  <descriptors>
+                    <descriptor>assembly.xml</descriptor>
+                  </descriptors>
+                </configuration>
+              </execution>
+              <execution>
+                <id>source-release-assembly</id>
+                <configuration>
+                  <skipAssembly>true</skipAssembly>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+          <!-- JCR-2455: Automatic staging of non-Maven release artifacts -->
+          <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>run</goal>
+                </goals>
+                <phase>deploy</phase>
+                <configuration>
+                  <tasks>
+                    <mkdir dir="${basedir}/target/${project.version}" />
+                    <copy todir="${basedir}/target/${project.version}" flatten="true">
+                      <fileset dir="${basedir}">
+                        <include name="RELEASE-NOTES.txt" />
+                        <include name="target/*-src.zip*" />
+                        <include name="jackrabbit-standalone/target/*-${project.version}.jar*" />
+                        <include name="jackrabbit-webapp/target/*-${project.version}.war*" />
+                        <include name="jackrabbit-jca/target/*-${project.version}.rar*" />
+                      </fileset>
+                    </copy>
+                    <checksum algorithm="SHA1" fileext=".sha1">
+                      <fileset dir="${basedir}/target/${project.version}">
+                        <include name="*.zip" />
+                        <include name="*.?ar" />
+                      </fileset>
+                    </checksum>
+                    <checksum algorithm="SHA-512" fileext=".sha512">
+                      <fileset dir="${basedir}/target/${project.version}">
+                        <include name="*.zip" />
+                        <include name="*.?ar" />
+                      </fileset>
+                    </checksum>
+                    <checksum file="${basedir}/target/${project.version}/jackrabbit-${project.version}-src.zip" algorithm="SHA1" property="checksum" />
+                    <echo file="${basedir}/target/vote.txt">
+From: ${username}@apache.org
+To: dev@jackrabbit.apache.org
+Subject: [VOTE] Release Apache Jackrabbit ${project.version}
+
+A candidate for the Jackrabbit ${project.version} release is available at:
+
+    https://dist.apache.org/repos/dist/dev/jackrabbit/${project.version}/
+
+The release candidate is a zip archive of the sources in:
+
+    https://svn.apache.org/repos/asf/jackrabbit/tags/${project.version}/
+
+The SHA1 checksum of the archive is ${checksum}.
+
+A staged Maven repository is available for review at:
+
+    https://repository.apache.org/
+
+The command for running automated checks against this release candidate is:
+
+    # run in SVN checkout of https://dist.apache.org/repos/dist/dev/jackrabbit/
+    $ sh check-release.sh ${project.version} ${checksum}
+
+Please vote on releasing this package as Apache Jackrabbit ${project.version}.
+The vote is open for the next 72 hours and passes if a majority of at
+least three +1 Jackrabbit PMC votes are cast.
+
+    [ ] +1 Release this package as Apache Jackrabbit ${project.version}
+    [ ] -1 Do not release this package because...${line.separator}
+                    </echo>
+                    <echo file="${basedir}/target/announcement.txt">
+From: ${username}@apache.org
+To: announce@apache.org, announce@jackrabbit.apache.org, users@jackrabbit.apache.org, dev@jackrabbit.apache.org, oak-dev@jackrabbit.apache.org
+Subject: [ANNOUNCE] Apache Jackrabbit ${project.version} released
+
+The Apache Jackrabbit community is pleased to announce the release of
+Apache Jackrabbit ${project.version}. The release is available for download at:
+
+     http://jackrabbit.apache.org/downloads.html
+
+See the full release notes below for details about this release:
+
+
+                    </echo>
+                    <concat destfile="${basedir}/target/announcement.txt" append="true">
+                      <filelist files="RELEASE-NOTES.txt" />
+                    </concat>
+                    <echo />
+                    <echo>
+The release candidate has been prepared in:
+
+    ${basedir}/target/${project.version}
+
+Please deploy it to https://dist.apache.org/repos/dist/dev/jackrabbit/:
+
+    cd /path/to/jackrabbit-dev
+    mv ${basedir}/target/${project.version} ${project.version}
+    svn add ${project.version}
+    svn commit -m 'Apache Jackrabbit ${project.version} release candidate' ${project.version}
+
+A release vote template has been generated for you:
+
+    file://${basedir}/target/vote.txt
+
+An announcement mail template can be found at:
+
+    file://${basedir}/target/announcement.txt
+                    </echo>
+                    <echo />
+                  </tasks>
+                </configuration>
+              </execution>
+            </executions>
+            <dependencies>
+              <dependency>
+                 <groupId>org.apache.ant</groupId>
+                 <artifactId>ant-nodeps</artifactId>
+                 <version>1.8.1</version>
+               </dependency>
+            </dependencies>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+</project>

Propchange: dev/jackrabbit/2.10.8/jackrabbit-2.10.8.pom
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/jackrabbit-2.10.8.pom.asc
==============================================================================
--- dev/jackrabbit/2.10.8/jackrabbit-2.10.8.pom.asc (added)
+++ dev/jackrabbit/2.10.8/jackrabbit-2.10.8.pom.asc Mon Jun  4 05:13:51 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJbFMSQAAoJEB3kYVKPHxsq7voP/0e7xupJyUR/WmQ6yZDvbF4a
+4OuENeg07xmBad4s5gdoqIzja7YV8ifup5J8JXPd48eOut5EH0qshH02G5aFnwiY
+fffmGeWQBIXpcE+vpwLKV2+4tNOIpce0NaFTiLKDppyvucoS5fx66A1LatFF0+im
+mEOovKIme4wjx37yMIcZoV/8JkILs3enttcR4GdIitrzCPtqkHf3U0gBtLWaVboR
+5im2pKMatXWMUlb54V922cZ2biE3gpdWsOla3W6hDMKgnd6ZWxTVqiN0JcAXLoX2
+UFvHFqGmi8VNvUyaNLDrDMlC/aDvOoJRsddEIZ6PjlUFTJJKk16H5s7MRZa0zIkD
+MnT+Z3Jtck7+vCAfcYWxtBwToZDWXGIxwBXLKgO0vy4yhhQcbV5PVWfVS0TLxu2f
+zoxAc+n+jo0fcDKpMoFZTS5ELM+21nUx2OijqgKRQg6c/X5TxVaDPSB28jCIsDBm
+qnOmDHQ+Hfs6r/4d3Z2aMx3tkCPwDAEFlTXW0Vx1ElJUZ/oFS2W2kri1Mm3N6yz6
+7y4P0Z+FhGIAIIM+dMTdEEToK9X4TwvjzV9sj6iKEaedsXEjcF76fQ/Uyh2CBhdY
+hgipfu4+XGicWjidR0iBBTgwqZdloaRl5bDSyqAj9slRbCqhCDsh753UYr7e/iU4
+ZstPRYOuV4KUwqdUE1zQ
+=gSxG
+-----END PGP SIGNATURE-----

Propchange: dev/jackrabbit/2.10.8/jackrabbit-2.10.8.pom.asc
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/DEPENDENCIES
==============================================================================
--- dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/DEPENDENCIES (added)
+++ dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/DEPENDENCIES Mon Jun  4 05:13:51 2018
@@ -0,0 +1,11 @@
+// ------------------------------------------------------------------
+// Transitive dependencies of this project determined from the
+// maven pom organized by organization.
+// ------------------------------------------------------------------
+
+Apache Jackrabbit
+
+
+
+
+

Propchange: dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/DEPENDENCIES
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/LICENSE
==============================================================================
--- dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/LICENSE (added)
+++ dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/LICENSE Mon Jun  4 05:13:51 2018
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.

Propchange: dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/LICENSE
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/NOTICE
==============================================================================
--- dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/NOTICE (added)
+++ dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/NOTICE Mon Jun  4 05:13:51 2018
@@ -0,0 +1,8 @@
+
+Apache Jackrabbit
+Copyright 2004-2018 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+

Propchange: dev/jackrabbit/2.10.8/maven-shared-archive-resources/META-INF/NOTICE
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/rat.txt
==============================================================================
--- dev/jackrabbit/2.10.8/rat.txt (added)
+++ dev/jackrabbit/2.10.8/rat.txt Mon Jun  4 05:13:51 2018
@@ -0,0 +1,158 @@
+
+*****************************************************
+Summary
+-------
+Generated at: 2018-06-04T04:48:19+00:00
+Notes: 6
+Binaries: 0
+Archives: 0
+Standards: 115
+
+Apache Licensed: 115
+Generated Documents: 0
+
+JavaDocs are generated and so license header is optional
+Generated files do not required license headers
+
+0 Unknown Licenses
+
+*******************************
+
+Unapproved licenses:
+
+
+*******************************
+
+Archives:
+
+*****************************************************
+  Files with Apache License headers will be marked AL
+  Binary files (which do not require AL headers) will be marked B
+  Compressed archives will be marked A
+  Notices, licenses etc will be marked N
+  AL    assembly.xml
+  AL    examples/jackrabbit-firsthops/pom.xml
+  AL    examples/jackrabbit-firsthops/src/main/java/org/apache/jackrabbit/firsthops/FirstHop.java
+  AL    examples/jackrabbit-firsthops/src/main/java/org/apache/jackrabbit/firsthops/SecondHop.java
+  AL    examples/jackrabbit-firsthops/src/main/java/org/apache/jackrabbit/firsthops/ThirdHop.java
+  AL    examples/jackrabbit-firsthops/src/main/resources/log4j.properties
+  AL    examples/jackrabbit-firsthops/src/main/resources/test.xml
+  N     LICENSE.txt
+  N     NOTICE.txt
+  AL    pom.xml
+  N     README.txt
+  N     RELEASE-NOTES.txt
+  AL    test/compatibility/assembly.xml
+  AL    test/compatibility/base/pom.xml
+  AL    test/compatibility/base/src/main/java/org/apache/jackrabbit/harness/compatibility/AbstractRepositoryTest.java
+  AL    test/compatibility/base/src/main/resources/log4j.properties
+  AL    test/compatibility/create10/pom.xml
+  AL    test/compatibility/create10/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+  AL    test/compatibility/create11/pom.xml
+  AL    test/compatibility/create11/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+  AL    test/compatibility/create12/pom.xml
+  AL    test/compatibility/create12/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+  AL    test/compatibility/create13/pom.xml
+  AL    test/compatibility/create13/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+  AL    test/compatibility/create13/src/test/resources/bundle.xml
+  AL    test/compatibility/create14/pom.xml
+  AL    test/compatibility/create14/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+  AL    test/compatibility/create14/src/test/resources/datastore-db.xml
+  AL    test/compatibility/create14/src/test/resources/datastore.xml
+  AL    test/compatibility/create14/src/test/resources/JCR-1808.xml
+  AL    test/compatibility/create15/pom.xml
+  AL    test/compatibility/create15/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+  AL    test/compatibility/create16/pom.xml
+  AL    test/compatibility/create16/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+  AL    test/compatibility/create20/pom.xml
+  AL    test/compatibility/create20/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+  AL    test/compatibility/create21/pom.xml
+  AL    test/compatibility/create21/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+  AL    test/compatibility/create22/pom.xml
+  AL    test/compatibility/create22/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+  AL    test/compatibility/create24/pom.xml
+  AL    test/compatibility/create24/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+  AL    test/compatibility/create26/pom.xml
+  AL    test/compatibility/create26/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+  AL    test/compatibility/parent/pom.xml
+  AL    test/compatibility/pom.xml
+  N     test/compatibility/README.txt
+  AL    test/jackrabbit-bundle-it/pom.xml
+  AL    test/jackrabbit-bundle-it/src/main/java/org/apache/jackrabbit/test/osgi/BundleTest.java
+  AL    test/performance/base/pom.xml
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/AbstractDeepTreeTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/AbstractPerformanceTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/AbstractTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/AddGroupMembersTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/BigFileReadTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/BigFileWriteTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/ConcurrentReadAccessControlledTreeTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/ConcurrentReadDeepTreeTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/ConcurrentReadTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/ConcurrentReadWriteTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/CreateManyChildNodesTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/CreateUserTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/DescendantSearchTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/GroupGetMembersTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/GroupMemberLookupTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/LoginLogoutTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/LoginTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/PathBasedQueryTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/ReadDeepTreeTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/ReadPropertyTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/RefreshTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/SetPropertyTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/SimpleSearchTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/SmallFileReadTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/SmallFileWriteTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/SQL2DescendantSearchTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/SQL2SearchTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/TestInputStream.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/ThreeWayJoinTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/TransientManyChildNodesTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/TwoWayJoinTest.java
+  AL    test/performance/base/src/main/java/org/apache/jackrabbit/performance/UpdateManyChildNodesTest.java
+  AL    test/performance/base/src/main/resources/log4j.properties
+  AL    test/performance/jackrabbit10/pom.xml
+  AL    test/performance/jackrabbit10/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit11/pom.xml
+  AL    test/performance/jackrabbit11/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit12/pom.xml
+  AL    test/performance/jackrabbit12/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit13/pom.xml
+  AL    test/performance/jackrabbit13/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit14/pom.xml
+  AL    test/performance/jackrabbit14/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit15/pom.xml
+  AL    test/performance/jackrabbit15/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit16/pom.xml
+  AL    test/performance/jackrabbit16/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit20/pom.xml
+  AL    test/performance/jackrabbit20/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit21/pom.xml
+  AL    test/performance/jackrabbit21/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit22/pom.xml
+  AL    test/performance/jackrabbit22/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit22/src/test/resources/btree-usermanager-repository.xml
+  AL    test/performance/jackrabbit22/src/test/resources/default-usermanager-repository.xml
+  AL    test/performance/jackrabbit23/pom.xml
+  AL    test/performance/jackrabbit23/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit23/src/test/resources/btree-usermanager-repository.xml
+  AL    test/performance/jackrabbit23/src/test/resources/default-usermanager-repository.xml
+  AL    test/performance/jackrabbit24/pom.xml
+  AL    test/performance/jackrabbit24/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit24/src/test/resources/btree-usermanager-repository.xml
+  AL    test/performance/jackrabbit24/src/test/resources/default-usermanager-repository.xml
+  AL    test/performance/jackrabbit26/pom.xml
+  AL    test/performance/jackrabbit26/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+  AL    test/performance/jackrabbit26/src/test/resources/btree-usermanager-repository.xml
+  AL    test/performance/jackrabbit26/src/test/resources/default-usermanager-repository.xml
+  AL    test/performance/parent/pom.xml
+  AL    test/performance/plot.sh
+  AL    test/performance/pom.xml
+  N     test/performance/README.txt
+ 
+ *****************************************************
+ Printing headers for files without AL header...
+ 
+ 
\ No newline at end of file

Propchange: dev/jackrabbit/2.10.8/rat.txt
------------------------------------------------------------------------------
    svn:executable = *

Added: dev/jackrabbit/2.10.8/vote.txt
==============================================================================
--- dev/jackrabbit/2.10.8/vote.txt (added)
+++ dev/jackrabbit/2.10.8/vote.txt Mon Jun  4 05:13:51 2018
@@ -0,0 +1,29 @@
+From: jre@apache.org
+To: dev@jackrabbit.apache.org
+Subject: [VOTE] Release Apache Jackrabbit 2.10.8
+
+A candidate for the Jackrabbit 2.10.8 release is available at:
+
+    https://dist.apache.org/repos/dist/dev/jackrabbit/2.10.8/
+
+The release candidate is a zip archive of the sources in:
+
+    https://svn.apache.org/repos/asf/jackrabbit/tags/2.10.8/
+
+The SHA1 checksum of the archive is d8d32a92fadee2a2c42d126548a297d40ea2e6fa.
+
+A staged Maven repository is available for review at:
+
+    https://repository.apache.org/
+
+The command for running automated checks against this release candidate is:
+
+    # run in SVN checkout of https://dist.apache.org/repos/dist/dev/jackrabbit/
+    $ sh check-release.sh 2.10.8 d8d32a92fadee2a2c42d126548a297d40ea2e6fa
+
+Please vote on releasing this package as Apache Jackrabbit 2.10.8.
+The vote is open for the next 72 hours and passes if a majority of at
+least three +1 Jackrabbit PMC votes are cast.
+
+    [ ] +1 Release this package as Apache Jackrabbit 2.10.8
+    [ ] -1 Do not release this package because...

Propchange: dev/jackrabbit/2.10.8/vote.txt
------------------------------------------------------------------------------
    svn:executable = *