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/07 11:26:14 UTC

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

Author: reschke
Date: Thu Jun  7 11:26:13 2018
New Revision: 27299

Log:
Apache Jackrabbit Oak 1.8.4 release candidate

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

Added: dev/jackrabbit/oak/1.8.4/RELEASE-NOTES.txt
==============================================================================
--- dev/jackrabbit/oak/1.8.4/RELEASE-NOTES.txt (added)
+++ dev/jackrabbit/oak/1.8.4/RELEASE-NOTES.txt Thu Jun  7 11:26:13 2018
@@ -0,0 +1,117 @@
+Release Notes -- Apache Jackrabbit Oak -- Version 1.8.4
+
+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.4 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.4
+---------------------
+
+Technical task
+
+    [OAK-7149] - RDBDocumentStore.getStats() for Derby
+    [OAK-7159] - RDBDocumentStore: use try-with-resources for nodes
+    cache locks
+    [OAK-7181] - RDBDocumentStore: use try-with-resources for
+    ChangesTracker
+    [OAK-7184] - LengthCachingDataStoreTest: Remove unused import of
+    Guava InputSupplier
+    [OAK-7185] - Upgrade jclouds dependency to 2.0.3
+    [OAK-7186] - avoid use of guava Iterators.emptyIterator()
+    [OAK-7329] - RDB*Store for SQLServer: name the PK index for better
+    readability
+    [OAK-7330] - RDBDocumentStore: make indices on SD* sparse where
+    possible
+    [OAK-7331] - RDBDocumentStore: add index on _MODIFIED to improve
+    VersionGC performance
+    [OAK-7333] - RDBDocumentStore: refactor index report
+    [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-7339] - Fix all sidegrades breaking with
+    UnsupportedOperationException on MissingBlobStore by introducing
+    LoopbackBlobStore
+    [OAK-7513] - Possible NPE in exact size calculation for
+    SolrQueryIndex
+
+Improvement
+
+    [OAK-7442] - Remove dependency to commons-codec
+
+Task
+
+    [OAK-7156] - CacheChangesTracker should implement Closeable
+    [OAK-7160] - Update commons-codec dependency to 1.11
+    [OAK-7161] - LengthCachingDataStore's use of LineIterator.close()
+    [OAK-7163] - Upgrade commons-io dependency to 2.6
+    [OAK-7240] - create announcement mail template for releases
+    [OAK-7255] - Upgrade jackson dependencies to version 2.9.4
+    [OAK-7268] - document store: create charset encoding utility that
+    detects malformed input
+    [OAK-7272] - improve BackgroundLeaseUpdate warning messages
+    [OAK-7275] - Update easymock test dependency to 3.4
+    [OAK-7364] - code coverage checks fail on Java 10
+    [OAK-7368] - update to findbugs version compatible with jdk 10
+    [OAK-7422] - Update jackson dependencies to 2.9.5
+    [OAK-7443] - remove jdk 1.6 specific findbugs profile from pom
+    [OAK-7451] - Upgrade tika-parsers dependency to 2.18
+    [OAK-7482] - update maven-javadoc-plugin to 3.0.0
+    [OAK-7483] - add "javadoc" profile for Jenkins matrix builds
+    [OAK-7493] - RDB*Store: update Derby dependency to 10.14.2.0
+
+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 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.8.4/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:executable = *

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

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

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

Added: dev/jackrabbit/oak/1.8.4/jackrabbit-oak-1.8.4-src.zip.asc
==============================================================================
--- dev/jackrabbit/oak/1.8.4/jackrabbit-oak-1.8.4-src.zip.asc (added)
+++ dev/jackrabbit/oak/1.8.4/jackrabbit-oak-1.8.4-src.zip.asc Thu Jun  7 11:26:13 2018
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABAgAGBQJbGQmQAAoJEB3kYVKPHxsqfwMP/3eb/PjsbwZg56O5UJBOipQC
+zADeOjYwzhNR6vcRfnwaNxsIaSmcTAtupCsNTpimVUBBye3/8hO/QH67wqse4sl9
++BPzzl7KFRcc8LlhVCsTxstlXCeZEgMgSjWeGg8ce6Ba8BHc1OxL24dO2C8jnB2k
+k3JTqwD8G6yAnAWBTAlvsjlQJdOE1xo1Ty8lnIoTZyxj6WFzN84sjBSP05Eo4396
+F2aDcBdEFdsJ1naE4u9EPZYZ7uv05bOS53DNmnyAzczHEqNnNY/uySki5EOjEsVd
+tRkd42LCW+vjk9VL0LBq1m1LcMX3GfC8xCg8VsiI8pGEZWY2UwztxhtCBVF+bRD+
+oHAsrttCPVdQUTnXQCEzlnZenvF+YYy19YAOPZoGv/zNYdQG5y04dDXPfVupGqTl
+EiRR3h2fDrGYCA0j1d2TwcTs/kfMZirdFA5xwyDCRABXb8nVy8DBhVblH5DppONI
+YEx1eeu12e+YWVww3s2JBmkxn4IPlF/LTUJT/KVQuz67HmwJLYBfTRJlBlcX55u+
+CqBOHS3kdUkLqz6pLBk4fg2PeHmoiTH/gqif/bwoxbMX6gMvh9e9ie5e7D3ok291
+USC3R1pUVd801XkqJjjQY/uXQurclxiSsXE+9++SX4ChFF8VT+S9tnAfTMMmGfWV
+BCc6qwdNkiGYqGiZn7AT
+=8LM2
+-----END PGP SIGNATURE-----

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

Added: dev/jackrabbit/oak/1.8.4/jackrabbit-oak-1.8.4-src.zip.sha1
==============================================================================
--- dev/jackrabbit/oak/1.8.4/jackrabbit-oak-1.8.4-src.zip.sha1 (added)
+++ dev/jackrabbit/oak/1.8.4/jackrabbit-oak-1.8.4-src.zip.sha1 Thu Jun  7 11:26:13 2018
@@ -0,0 +1 @@
+dbe75262e516852ca674ee420c73795fae95a5f0

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

Added: dev/jackrabbit/oak/1.8.4/jackrabbit-oak-1.8.4-src.zip.sha512
==============================================================================
--- dev/jackrabbit/oak/1.8.4/jackrabbit-oak-1.8.4-src.zip.sha512 (added)
+++ dev/jackrabbit/oak/1.8.4/jackrabbit-oak-1.8.4-src.zip.sha512 Thu Jun  7 11:26:13 2018
@@ -0,0 +1 @@
+6201efed227417c350dc00cc2075d90a8f37ec4b6d6d4a7bb2b2e84a41f5acf85d03e83e91c3171902f3543db7dc78f4f2bf4795bfeeaf7fa66e2f6328de76a5

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