Author: amitj
Date: Mon Sep 12 03:09:45 2016
New Revision: 1760288
URL: http://svn.apache.org/viewvc?rev=1760288&view=rev
Log:
Release notes Oak 1.2.19
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=1760288&r1=1760287&r2=1760288&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.2/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.2/RELEASE-NOTES.txt Mon Sep 12 03:09:45 2016
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.2.18
+Release Notes -- Apache Jackrabbit Oak -- Version 1.2.19
Introduction
------------
@@ -7,58 +7,84 @@ 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.18 is a patch release that contains fixes and
+Apache Jackrabbit Oak 1.2.19 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.18
+Changes in Oak 1.2.19
---------------------
Technical task
- [OAK-4477] - RDBDatasourceFactory should use pool config similar to sling
datasource defaults
- [OAK-4554] - RDBBlobStoreTest should use RDBDatasourceWrapper
- [OAK-4557] - RDBPreparedStatementWrapper: do not hide implementation bugs
- [OAK-4559] - RDB*Store: failures with Tomcat JDBC pool's StatementCache
interceptor
- [OAK-4562] - BasicDocumentStore max id test might return misleading results
- [OAK-4629] - Make it possible to override blob accessing methods in
DataStoreBlobStore
+ [OAK-4615] - RDBDocumentStore: in 1.0, cache invalidation is slightly
different from 1.2
Bug
- [OAK-4503] - Update count increases with rebase
- [OAK-4527] - [oak-blob-cloud] Access parameters configured leak out in the
exception message
- [OAK-4565] - S3Backend fails to upload large metadata records
- [OAK-4599] - SecurityProviderRegistration fails to update config param of
SecurityConfiguration(s)
+ [OAK-3522] - DefaultSyncContext exposes internal path-utility method
+ [OAK-3523] - DefaultSyncContext catches ClassCastException
+ [OAK-4153] - segment's compareAgainstBaseState wont call childNodeDeleted
when deleting last and adding n nodes
+ [OAK-4219] - ExternalLoginModuleTestBase doesn't remove synced User/Group
accounts
+ [OAK-4224] - DefaultSyncContext.sync(ExternalIdentity) should verify IDP
+ [OAK-4231] - DefaultSyncContext creates Value of type String for
Binary|Inputstream Object
+ [OAK-4267] - SyncedIdentity for foreign authorizable always has isGroup
set to false
+ [OAK-4302] - DefaultSyncContextTest contains duplicate test
+ [OAK-4448] - Test failures that rely on expiration time to experience a
re-sync.
+ [OAK-4600] - In case of branch commits, nodeChildrenCache gets entries for
branch revision without "br" prefix
+ [OAK-4675] - SNFE thrown while testing FileStore.cleanup() running
concurrently with writes
+ [OAK-4676] - Index definition on nt:base with analyzed property
incorrectly matches query with different property
+ [OAK-4679] - Backport OAK-4119, OAK-4101, OAK-4087 and OAK-4344
Improvement
- [OAK-2761] - Persistent cache: add data in a different thread
- [OAK-3997] - Include eviction cause to the LIRS removal callback
- [OAK-4123] - Persistent cache: allow to configure the add data concurrency
- [OAK-4454] - Create consistent API in ExternalSort to write and read
escaped line breaks
- [OAK-4563] - Specify thread pool name which should be used by Async
Indexing task
- [OAK-4573] - S3 fetching record leads to multiple calls and background
download
- [OAK-4574] - [BlobGC] Remove adding of paths in file maintained for blob
references
- [OAK-4636] - PropertyIndexLookup#getIndexNode should be more tolerant
towards property types
+ [OAK-2690] - Add optional UserConfiguration#getUserPrincipalProvider()
+ [OAK-2994] - AbstractSecurityTest#getUserManager(Root) doesn't create new
instances
+ [OAK-3003] - Improve login performance with huge group membership
+ [OAK-3274] - DefaultSyncConfigImpl: add information to
"user.membershipExpTime" about minimum expiration time
+ [OAK-3518] - Consistently add annotations to DefaultSync* classes
+ [OAK-3563] - Improve DefaultSyncContext
+ [OAK-3648] - Use StandardTokenizer instead of ClassicTokenizer in
OakAnalyzer
+ [OAK-3721] - Reduce code duplication in MembershipProvider
+ [OAK-3728] - Document indexes in the index itself
+ [OAK-4001] - ExternalLoginModule: Make max sync attempts configurable
+ [OAK-4005] - LdapIdentityProvider.getEntries() is prone to OOME.
+ [OAK-4087] - Replace Sync of configured AutoMembership by Dynamic
Principal Generation
+ [OAK-4119] - Improvements Take 1
+ [OAK-4384] - Benchmarks: add support 'automembership' config option
+ [OAK-4385] - Benchmarks: proper init of ExternalPrincipalConfiguration
with dynamicMembership
+ [OAK-4516] - Configurable option to lucene index defs to index original
(unanalyzed value as well)
+ [OAK-4623] - Log more information when null DocumentNodeState is read for
a child while fetching children
+ [OAK-4678] - Backport OAK-4344 and OAK-4005
New Feature
- [OAK-3095] - Add eviction listener to LIRS cache
+ [OAK-3170] - Implement Group extensions as proposed in JCR-3880
+ [OAK-4003] - Add support for Group-Membership actions
+ [OAK-4101] - Consider separate external (group) principal management
Task
- [OAK-3611] - upgrade H2DB dependency to 1.4.190
+ [OAK-3211] - Document External Identity Management
+ [OAK-4364] - Initial Benchmarks for oak-auth-external
+ [OAK-4743] - Update Oak 1.2 and Oak 1.4 to Jackrabbit 2.12.4
+
+
+Test
+
+ [OAK-2742] - Add UserImport tests that run with a non-admin session
+ [OAK-4226] - Improve testing of DefaultSyncContext
+ [OAK-4248] - More tests for the exposed 'basic' package
+ [OAK-4382] - Test failure in
ExternalGroupPrincipalProviderTest.testFindPrincipalsByHintTypeGroup
In addition to the above-mentioned changes, this release contains
-all changes included up to the Apache Jackrabbit Oak 1.2.17 release.
+all changes included up to the Apache Jackrabbit Oak 1.2.18 release.
For more detailed information about all the changes in this and other
Oak releases, please see the Oak issue tracker at