You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by am...@apache.org on 2018/07/25 04:45:28 UTC

svn commit: r28338 - in /dev/jackrabbit/oak/1.6.13: ./ RELEASE-NOTES.txt jackrabbit-oak-1.6.13-src.zip jackrabbit-oak-1.6.13-src.zip.asc jackrabbit-oak-1.6.13-src.zip.sha1 jackrabbit-oak-1.6.13-src.zip.sha512

Author: amitj
Date: Wed Jul 25 04:45:28 2018
New Revision: 28338

Log:
Apache Jackrabbit 1.6.13 release candidate

Added:
    dev/jackrabbit/oak/1.6.13/
    dev/jackrabbit/oak/1.6.13/RELEASE-NOTES.txt   (with props)
    dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip   (with props)
    dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip.asc
    dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip.sha1
    dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip.sha512

Added: dev/jackrabbit/oak/1.6.13/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.6.13/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.6.13/RELEASE-NOTES.txt Wed Jul 25 04:45:28 2018
@@ -0,0 +1,109 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 1.6.13
+
+Introduction
+------------
+
+Jackrabbit Oak is a scalable, high-performance hierarchical content
+repository designed for use as the foundation of modern world-class
+web sites and other demanding content applications.
+
+Jackrabbit Oak 1.6.13 is a patch release that contains fixes and
+improvements over Oak 1.6. Jackrabbit Oak 1.6.x releases are
+considered stable and targeted for production use.
+
+The Oak effort is a part of the Apache Jackrabbit project.
+Apache Jackrabbit is a project of the Apache Software Foundation.
+
+Changes in Oak 1.6.13
+---------------------
+
+Technical task
+
+    [OAK-7062] - RDB*Store: update mysql driver reference to 5.1.45
+    [OAK-7184] - LengthCachingDataStoreTest: Remove unused import of Guava InputSupplier
+    [OAK-7204] - RDB*Store: update postgresql JDBC driver reference to 42.2.0
+    [OAK-7299] - RDB*Store: update postgresql JDBC driver reference to 42.2.1
+    [OAK-7430] - RDB*Store: update postgresql JDBC driver reference to 42.2.2
+    [OAK-7432] - RDB*Store: update mysql driver reference to 5.1.46
+
+
+Bug
+
+    [OAK-6023] - UserImporter: handlePropInfo for rep:authorizableId never returns true
+    [OAK-6028] - UserImporter.start: should return false for User tree
+    [OAK-6294] - The "missing" node cache value breaks the DocumentNodeStore#applyChanges
+    [OAK-6869] - oak-http and oak-remote use potentially vulnerable versions of com.fasterxml.jackson
+    [OAK-7593] - NodeDocument.getLatestValue() may throw IllegalStateException
+    [OAK-7594] - datastorecheck command in oak-run for S3 needs jackson-annotations dependency
+
+
+Improvement
+
+    [OAK-5894] - IndexDefinitionBuilder shouldn't set type=lucene if type=disabled in existing tree
+    [OAK-5895] - Avoid jcr-path conversion in AuthorizableIterator
+    [OAK-6018] - UserImporter: session field can avoided by passing to init method
+    [OAK-6019] - UserImporter: Redundant assignment of UserManager
+    [OAK-6027] - UserImporter.Impersonators : use Oak path to user instead of ID
+    [OAK-6029] - UserImporter.startChildInfo: rather check state than for currentMembership being null
+    [OAK-6662] - Extend CredentialsSupport pluggability
+
+
+Task
+
+    [OAK-7046] - DocumentStore API: clarify key length
+    [OAK-7161] - LengthCachingDataStore's use of LineIterator.close()
+    [OAK-7255] - Upgrade jackson dependencies to version 2.9.4
+    [OAK-7257] - oak-examples: update Tomcat dependency
+    [OAK-7272] - improve BackgroundLeaseUpdate warning messages
+    [OAK-7275] - Update easymock test dependency to 3.4
+    [OAK-7422] - Update jackson dependencies to 2.9.5
+    [OAK-7443] - remove jdk 1.6 specific findbugs profile from pom
+    [OAK-7536] - Update aws java sdk version to 1.11.330
+    [OAK-7596] - define jackson version globally
+    [OAK-7609] - Update jackson dependencies to 2.9.6
+    [OAK-7611] - Disable org.apache.jackrabbit.oak.plugins.segment.standby.ExternalPrivateStoreIT.testProxyFlippedIntermediateByte(Change)2
+
+
+In addition to the above-mentioned changes, this release contains
+all changes included up to the Apache Jackrabbit Oak 1.6.x 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 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 Oak
+---------------------------
+
+Jackrabbit Oak is a scalable, high-performance hierarchical content
+repository designed 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 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/

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

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

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

Added: dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip.asc Wed Jul 25 04:45:28 2018
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEE/URI/ByPrMCHj3L9XNsxNAhUUMUFAltX/u0ACgkQXNsxNAhU
+UMVgjg/+J9PJcZt2NhEtuDwJNiTsZg5Q56V5Frao8Au5P+4h4kxopTRlFxjR3LAV
+47exH/06AFxoUzLIP6sLLPIwit5q2uB2IrcgswnOUHgb6fUnpkoo+9B35zg/43fv
+wt9a19mMlBgQx6rHYmK1KAEJ/INVqCGLNi4hSccdtN89xBF90/ntHclRBd1UrBrC
+G+2tgGMIKlXpQQTbxlbtkVlo31M4gJNpqD/mRUghUZtPMKDtZErD12owU5Krl7SX
+vN3xwV+7S7WJyVu+4RzpsV960dPzuQKtTeH7Iyn+TIrZYPXQdHVkND5CEkzLe4iS
+IPvJM/bo9SA5sl8iBcoD5DSVP59mTGoy2iaEjVdhQLlAw4rWTk4KSdJxXo00VBfH
+Wl9XoLm8SZMYyaIl7G59dOIX6KHO2Xg5GOIC31yHz2x872sgc8RWqlYYB/CboV/b
+hmQiBZl4MMhzmQbNIbetB3TsLWDgaa5SsAZ07AySJ3OdV5xJmWLfldYsEaDZ1Dbs
+TGrRtOtB3SOvPVIYYYugne3SoXv7NvOj5/vg6HOpGnx1OtfVX8kG05VsuHZnx8XV
+EGelvZ/Mxlb+wlqXXiK8gx/JD9aqxogaGbfo2iBPfkNJrGxNq12Zt18A6UJNRX5k
+OueJQnrbNxr7bkRFAcEQ/N9xAqPVIrMpsOuNioQcUoCWe6DqCSk=
+=xCEZ
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip.sha1
==============================================================================
--- dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip.sha1 (added)
+++ dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip.sha1 Wed Jul 25 04:45:28 2018
@@ -0,0 +1 @@
+ab1def5529a1ee53cb380a5e63971b0de2d13464

Added: dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip.sha512
==============================================================================
--- dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip.sha512 (added)
+++ dev/jackrabbit/oak/1.6.13/jackrabbit-oak-1.6.13-src.zip.sha512 Wed Jul 25 04:45:28 2018
@@ -0,0 +1 @@
+c16e2566fb6d9bbd8cc0fa77847d9f0e42b62faa881b4bb9c85be6c09939ab93872b18c0e510b0a273efcbe7d50b28fbbc7beb3a35b768c39aeb73c154394feb