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/10/01 16:34:15 UTC

svn commit: r1810269 - /jackrabbit/branches/2.12/RELEASE-NOTES.txt

Author: reschke
Date: Sun Oct  1 16:34:15 2017
New Revision: 1810269

URL: http://svn.apache.org/viewvc?rev=1810269&view=rev
Log:
JCR-4193: Release Jackrabbit 2.12.8 - Candidate Release Notes

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

Modified: jackrabbit/branches/2.12/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.12/RELEASE-NOTES.txt?rev=1810269&r1=1810268&r2=1810269&view=diff
==============================================================================
--- jackrabbit/branches/2.12/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/2.12/RELEASE-NOTES.txt Sun Oct  1 16:34:15 2017
@@ -1,41 +1,44 @@
-Release Notes -- Apache Jackrabbit -- Version 2.12.7
+Release Notes -- Apache Jackrabbit -- Version 2.12.8
 
 Introduction
 ------------
 
-This is Apache Jackrabbit(TM) 2.12.7, a fully compliant implementation of the
+This is Apache Jackrabbit(TM) 2.12.8, 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.12.7 is a patch release that contains fixes and
+Apache Jackrabbit 2.12.8 is a patch release that contains fixes and
 improvements over Jackrabbit 2.12. Jackrabbit 2.12.x releases are
 considered stable and targeted for production use.
 
-Changes in Jackrabbit 2.12.7
+Changes in Jackrabbit 2.12.8
 ----------------------------
 
 Bug
 
-    [JCR-4060] - unintended export versions due to changed defaults in maven bundle plugin
-    [JCR-4079] - incorrect PROPPATCH response error handling
-    [JCR-4100] - jackrabbit-webdav: Scope implements equals() but not hashCode()
-    [JCR-4102] - jcr2dav: change polling thread sometimes dies with NPE
-    [JCR-4118] - RepositoryChecker creates invalid node names
-    [JCR-4121] - ConcurrentModificationException in InternalVersionHistoryImpl.fixLegacy()
+    [JCR-3901] - TCK LockManagerTest does not allow new JCR 2.0 functionality for lock token transfers
+    [JCR-4133] - fix javadoc problems that are errors with JDK8
+    [JCR-4146] - json extension is removed by AbstractWebdavServlet on COPY request
+    [JCR-4173] - Unable to receive observation events when connecting via DavEx
+
+Improvement
+
+    [JCR-4074] - jackrabbit-jcr2dav: add system property to disable davex support for testing
 
 Task
 
-    [JCR-4080] - Upgrade Apache Commons Collections to v3.2.2
-    [JCR-4081] - Upgrade Apache Commons IO to 2.5
-    [JCR-4090] - Fix Javadoc for JDK 1.8 doctool compliance
-    [JCR-4092] - avoid use of deprecated interface JcrValueType
-    [JCR-4106] - fix JCR API docs link
-    [JCR-4122] - align parent pom references with Oak
+    [JCR-4094] - Fix Javadoc for JDK 1.8 doctool compliance - remove TCK related custom tags
+    [JCR-4101] - add code coverage profile (jacoco)
+    [JCR-4128] - update maven plugins and require Maven 3.2.1
+    [JCR-4129] - get rid of unused org.json dependency
+    [JCR-4139] - Update commons-fileupload dependency to 1.3.2
+    [JCR-4142] - update junit dependency to 4.12
+    [JCR-4145] - upgrade clirr plugin to 2.8
+    [JCR-4177] - move Mockito version to parent pom
 
 Sub-task
 
-    [JCR-4064] - Refactor WebDAV related code out of HttpClient3-specific classes for better future re-use
-    [JCR-4086] - spi2dav: code reformat to reduce scope of changes for JCR-4066
+    [JCR-4165] - WebDAV servlet: reject unknown/unsupported content codings with 4xx status code
 
 
 Release Contents