You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2017/09/07 13:47:11 UTC

svn commit: r1807602 - /jackrabbit/branches/2.14/RELEASE-NOTES.txt

Author: reschke
Date: Thu Sep  7 13:47:10 2017
New Revision: 1807602

URL: http://svn.apache.org/viewvc?rev=1807602&view=rev
Log:
JCR-4181: Release Jackrabbit 2.14.3 - candidate release notes

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

Modified: jackrabbit/branches/2.14/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.14/RELEASE-NOTES.txt?rev=1807602&r1=1807601&r2=1807602&view=diff
==============================================================================
--- jackrabbit/branches/2.14/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/2.14/RELEASE-NOTES.txt Thu Sep  7 13:47:10 2017
@@ -1,36 +1,36 @@
-Release Notes -- Apache Jackrabbit -- Version 2.14.2
+Release Notes -- Apache Jackrabbit -- Version 2.14.3
 
 Introduction
 ------------
 
-This is Apache Jackrabbit(TM) 2.14.2, a fully compliant implementation of the
+This is Apache Jackrabbit(TM) 2.14.3, a fully compliant implementation of the
 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.14.2 is a patch release that contains fixes and
+Apache Jackrabbit 2.14.3 is a patch release that contains fixes and
 improvements over Jackrabbit 2.14. Jackrabbit 2.14.x releases are
 considered stable and targeted for production use.
   
-Changes in Jackrabbit 2.14.2
+Changes in Jackrabbit 2.14.3
 ----------------------------
 
 Bug
 
-    [JCR-4146] - json extension is removed by AbstractWebdavServlet on COPY request
-    [JCR-4149] - change to drop SHA-1 requires version change
-    [JCR-4150] - enable bundle:baseline check
-    [JCR-4154] - davex upload of binaries broken
+    [JCR-3901] - TCK LockManagerTest does not allow new JCR 2.0 functionality for lock token transfers
+    [JCR-4173] - Unable to receive observation events when connecting via DavEx
+    [JCR-4179] - Test failures with Java 9 when using javax.imageio.spi.ServiceRegistry
 
-Improvement
+Task
 
-    [JCR-4115] - Don't use SHA-1 for new DataStore binaries (Jackrabbit)
+    [JCR-4101] - add code coverage profile (jacoco)
+    [JCR-4139] - Update commons-fileupload dependency to 1.3.2
+    [JCR-4157] - jackrabbit-jcr-server: code cleanup
+    [JCR-4177] - move Mockito version to parent pom
 
-Task
+Sub-task
 
-    [JCR-4128] - update maven plugins and require Maven 3.2.1
-    [JCR-4142] - update junit dependency to 4.12
-    [JCR-4145] - upgrade clirr plugin to 2.8
-    [JCR-4151] - remove clirr profile in branches where bundle:baseline is used
+    [JCR-4164] - add test coverage for content codings
+    [JCR-4165] - WebDAV servlet: reject unknown/unsupported content codings with 4xx status code
 
 
 For more detailed information about all the changes in this and other