Author: davide
Date: Wed May  8 10:07:41 2019
New Revision: 1858903

URL: http://svn.apache.org/viewvc?rev=1858903&view=rev
Log:
Apache Jackrabbit Oak 1.8.13


Modified:
    jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt

Modified: jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt?rev=1858903&r1=1858902&r2=1858903&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.8/RELEASE-NOTES.txt Wed May  8 10:07:41 2019
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.8.12
+Release Notes -- Apache Jackrabbit Oak -- Version 1.8.13
 
 Introduction
 ------------
@@ -7,76 +7,85 @@ Jackrabbit Oak is a scalable, high-perfo
 repository designed for use as the foundation of modern world-class
 web sites and other demanding content applications.
 
-Jackrabbit Oak 1.8.12 is a patch release that contains fixes and
+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.12
+Changes in Oak 1.8.13
 ---------------------
 
 Technical task
 
-    [OAK-7201] - make Guava version configurable at build time
-    [OAK-7399] - add build profile "guava-latest" to build with latest
-    supported Guava version
-    [OAK-7894] - RDBDocumentStore: add perf logging for JDBC read
-    operations
-    [OAK-7960] - RDB: add to Oak documentation
-    [OAK-7978] - guava-latest profile defunct
-    [OAK-8004] - oak-run: support "recovery" command for
-    RDBDocumentStore
-    [OAK-8043] - RDB: expose DDL generation functionality in oak-run
-    [OAK-8058] - RDB*Store: update Tomcat JDBC pool dependency to
-    8.5.38
-    [OAK-8069] - Log warning for too many transient modifications of
-    direct child nodes
-    [OAK-8071] - Logging to detect commits carrying over from previous
-    GC generation can block other threads from committing
+    [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-1819] - oak-solr-core test failures on Java 8 and later
-    [OAK-6749] - Segment-Tar standby sync fails with "in-memory" blobs
-    present in the source repo
-    [OAK-7751] - CopyOnReadDirectory#removeDeletedFiles asks
-    IndexCopier to check timestamp for (remote only) segments.gen
-    leading to failure to clean up local files
-    [OAK-7901] - NodeTypeRegistryTest uses javax.annotation.Nonnull
-    [OAK-8006] - SegmentBlob#readLongBlobId might cause
-    SegmentNotFoundException on standby
-    [OAK-8007] - RDBDocumentStore: potential off-heap memory leakage
-    due to unclosed GzipInputStream
-    [OAK-8033] - Node states sometimes refer to more than a single
-    generation of segments after a full compaction
-    [OAK-8051] - PersistentCache: error during open can lead to
-    incomplete initialization and subsequent NPEs
-    [OAK-8063] - The cold standby client doesn't correctly handle
-    backward references
-    [OAK-8070] - The date-based copy-versions directive doesn't work
-    correctly with include-paths
+    [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-7246] - Improve cleanup of locally copied index files
-    [OAK-8046] - Result items are not always correctly counted against
-    the configured read limit if a query uses a lucene index
-    [OAK-8084] - LogCustomizer should allow instantiation with Java
-    class (in addition to class name)
-    [OAK-8088] - Add refresh head revision time to background update
-    stats
+    [OAK-8111] - Create read-only DocumentNodeStore for oak-run
+    recovery dry run
+    [OAK-8301] - Ensure travis-ci uses trusty image
 
 Task
 
-    [OAK-7826] - examples: remove unused slf4f related vars from pom
-    [OAK-7892] - LogCustomizer should support slf4j log levels
-    [OAK-7969] - Update tika dependency to 1.20
-    [OAK-8030] - oak-jcr NodeTypeTest improvements
-    [OAK-8037] - add test case for making a node type referenceable
-    [OAK-8059] - Update Jackson dependency to 2.9.8
-    [OAK-8068] - Update slf4j dependency to 1.7.26
+    [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.


Reply via email to