Author: davide
Date: Mon Apr 8 14:18:50 2019
New Revision: 1857110
URL: http://svn.apache.org/viewvc?rev=1857110&view=rev
Log:
Apache Jackrabbit Oak 1.6.17
release notes
Modified:
jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt
Modified: jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt?rev=1857110&r1=1857109&r2=1857110&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.6/RELEASE-NOTES.txt Mon Apr 8 14:18:50 2019
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.6.16
+Release Notes -- Apache Jackrabbit Oak -- Version 1.6.17
Introduction
------------
@@ -7,58 +7,41 @@ 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.6.16 is a patch release that contains fixes and
+Jackrabbit Oak 1.6.17 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.16
+Changes in Oak 1.6.17
---------------------
-Sub-task
-
- [OAK-7898] - Facet queries with UNION should do trivial merge of
- facets from sub-queries
- [OAK-7930] - Add tape sampling
-
Bug
- [OAK-6895] - Suggest directory lookup (query) isn't closed
- [OAK-6972] - DefaultIndexReader closes suggest directory multiple
- times
- [OAK-7605] - Giving multiple result when executing query (for a
- constraints with OR condition) for Facetextraction
- [OAK-7606] - Doing Faceting only on the resultset of one
- constraints when query contain multiple constraint with OR
- condition
- [OAK-7608] - Throw exception if all properties name are given
- wrong for faceting
- [OAK-7613] - Taking more time for iterating row of query Result
- which contain Facets
- [OAK-7630] - Suggest directory update doesn't close
- AnalyzingInfixSuggester after building
- [OAK-7808] - Incorrect facet counts when some results are
- inaccessible due to ACLs
- [OAK-7929] - Incorrect Facet Count With Large Dataset and ACLs
- [OAK-7935] - RDB*Store: createOrUpdate may fail on stale cache
- when document was removed on different instance
- [OAK-7951] - Datastore GC stats not updated with failure when "Not
- all repositories have marked references available"
+ [OAK-7975] - Facet extraction fails while requesting multiple
+ facets and one of the requested facets doesn't have indexed values
+ [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-8070] - The date-based copy-versions directive doesn't work
+ correctly with include-paths
+ [OAK-8106] - High memory usage when large branch is reset
+ [OAK-8123] - Build failure with Maven 3.6.0
+ [OAK-8133] - Word SHA1 no longer allowed
Improvement
- [OAK-7850] - Indexes that don't support facets being queried
- should not participate in execution plan
- [OAK-7862] - Make PermissionEntryCache more resilient against OOME
- (1.8)
- [OAK-7925] - OakUpgrade for RDBMK: user name and password must
- match
+ [OAK-8084] - LogCustomizer should allow instantiation with Java
+ class (in addition to class name)
Task
- [OAK-7909] - Backport and validate OAK-7867 to Oak 1.6
+ [OAK-7219] - Update Logback version to >= 1.2.0, SLF4J accordingly
+ [OAK-7892] - LogCustomizer should support slf4j log level
In addition to the above-mentioned changes, this release contains
all changes included up to the Apache Jackrabbit Oak 1.6.x release.