Author: reschke
Date: Wed Feb 5 08:40:17 2020
New Revision: 1873592
URL: http://svn.apache.org/viewvc?rev=1873592&view=rev
Log:
OAK-8893: Release Oak 1.22.1 - Candidate Release Notes
Modified:
jackrabbit/oak/branches/1.22/RELEASE-NOTES.txt
Modified: jackrabbit/oak/branches/1.22/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.22/RELEASE-NOTES.txt?rev=1873592&r1=1873591&r2=1873592&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.22/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.22/RELEASE-NOTES.txt Wed Feb 5 08:40:17 2020
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.22.0
+Release Notes -- Apache Jackrabbit Oak -- Version 1.22.1
Introduction
------------
@@ -7,90 +7,36 @@ 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.22.0 is an incremental feature release based
-on and compatible with earlier stable Jackrabbit Oak 1.x
-releases. This release is considered stable and targeted for
-production use.
+Jackrabbit Oak 1.22.1 is a patch release that contains fixes and
+improvements over Oak 1.22. Jackrabbit Oak 1.22.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.22.0
+Changes in Oak 1.22.1
---------------------
Bug
- [OAK-6098] - Build timeout
- [OAK-8104] - [Direct Binary Access] DataRecordDownloadOptions should
properly support filename* for Content-Disposition
- [OAK-8695] - [Direct Binary Access] upload algorithm documentation should
make it clear that not all URIs have to be used
- [OAK-8696] - [Direct Binary Access] upload algorithm documentation should
also be on the website
- [OAK-8710] - AbstractLoginModule#logout() must not remove 'foreign'
principals/credentials
- [OAK-8760] - ClusterViewDocument uses static instance of SimpleDateFormat
- [OAK-8781] - Add debug logs before and after cache purge to get the
uploadCache size info
- [OAK-8786] - Remove temporary file on upload immediately after a sync
upload
- [OAK-8799] - oak-http: broken Export-Package statement
- [OAK-8800] - TokenLoginModule does not add principals from subject to
AuthInfo
- [OAK-8801] - LoginModuleImpl will not populate auth info if subject is
readonly
- [OAK-8802] - ExternalLoginModule.commit will fail if no principals can be
resolved for externalUser
- [OAK-8803] - AbstractLoginModule and subclasses: successful commit must
not clear state information required for successful logout
- [OAK-8807] - Update FileCache to use non-cache segment blocking method
- [OAK-8818] - oak-run test failures when running with -Dazure.config defined
- [OAK-8825] - S3 tests fail due to non-existent bucket
+ [OAK-8780] - Remove the synchronized block on the FSBackend
+ [OAK-8845] - Function-based indexing don't support ordering
+ [OAK-8855] - Permission evaluation of nodes broken after :nestedCug
removed from parent node
+ [OAK-8870] - UserAuthentication.authenticate should remove pw attribute
Improvement
- [OAK-5787] - BlobStore should be AutoCloseable
- [OAK-8280] - [Direct Binary Access] Allow client to veto use of CDN URI
- [OAK-8778] - NodeImpl: remove unnecessary null check
- [OAK-8804] - AuthInfoImpl: add constructor with iterable-principals
instead of set
- [OAK-8828] - Configure the maximum number of journal entries to be copied
with segment-copy
- [OAK-8854] - Improved log message when failed to index an node due to
IOException
+ [OAK-6632] - [upgrade] oak-upgrade should support azure blobstorage
Task
- [OAK-8743] - org.apache.jackrabbit.oak.stats.Clock should extend from
java.time.Clock
- [OAK-8782] - enable coverage checks for oak-core-spi
- [OAK-8789] - bump up logging for deprecated security APIs to WARN
- [OAK-8796] - Update maven-assembly-plugin to 3.2.0
- [OAK-8798] - Upgrade maven-bundle-plugin to 4.2.1
- [OAK-8805] - update org.apache.felix.scr.bnd dependency to 1.9.4
- [OAK-8808] - Update maven-bundle-plugin to 4.1.0
- [OAK-8810] - oak-lucene: adjust Import-Package declaration for upgrade of
maven-bundle-plugin to 4.2.1
- [OAK-8813] - oak-it-osgi: cover oak-solr-osgi bundle
- [OAK-8816] - oak-solr-osgi: adjust Import-Package declaration for upgrade
of maven-bundle-plugin to 4.2.1
- [OAK-8819] - Update jetbrains nullability annotions to 18.0.0
- [OAK-8820] - Update slf4j dependency to 1.7.29
- [OAK-8821] - Update Tika dependency to 1.23
- [OAK-8823] - Update org.apache.felix.scr.bnd to 1.9.6
- [OAK-8824] - update jackson dependency to 2.10.1
- [OAK-8829] - oak-solr-osgi: decouple jackson dependency from project
dependency
- [OAK-8830] - oak-store-document: update org.quartz-scheduler dependency to
2.3.2
- [OAK-8835] - Update Oak trunk to Jackrabbit 2.20.0
- [OAK-8839] - update release schedule
- [OAK-8844] - update jackson dependency to 2.10.2
- [OAK-8846] - oak-store-document: remove commons-lang test dependency
- [OAK-8847] - update to commons-lang3 3.9 and define version globally
- [OAK-8850] - oak-jcr tests: switch to commons-lang3
- [OAK-8851] - oak-upgrade: switch to commons-lang3
- [OAK-8852] - oak-it: remove unused commons-lang dependency
- [OAK-8853] - oak-segment-tar tests: switch to commons-lang3
-
-Documentation
-
- [OAK-8826] - Update incorrect logback segment-copy configuration file name
-
-Technical task
-
- [OAK-8607] - Undo workarounds for improper Content-Disposition support
- [OAK-8791] - oak-core-spi: bump up logging for deprecated Guava based APIs
to INFO
- [OAK-8792] - oak-core-spi: CacheLIRS deprecation: add
'org.apache.jackrabbit.oak.plugins.segment' to allowed caller list
- [OAK-8795] - oak-commons: bump up logging for deprecated Guava based APIs
to INFO
- [OAK-8831] - RDB*Store: update mysql jdbc driver reference to 8.0.18
- [OAK-8833] - RDB*Store: improve OSGi related documentation
+ [OAK-8856] - Update httpcore dependency to 4.4.13
+ [OAK-8867] - Update httpclient/mime dependencies to 4.5.11
+ [OAK-8888] - Disable lazy Lucene index file loading in 1.22 branch (flip
default)
-In addition to the above-mentioned changes, this release contains all
-changes up to the previous release.
+In addition to the above-mentioned changes, this release contains
+all changes included up to the previous Apache Jackrabbit Oak 1.22.x release.
For more detailed information about all the changes in this and other
Oak releases, please see the Oak issue tracker at
@@ -104,8 +50,8 @@ This release consists of a single source
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
+The source archive is accompanied by a 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.