You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2019/05/09 14:26:24 UTC

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

Author: mreutegg
Date: Thu May  9 14:26:24 2019
New Revision: 33958

Log:
Apache Jackrabbit Oak 1.8.13 release candidate

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

Added: dev/jackrabbit/oak/1.8.13/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.8.13/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.8.13/RELEASE-NOTES.txt Thu May  9 14:26:24 2019
@@ -0,0 +1,132 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 1.8.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.8.13 is a patch release that contains fixes and
+improvements over Oak 1.8. Jackrabbit Oak 1.8.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.8.13
+---------------------
+
+Technical task
+
+    [OAK-7547] - commons: avoid use of Guava beta APIs in StringSort
+    [OAK-8016] - RDBDocumentStore: minor improvements to GZIP
+    compression of BLOB contents
+    [OAK-8200] - MongoDocumentStore in ReadOnly mode should never
+    modify persistence
+    [OAK-8201] - RDBDocumentStore in ReadOnly mode should never modify
+    persistence
+    [OAK-8273] - RDBDocumentStore: createOrUpdate with less than 3 ops
+    suboptimal
+
+Bug
+
+    [OAK-7778] - PasswordUtil#isPlainTextPassword doesn't validate
+    PBKDF2 scheme
+    [OAK-7912] - ValidNamesTest: potential NPE in teardown
+    [OAK-8012] - Unmerged branch changes visible after restart
+    [OAK-8052] - PersistentCache: failure during construction may lead
+    to resource leak
+    [OAK-8054] - RepMembersConflictHandler creates property with wrong
+    type
+    [OAK-8089] - DocumentNodeStore dispose can fail when duration of
+    final background ops exceeds lease time
+    [OAK-8106] - High memory usage when large branch is reset
+    [OAK-8108] - Branch reset does not remove all branch commit
+    entries
+    [OAK-8124] - Sidegrade operation doesn't run security-related
+    commit hooks
+    [OAK-8133] - Word SHA1 no longer allowed
+    [OAK-8139] - DocumentDiscoveryLiteService hasBacklog silencing
+    must support maven version format
+    [OAK-8199] - DocumentStore in ReadOnly mode should never modify
+    persistence
+    [OAK-8214] - RDBDocumentStore may not inherit ReadOnly flag from
+    DocumentNodeStore
+    [OAK-8220] - CommitRootUpdateTest creates malformed value
+    [OAK-8258] - Active deletion can delete blobs despite indexing
+    cycle deleting them failed
+
+New Feature
+
+    [OAK-8146] - oak-run support for inspecting clusterNodeInfo
+
+Improvement
+
+    [OAK-8111] - Create read-only DocumentNodeStore for oak-run
+    recovery dry run
+    [OAK-8301] - Ensure travis-ci uses trusty image
+
+Task
+
+    [OAK-7577] - Update maven plugins from org.apache.maven.plugins
+    [OAK-7586] - Update bundle plugin to 3.5.0
+    [OAK-7689] - Update maven plugins from org.apache.maven.plugins
+    [OAK-7827] - examples: update Spring dependencies to
+    1.5.16.RELEASE
+    [OAK-7831] - examples: update htmlunit dependency to 2.33
+    [OAK-7833] - oak-examples/webapp: update groovy dependency
+    [OAK-7848] - update maven-bundle-plugin to 3.5.1
+    [OAK-7902] - Update osgi-mock to 2.3.10
+    [OAK-8072] - Aggregate jcr:content result nodes as their parent
+    [OAK-8085] - Upgrade spotbugs to 3.1.11
+    [OAK-8098] - oak-examples/webapp: update spring boot dependency to
+    1.5.19
+    [OAK-8120] - Update http components to 4.5.7/4.4.11
+    [OAK-8291] - Update Oak 1.8 to Jackrabbit 2.16.4
+    [OAK-8296] - DocumentNodeStoreBranchesTest uses
+    javax.annotation.Nonnull
+
+In addition to the above-mentioned changes, this release contains
+all changes included up to the Apache Jackrabbit Oak 1.8.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 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.8.13/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

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

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

Added: dev/jackrabbit/oak/1.8.13/jackrabbit-oak-1.8.13-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.8.13/jackrabbit-oak-1.8.13-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.8.13/jackrabbit-oak-1.8.13-src.zip.asc Thu May  9 14:26:24 2019
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEvg5xfEY+DrpuUAXC0Qj/h5qmOVAFAlzUMlEACgkQ0Qj/h5qm
+OVDoKQ/+NM/cFCFqjaxY45R4E6hgjJVu9xnPAtuKcpWPY7NGEj81/hrRHzm341Qh
+OnF2hc9PP3rJ+cl5sPiiK/wmmLilufAp+V8Rg0+HVdumKxRJN2h5FxEQ9XNJocQ5
+fVqzmDqlBHPvHVv153Q8I5nlokFv8/gag/HMXHAkvx+JJuD2ats99vxz66L+dhtI
+A628Qi/BCuXxheSCUDt/AqjQOOCcGFf3k7txVFSvGHY0fnxQP7xXM+2ig71KXPoZ
+0SMxWk3w4o7IVE5uE9sWk69sIExvVX4TTyzLEA86rEirglu5Ch1qQ/542j8EZk6D
+i6Uc9x15AZWY4cLBU1ygrDSL7Z5ORWi2Po1tD6hc/33Y4m4IBRtWu3+/5V3TsGk0
+AZDJVXtPS7GjoPYOHvI6pylmRuDCkFq4UIczxDqb+CRAMkbW5KTpu6hvcVt8Cp+p
+QPuB2Bi2VCIY2XZsfJVjBGHFAL3CIigb8jOEtUKOVXH0UNHiBrlRjePOohAkRW6U
+iX3BdXO4Pa/cEXgVoOiHrXaWTYNDeYUQAQwgHrXp7zC0duKefyWt9S9idNDcJkLe
+KjorlMOiEdqwHPjyAXfzFSua7yT3m2N7AAzea2Hz3p34JL0QD2mnb942qsumv8vz
+bwHZuo7gyRw/AfbD2TejEAl03eMNy1UoOOuoqBnpmWxbyJzHhsU=
+=Eom9
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/oak/1.8.13/jackrabbit-oak-1.8.13-src.zip.sha1
==============================================================================
--- dev/jackrabbit/oak/1.8.13/jackrabbit-oak-1.8.13-src.zip.sha1 (added)
+++ dev/jackrabbit/oak/1.8.13/jackrabbit-oak-1.8.13-src.zip.sha1 Thu May  9 14:26:24 2019
@@ -0,0 +1 @@
+451d68f0f3dd66cc59e6e273ce96541bd98c968c

Added: dev/jackrabbit/oak/1.8.13/jackrabbit-oak-1.8.13-src.zip.sha512
==============================================================================
--- dev/jackrabbit/oak/1.8.13/jackrabbit-oak-1.8.13-src.zip.sha512 (added)
+++ dev/jackrabbit/oak/1.8.13/jackrabbit-oak-1.8.13-src.zip.sha512 Thu May  9 14:26:24 2019
@@ -0,0 +1 @@
+8823c235d26dfa6cf1ea0413ebd0d4b5285bdcb483d77d7cd030d7d499ca6bdf19f678f56d90e58cb842a13ba39202ebc84a935b491f57edd8bca78b3622067d