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 2020/04/01 14:17:02 UTC

svn commit: r1876008 - /jackrabbit/branches/2.16/RELEASE-NOTES.txt

Author: reschke
Date: Wed Apr  1 14:17:01 2020
New Revision: 1876008

URL: http://svn.apache.org/viewvc?rev=1876008&view=rev
Log:
JCR-4550: Release Jackrabbit 2.16.6 - Candidate Release Notes

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

Modified: jackrabbit/branches/2.16/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/RELEASE-NOTES.txt?rev=1876008&r1=1876007&r2=1876008&view=diff
==============================================================================
--- jackrabbit/branches/2.16/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/2.16/RELEASE-NOTES.txt Wed Apr  1 14:17:01 2020
@@ -1,13 +1,13 @@
-Release Notes -- Apache Jackrabbit -- Version 2.16.5
+Release Notes -- Apache Jackrabbit -- Version 2.16.6
 
 Introduction
 ------------
 
-This is Apache Jackrabbit(TM) 2.16.5, a fully compliant implementation of the
+This is Apache Jackrabbit(TM) 2.16.6, 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.16.5 is an incremental feature release based on
+Apache Jackrabbit 2.16.6 is an incremental feature release based on
 and compatible with earlier stable Jackrabbit 2.x releases. Jackrabbit
 2.16.x releases are considered stable and targeted for production use.
 
@@ -17,32 +17,41 @@ The minimum Java version for this releas
   
 for maintenance versions that support earlier Java versions.  
 
-Changes in Jackrabbit 2.16.5
+Changes in Jackrabbit 2.16.6
 ----------------------------
 
 Bug
 
-    [JCR-4425] - NodeSetPrimaryTypeTest.testSetPrimaryType() must not use nt:activity
-    [JCR-4455] - condition index-rule handling more broken after JCR-4339
-    [JCR-4459] - Basic Authentication for HTTPS URIs does not work
+    [JCR-4482] - jcr2spi: WorkspaceContentHandler leaks temp files
+    [JCR-4483] - jcr2spi: potential NPE in ImportHandler.endDocument
+    [JCR-4484] - jcr-tests: SerializationTest needs to cleanup after parse failures in import tests
+    [JCR-4485] - InternalValueFactory.create(File) does not close input stream
+
+Improvement
+
+    [JCR-4470] - update javadoc-plugin dependency to 3.1.1
+    [JCR-4475] - Improve o.a.j.jcr2dav.RepositoryStubImpl to test with custom servlet path mapping
+    [JCR-4497] - pass computed args to surefire/failsafe invocations
+    [JCR-4499] - Update jacoco dependency to 0.8.5 and align config with Oak
+    [JCR-4500] - jcr-commons: enable coverage checks
+    [JCR-4501] - jcr-commons: add test coverage for ISO8601 util
 
 Task
 
-    [JCR-4428] - update Apache parent pom to version 21
-    [JCR-4437] - Update Tika dependency to 1.21
-    [JCR-4438] - jcr-webdav: AbstractLocatorFactory - fix Javadoc and add trace logging
-    [JCR-4439] - disable baseline check for jackrabbit-bundle
-    [JCR-4441] - Update surefire/failsafe dependencies to 2.22.2
-    [JCR-4442] - Update animal-sniffer dependency to 1.18
-    [JCR-4447] - jackrabbit-jcr-commons: update cglib dependency
-    [JCR-4450] - update checkstyle-plugin dependency to 3.1.0
-    [JCR-4451] - update jar-plugin dependency to 3.1.2
-    [JCR-4452] - update war-plugin dependency to 3.2.3
-    [JCR-4453] - update pmd-plugin dependency to 3.12.0
-    [JCR-4454] - update surefire-report-plugin dependency to 2.22.2
-    [JCR-4457] - Update httpclient/mime dependencies to 4.5.9
-    [JCR-4460] - allow to run remoted conformance tests with a custom servlet context path
-    [JCR-4464] - Update Tika dependency to 1.22
+    [JCR-4476] - Update httpcore dependency to 4.4.12
+    [JCR-4478] - Update httpclient/mime dependencies to 4.5.10
+    [JCR-4489] - Update jacoco dependency to 0.8.4
+    [JCR-4496] - align ISO8601 class in tests with jcr-commons version
+    [JCR-4504] - Update maven-bundle-plugin to 4.2.1
+    [JCR-4505] - Update maven-assembly-plugin to 3.2.0
+    [JCR-4506] - Update maven-jar-plugin to 3.2.0
+    [JCR-4507] - Update spotbugs-maven-plugin to 3.1.12.2
+    [JCR-4508] - Upgrade maven-scr-plugin to 1.26.2
+    [JCR-4510] - Update Tika dependency to 1.23
+    [JCR-4511] - Update slf4j dependency to 1.7.29
+    [JCR-4512] - Update maven-scr-plugin to 1.26.4
+    [JCR-4529] - Update tomcat dependency to 8.5.50
+    [JCR-4531] - Update tomcat dependency to 8.5.51/7.0.100
 
 
 For more detailed information about all the changes in this and other