You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by sc...@apache.org on 2012/10/01 10:46:46 UTC

svn commit: r1392240 - /jackrabbit/branches/2.2/RELEASE-NOTES.txt

Author: schans
Date: Mon Oct  1 08:46:45 2012
New Revision: 1392240

URL: http://svn.apache.org/viewvc?rev=1392240&view=rev
Log:
Prepare release notes for 2.2.13

Modified:
    jackrabbit/branches/2.2/RELEASE-NOTES.txt

Modified: jackrabbit/branches/2.2/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.2/RELEASE-NOTES.txt?rev=1392240&r1=1392239&r2=1392240&view=diff
==============================================================================
--- jackrabbit/branches/2.2/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/2.2/RELEASE-NOTES.txt Mon Oct  1 08:46:45 2012
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit -- Version 2.2.12
+Release Notes -- Apache Jackrabbit -- Version 2.2.13
 
 Introduction
 ------------
@@ -7,35 +7,37 @@ This is Apache Jackrabbit(TM) 2.2, a ful
 Content Repository for Java(TM) Technology API, version 2.0 (JCR 2.0) as
 specified in the Java Specification Request 283 (JSR 283).
 
-Apache Jackrabbit 2.2.12 is patch release that contains fixes and
+Apache Jackrabbit 2.2.13 is patch release that contains fixes and
 improvements over previous 2.2.x releases. This release is backwards
 compatible with all earlier 2.x releases.
 
 Changes in this release
 -----------------------
 
-New Features
-
-  [JCR-3255] - Access cluster node id
-
 Improvements
 
-  [JCR-3066] - Use only one scheduler for repository tasks
-  [JCR-3146] - Text extraction may congest thread pool in the repository
-  [JCR-3286] - InternalVersionManagerBase.calculateCheckinVersionName will fail with NPE upon empty predecessors property
+  [JCR-3339] - Log stack trace with warn message in ObservationDispatcher
+  [JCR-3369] - Garbage collector improvements
+  [JCR-3392] - Combine the XA aware (Reentrant) LockImpls to prevent duplicate code
+  [JCR-3393] - InternalVersionManagerBase.calculateCheckinVersionName may fail with NPE on broken versioning persistence
+  [JCR-3352] - Minor improvements for collecting ACEs
 
 Bug fixes
 
-  [JCR-3158] - Deadlock in DBCP when accessing node
-  [JCR-3254] - make max size of CachingEntryCollector's cache configurable
-  [JCR-3259] - augment logging information around CachingEntryCollector
-  [JCR-3262] - Oracle JDBC Class Cast Exception
-  [JCR-3266] - JCR-SQL2 query with multiple columns in result only returns last column when using Row.getValues()
-  [JCR-3289] - Remove operation right after move operation causes missing child inconsistency
-  [JCR-3290] - Concurrent add and move can cause inconsistency
-  [JCR-3291] - Stack overflow in multi-session test with moves
-  [JCR-3292] - Workspace move in concurrent environment causes inconsistencies
-  [JCR-3298] - jackrabbit-core RepositoryChecker.fix() can fail with OOM
+  [JCR-3303] - ClusterNode's stopDelay should default to something other zero
+  [JCR-3334] - incorrect logging template in CachingEntryCollector
+  [JCR-3353] - A DeadLock can occur if an Exception is thrown while unlocking the Journal
+  [JCR-3354] - The ReadWriteLock in AbstractJournal can create a Deadlock in XA Environment
+  [JCR-3378] - The ConnectionHelper can return a closed Connection in BatchMode
+  [JCR-3379] - XA concurrent transactions - NullPointerException
+  [JCR-3383] - Unclosed Resources in ConnectionHelper if ResultSet is null
+  [JCR-3387] - On heavy load we see occasional SQLException: closed statement: next
+  [JCR-3390] - Reordering policy node fails with AccessDeniedException
+  [JCR-3399] - Shared ISM does not release the internal Writelock if something unexpectedly is happening in externalUpdate
+  [JCR-3425] - XAAwareRWLock implementation fails with IllegalStateException on JBoss AS7
+  [JCR-3432] - Backport JCR-3417: Failed Journal lock not propagated
+  [JCR-3433] - Backport JCR-3349: The BatchMode of the ConnectionHelper doesn't work in XA Environment
+  [JCR-3434] - EventJournal#skipTo() broken
 
 For more detailed information about all the changes in this and other
 Jackrabbit releases, please see the Jackrabbit issue tracker at