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 2018/05/04 12:36:09 UTC

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

Author: reschke
Date: Fri May  4 12:36:08 2018
New Revision: 1830914

URL: http://svn.apache.org/viewvc?rev=1830914&view=rev
Log:
JCR-4295: Release Jackrabbit 2.12.9 - 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=1830914&r1=1830913&r2=1830914&view=diff
==============================================================================
--- jackrabbit/branches/2.12/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/2.12/RELEASE-NOTES.txt Fri May  4 12:36:08 2018
@@ -1,44 +1,49 @@
-Release Notes -- Apache Jackrabbit -- Version 2.12.8
+Release Notes -- Apache Jackrabbit -- Version 2.12.9
 
 Introduction
 ------------
 
-This is Apache Jackrabbit(TM) 2.12.8, a fully compliant implementation of the
+This is Apache Jackrabbit(TM) 2.12.9, 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.8 is a patch release that contains fixes and
+Apache Jackrabbit 2.12.9 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.8
+Changes in Jackrabbit 2.12.9
 ----------------------------
 
 Bug
 
-    [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
+    [JCR-3929] - ConsistencyCheck may fail on empty repository
+    [JCR-4183] - Jackrabbit standalone jar isn't working under JDK 8
+    [JCR-4185] - spi2dav URIResolverImpl should check status code before attempting to parse multistatus
+    [JCR-4188] - avoid use of sun.security.acl.GroupImpl in PrincipalManagerTest
+    [JCR-4241] - Jacoco plugin fails with exception
 
 Improvement
 
-    [JCR-4074] - jackrabbit-jcr2dav: add system property to disable davex support for testing
+    [JCR-4001] - When using Node.getProperties(String namePattern) also child nodes are processed
+    [JCR-4182] - new release checksum requirements
+    [JCR-4237] - cleanup throws clauses of private methods
 
 Task
 
-    [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-4165] - WebDAV servlet: reject unknown/unsupported content codings with 4xx status code
+    [JCR-4184] - migrate from org.mortbay.jetty to org.eclipse.jetty
+    [JCR-4186] - Use current Derby version
+    [JCR-4205] - Upgrade JTA dependency to javax.transaction-api 1.2
+    [JCR-4212] - add SHA512 checksums to releases
+    [JCR-4223] - Upgrade commons-fileupload dependency to 1.3.3
+    [JCR-4224] - Upgrade tomcat-servlet dependency to 7.0.82
+    [JCR-4225] - Upgrade commons-chains dependency to 1.2
+    [JCR-4228] - Update Oak dependency to latest 1.0 stable release
+    [JCR-4236] - remove obsolete textFilterClasses config parameters
+    [JCR-4250] - remove guava dependency
+    [JCR-4273] - Mention SHA512 checksums in release notes
+    [JCR-4274] - stop advertising MD5 checksums
+    [JCR-4275] - Incorrect link to KEYS in release notes
+    [JCR-4277] - stop creating MD5 checksums for releases
 
 
 Release Contents