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 2015/07/01 15:12:11 UTC

svn commit: r1688640 - /jackrabbit/oak/trunk/RELEASE-NOTES.txt

Author: davide
Date: Wed Jul  1 13:12:10 2015
New Revision: 1688640

URL: http://svn.apache.org/r1688640
Log:
OAK-3060 - Release Oak 1.3.2

- release notes


Modified:
    jackrabbit/oak/trunk/RELEASE-NOTES.txt

Modified: jackrabbit/oak/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/RELEASE-NOTES.txt?rev=1688640&r1=1688639&r2=1688640&view=diff
==============================================================================
--- jackrabbit/oak/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/oak/trunk/RELEASE-NOTES.txt Wed Jul  1 13:12:10 2015
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit Oak -- Version 1.3.1
+Release Notes -- Apache Jackrabbit Oak -- Version 1.3.2
 
 Introduction
 ------------
@@ -7,7 +7,7 @@ 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.3.1 is an unstable release cut directly from
+Apache Jackrabbit Oak 1.3.2 is an unstable release cut directly from
 Jackrabbit Oak trunk, with a focus on new features and other
 improvements. For production use we recommend the latest stable 1.2.x
 release.
@@ -15,94 +15,68 @@ release.
 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.3.1
+Changes in Oak 1.3.2
 --------------------
 
 Sub-task
 
-    [OAK-2410] - [sonar]Some statements not being closed in
-    RDBDocumentStore
-    [OAK-2502] - Provide initial implementation of the Remote
-    Operations specification
-    [OAK-2747] - Admin cannot create versions on a locked page by
-    itself
-    [OAK-2939] - Make compaction gain estimate more accurate
-    [OAK-2940] - RDBDocumentStore: "set" operation on _modified
-    appears to be implemented as "max"
-    [OAK-2943] - Support measure for union queries
-    [OAK-2944] - Support merge iterator for union order by queries
-    [OAK-2966] - JDBC config for document store tests should be
-    overridable
-    [OAK-2982] - BasicDocumentStoreTest: separate actual unit tests
-    from performance tests
-    [OAK-2985] - RDBDocumentStore: more diagnostics for long-running
-    queries
-    [OAK-2987] - RDBDocumentStore: try PreparedStatement batching
-    [OAK-2995] - RDB*Store: check transaction isolation level
-    [OAK-3009] - RDBDocumentStore: add support for optional additional
-    index
-    [OAK-3012] - [oak-run] Add RDB with FDS fixture
+    [OAK-3002] - Optimize docCache and docChildrenCache invalidation
+    by filtering using journal
+    [OAK-3010] - RDBDocumentStore: remove hardwired "id-is-binary"
+    flag
 
 Bug
 
-    [OAK-2055] - SegmentPropertyState.getValue(Type.STRING) on a
-    binary throws a strange exception
-    [OAK-2860] - RDBBlobStore: seen insert failures due to duplicate
-    keys
-    [OAK-2960] - SegmentNodeStoreService doesn't fully implement a
-    @Modified method
-    [OAK-2963] - [Blob GC]: Undeleted blobs also being logged in
-    deleted count
-    [OAK-2970] - DocumentNodeStoreService doesn't fully implement a
-    @Modified method
-    [OAK-2972] - DocumentNodeStore gets initialized multiple time with
-    RDB persistence
-    [OAK-3000] - SimpleExcerptProvider causes OOM for some wildcard
-    expressions
-    [OAK-3015] - Unapproved licences in oak-remote
-    [OAK-3016] - Unapproved licences in oak-excercise
+    [OAK-2401] - SegmentNodeStoreService prone to deadlocks
+    [OAK-2829] - Comparing node states for external changes is too
+    slow
+    [OAK-2934] - Certain searches cause lucene index to hit
+    OutOfMemoryError
+    [OAK-2961] - Async index fails with OakState0001: Unresolved
+    conflicts in /:async
+    [OAK-2962] - SegmentNodeStoreService fails to handle empty strings
+    in the OSGi configuration
+    [OAK-3013] - SQL2 query with union, limit and offset can return
+    invalid results
+    [OAK-3019] - VersionablePathHook must not process hidden nodes
+    [OAK-3021] - UserValidator and AccessControlValidator must not
+    process hidden nodes
+    [OAK-3023] - Long running MongoDB query may block other threads
+    [OAK-3027] - NullPointerException from Tika if SupportedMediaType
+    is null in LuceneIndexEditorContext
+    [OAK-3028] - Hierarchy conflict detection broken
+    [OAK-3029] - EmbeddedSolrServerProvider should check if core is /
+    can be loaded
+    [OAK-3035] - ReferenceEditor reindex detection broken
+    [OAK-3045] - Incorrect assertion message in PathUtils#isAncestor()
+    [OAK-3047] - RemoteServerIT test are failing on the CI server
+    [OAK-3053] - Locking issues seen with CopyOnWrite mode enabled
+    [OAK-3061] - oak-authorization-cug uses wrong parent pom
+    [OAK-3062] - VersionGC failing on Mongo with
+    CursorNotFoundException
 
 Improvement
 
-    [OAK-1735] - Query: automatically update index statistics to get
-    better cost estimates
-    [OAK-1970] - Optimize the diff logic for large number of children
-    case
-    [OAK-2543] - Service user session creation isn't fast enough
-    [OAK-2620] - Release merge lock before branch is reset
-    [OAK-2681] - Update lease without holding lock
-    [OAK-2924] - DocumentNodeStore background update thread handling
-    of persistence exceptions
-    [OAK-2927] - ReferenceEditor newIds consuming lots of memory
-    during migration
-    [OAK-2971] - DocumentNodeStore thread names should carry the
-    clusterNodeId
-    [OAK-2983] - Permissions lack WRITE
-    [OAK-2992] - TokenProvider: Make reset of token expiration
-    configurable
-    [OAK-2994] - AbstractSecurityTest#getUserManager(Root) doesn't
-    create new instances
-    [OAK-2996] - Improvement wrt property states of type Type.LONG and
-    Type.LONGS
-    [OAK-2998] - Postpone calculation of effective principals to
-    LoginModule.commit
-    [OAK-3006] - Remove workaround added for OAK-1404
+    [OAK-1764] - Clean default solrconfig / schema provided with Solr
+    indexer
+    [OAK-3011] - Add name of lucene-property index to cost debug log
+    [OAK-3017] - Log message when a branch is created
+    [OAK-3024] - NodeStoreFixture: add "getName()" for diagnostics,
+    allow config of RDB JDBC connection
+    [OAK-3025] - add test case simulating batched import of nodes
+    [OAK-3030] - Separate defaults for server config from search /
+    indexing config
+    [OAK-3043] - Provide item path with InvalidItemStateException
 
 New Feature
 
-    [OAK-2651] - [Oak API remoting] Manage SSL client connection
-    [OAK-2652] - [Oak API remoting] Finalize http authentication
-    [OAK-2926] - Fast result size estimate
+    [OAK-2980] - Fast result size estimate in Solr index
 
 Task
 
-    [OAK-2936] - PojoSR should use Felix Connect API instead of pojosr
-    [OAK-2997] - Document mapping between built-in privileges and API
-    calls + items
-
-Wish
-
-    [OAK-2965] - Provide script for downloading staging artifacts
+    [OAK-3041] - Baseline plugin suggests version increase for
+    unmodified class
+    [OAK-3059] - Manage versions of all exported packages
 
 In addition to the above-mentioned changes, this release contains
 all changes included up to the Apache Jackrabbit Oak 1.2.x release.