You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by da...@apache.org on 2017/01/10 10:34:33 UTC

svn commit: r1778106 - /jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt

Author: davide
Date: Tue Jan 10 10:34:33 2017
New Revision: 1778106

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

release notes


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

Modified: jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt?rev=1778106&r1=1778105&r2=1778106&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/branches/1.4/RELEASE-NOTES.txt Tue Jan 10 10:34:33 2017
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.4.11
+Release Notes -- Apache Jackrabbit Oak -- Version 1.4.12
 
 Introduction
 ------------
@@ -7,60 +7,92 @@ 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.4.11 is a patch release that contains fixes and
+Jackrabbit Oak 1.4.12 is a patch release that contains fixes and
 improvements over Oak 1.4. Jackrabbit Oak 1.4.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.4.11
+Changes in Oak 1.4.12
 ---------------------
 
+Technical task
+
+    [OAK-4225] - AbstractOak2OakTest never calls
+    getSoureContainer().clean()
+    [OAK-4241] - JdbcNodeStoreContainer does not correctly clean up H2
+    temp files
+    [OAK-5098] - improve DocumentNodeStoreService robustness for RDB
+    configs
+
 Bug
 
-    [OAK-4544] - Fix failing test
-    DataStoreCheckTest.testMissingOpParams()
-    [OAK-5009] - ExternalToExternalMigrationTest failures on Windows
-    [OAK-5125] - Some implementations of CacheValue.getMemory() don't
-    care about integer overflow.
-    [OAK-5138] - NodeCache.getIfPresent() may result in writing to
-    persistent cache
-    [OAK-5139] - Asynchronous puts to persistent cache doesn't update
-    stats
-    [OAK-5148] - Misleading diffJournalChildren debug message
-    [OAK-5178] - Default mode for local_diff cache must be synchronous
-    [OAK-5180] - Fix and enable RemoteServerIT
-    [OAK-5193] - Version tree may become inconsistent after removing a
-    version
-    [OAK-5200] - OAK-4930 introduced critical bug confusing id and
-    principal name
-    [OAK-5203] - [oak-run] Rename dumdatastorerefs comand to
-    datastorecheck command
+    [OAK-4420] - RepositorySidegrade: oak-segment to oak-segment-tar
+    should migrate checkpoint info
+    [OAK-4717] - TarNodeStore.checkpoint methods represent endless
+    loop
+    [OAK-4842] - Upgrade breaks if there's no SearchManager configured
+    in repository.xml
+    [OAK-5112] - oak-upgrade breaking versionStorage node when started
+    with copy-versions=false
+    [OAK-5133] - StoreArgument class getter method opens repo in
+    read/write and unsafe MMAP mode
+    [OAK-5233] - Parameter --src-datastore is being ignored for JCR2
+    upgrade
+    [OAK-5260] - Incorrect handling of subpaths with leading left
+    curly bracket
+    [OAK-5262] - Test failure:
+    NodeTypeIndexingUtilsTest.testSynonymsFileCreation
+    [OAK-5358] - test failures for oak-auth-ldap on Windows
+    [OAK-5410] - Backport OAK-5260 (Incorrect handling of subpaths
+    with leading left curly bracket)
 
 Improvement
 
-    [OAK-4789] - SegmentBlob should return null contentIdentity for
-    inlined blobs
-    [OAK-5132] - Limit diff cache entries in size
-    [OAK-5142] - Make sure that metadata entries are eventually
-    removed
-    [OAK-5150] - Log stats for JournalDiffLoader
-    [OAK-5155] - Remove oak.documentMK.cacheConcurrency system
-    property
-    [OAK-5163] - ReadWriteVersionManager#getExistingBaseVersion throws
-    an opaque exception if baseVersion doesn't exist
+    [OAK-4447] - RepositorySidegrade: oak-segment to oak-segment-tar
+    migrate without external datastore
+    [OAK-4564] - Use Lucene index to look for long-named nodes in JCR2
+    upgrade
+    [OAK-4624] - Optionally ignore missing blobs during sidegrade
+    [OAK-4630] - Create segment and segment tar directory only when
+    it's missing
+    [OAK-4639] - Enable --missingblobstore by default for the
+    sidegrade
+    [OAK-4696] - Improve logging for SyncHandler
+    [OAK-4725] - Enable mmap mode by default for migration to
+    SegmentNodeStore
+    [OAK-4748] - Migration tool should check if the source and
+    destination repositories are different
+    [OAK-4751] - Improve the checkpoint migration performance
+    [OAK-4758] - Allow tweaking of node migration logs threshold
+    [OAK-4761] - Reduce the number of calls to
+    /jcr:system/jcr:versionStorage during the upgrade
+    [OAK-4762] - Rebuild indexes only for partial sidegrades
+    [OAK-4831] - Don't break the upgrade tests if the directory can't
+    be cleaned-up
+    [OAK-4849] - Refactor the MigrationCliArguments from implicit to
+    explicit
+    [OAK-4970] - Sidegrade disk usage issues related to copying
+    version storage
+    [OAK-5030] - Copying the versions store is slow and increase the
+    repository size
+    [OAK-5043] - Very old JR2 repositories may have invalid nodetypes
+    for groupsPath and usersPath
+    [OAK-5100] - Provide source store external references flag via
+    command line if available
+    [OAK-5154] - Checkpoints should only be migrated if no custom
+    paths are defined
+    [OAK-5157] - Source repository should be opened in read-only mode
+    for sidegrade
+    [OAK-5290] - Backport the performance improvements for oak-upgrade
+    from trunk
+    [OAK-5337] - LastRevRecoveryAgent should avoid recovering
+    documents from its own cluster id if the instance is running
 
 New Feature
 
-    [OAK-4476] - Option to check datastore consistency in oak-run
-
-Task
-
-    [OAK-5071] - Persistent cache: use the asynchronous mode by
-    default
-    [OAK-5171] - Get rid of test dependency to json.org JSON parser
-    [OAK-5227] - Update Oak 1.2 and Oak 1.4 to Jackrabbit 2.12.6
+    [OAK-4983] - Add --verify mode to the RepositorySidegrade
 
 In addition to the above-mentioned changes, this release contains
 all changes included up to the Apache Jackrabbit Oak 1.4.x release.