Author: amitj
Date: Tue Jan 16 03:42:19 2018
New Revision: 1821212
URL: http://svn.apache.org/viewvc?rev=1821212&view=rev
Log:
Release notes Oak 1.2.28
Modified:
jackrabbit/oak/branches/1.2/RELEASE-NOTES.txt
Modified: jackrabbit/oak/branches/1.2/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.2/RELEASE-NOTES.txt?rev=1821212&r1=1821211&r2=1821212&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.2/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.2/RELEASE-NOTES.txt Tue Jan 16 03:42:19 2018
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.2.27
+Release Notes -- Apache Jackrabbit Oak -- Version 1.2.28
Introduction
------------
@@ -7,28 +7,80 @@ 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.
-Apache Jackrabbit Oak 1.2.27 is a patch release that contains fixes and
+Apache Jackrabbit Oak 1.2.28 is a patch release that contains fixes and
improvements over Oak 1.2. Jackrabbit Oak 1.2.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.2.27
+Changes in Oak 1.2.28
---------------------
+Sub-task
+
+ [OAK-5299] - Introduce BlobFactory in OakDirectory
+
+Technical task
+
+ [OAK-6237] - Tomcat JDBC pool's StatementCache interceptor may cache
borked PreparedStatements with DB2
+ [OAK-6652] - RDB*Store: update postgresql JDBC driver reference to 42.1.4
+ [OAK-6660] - RDB*Store: update mysql JDBC driver reference to 5.1.44
(2017-08-30)
+ [OAK-6696] - RDB*Store: update Tomcat JDBC pool dependency to 7.0.81
+ [OAK-6782] - RDBDocumentStore: inconsistent handling of cache invalidation
on remove()
+ [OAK-6903] - RDB*Store: update Tomcat JDBC pool dependency to 7.0.82
+ [OAK-7068] - RDBBlobStore may wrap SQLExceptions into RuntimeExceptions
+ [OAK-7069] - RDBDataSourceWrapper: properly name
setTemporaryUpdateException
Bug
- [OAK-3930] - Sysview import of single valued mv property creates sv
property
- [OAK-4067] - AssertionError thrown for Lucene index with empty suggest
disctionary
- [OAK-5949] - XPath: string liter als parsed as identifiers
- [OAK-6317] - LMSEstimator update amount depending on cost amount
- [OAK-6391] - With FastQuerySize, getSize() returns -1 if there are exactly
21 rows
+ [OAK-4518] - ConcurrentAddReferenceTest fails occasionally
+ [OAK-5238] - IndexCopier causes concurrent update on NodeBuilder
+ [OAK-5933] - Checkpoints are not sorted correctly in RepositorySidegrade
+ [OAK-6011] - Test failure: JdbcToSegmentTest:validateMigration
+ [OAK-6057] - incorrect system property check in blob/upgrade tests
+ [OAK-6306] - upgrade uses lucene wrong version (transient dependency)
+ [OAK-6360] - Failed to retrieve previously indexed checkpoint in composite
node store
+ [OAK-6454] - Inaccurate data in the oak-upgrade progress logger
+ [OAK-6560] - Sidegrade uses too much memory
+ [OAK-6611] - [upgrade][oak-blob-cloud] Many S3DataStore errors during
migration with oak-upgrade
+ [OAK-6633] - Overwriting a versionable node with the copy-versions=false
doesn't remove versionable properties
+ [OAK-6685] - Background operation may fail when document is malformed
+ [OAK-6953] - CacheLIRS cannot be disabled
+ [OAK-6970] - IncludeIndexTest failure
+ [OAK-7101] - Stale documents in RDBDocumentStore cache
+ [OAK-7152] - CacheMap.clear() never returns
+
+
+Improvement
+
+ [OAK-4863] - Reduce query batch size for deleted documents
+ [OAK-5317] - MongoBlobStore creates _id index unnecessarily
+ [OAK-6003] - Allow to migrate checkpoints for all type of sidegrades
+ [OAK-6131] - No need to rebuild the counter/uuid index anymore
+ [OAK-6188] - Allow to exclude nodes containing name fragment during the
migration
+ [OAK-6190] - Allow to migrate checkpoints even if the custom include paths
are specified
+ [OAK-6218] - Including id in DocumentStoreException which wrap
MongoException
+ [OAK-6333] - IndexPlanner should use actual entryCount instead of limiting
it to 1000
+ [OAK-6336] - Use the oak-blob-cloud for s3 support in oak-upgrade
+ [OAK-6650] - new release checksum requirements
+ [OAK-6878] - Populate S3DataStore fields with the passed properties in
oak-upgrade
+ [OAK-7121] - DocumentStore testing: allow config of DocumentMK.Builder in
AbstractDocumentStoreTest
+
+
+Task
+
+ [OAK-6655] - Update travis build configuration
+ [OAK-6657] - Remove travis webhook configuration
+ [OAK-6751] - Update Oak 1.2 and 1.4 to Jackrabbit 2.12.8
+ [OAK-6952] - add SHA512 checksums to releases
+ [OAK-7120] - Use specific MongoDB version on travis-ci
+ [OAK-7126] - make RDBCacheConsistency2Test store-agnostic
+
In addition to the above-mentioned changes, this release contains
-all changes included up to the Apache Jackrabbit Oak 1.2.26 release.
+all changes included up to the Apache Jackrabbit Oak 1.2.27 release.
For more detailed information about all the changes in this and other
Oak releases, please see the Oak issue tracker at