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/06/11 12:48:30 UTC

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

Author: reschke
Date: Mon Jun 11 12:48:30 2018
New Revision: 1833321

URL: http://svn.apache.org/viewvc?rev=1833321&view=rev
Log:
JCR-4315: Release Jackrabbit 2.16.2 - 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=1833321&r1=1833320&r2=1833321&view=diff
==============================================================================
--- jackrabbit/branches/2.16/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/2.16/RELEASE-NOTES.txt Mon Jun 11 12:48:30 2018
@@ -1,13 +1,13 @@
-Release Notes -- Apache Jackrabbit -- Version 2.16.1
+Release Notes -- Apache Jackrabbit -- Version 2.16.2
 
 Introduction
 ------------
 
-This is Apache Jackrabbit(TM) 2.16.1, a fully compliant implementation of the
+This is Apache Jackrabbit(TM) 2.16.2, 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.1 is an incremental feature release based on
+Apache Jackrabbit 2.16.2 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,41 +17,44 @@ The minimum Java version for this releas
   
 for maintenance versions that support earlier Java versions.  
 
-Changes in Jackrabbit 2.16.1
+Changes in Jackrabbit 2.16.2
 ----------------------------
 
 Bug
 
-    [JCR-4241] - Jacoco plugin fails with exception
-    [JCR-4242] - Build failure: unapproved license
+    [JCR-4291] - FileInputStream for workspace.xml not closed in RepositoryConfig.loadWorkspaceConfig(File)
 
 Improvement
 
-    [JCR-4001] - When using Node.getProperties(String namePattern) also child nodes are processed
-    [JCR-4237] - cleanup throws clauses of private methods
-    [JCR-4238] - use StandardCharsets to avoid having to handle UnsupportedEncodingException
-    [JCR-4239] - Suppress Tika startup warnings
+    [JCR-4253] - RepositoryConfig: add some handling for mkdir failure
+    [JCR-4292] - davex: preserve cause in exceptions and log affected URI
 
 Task
 
-    [JCR-4215] - Use Tika version 1.17
-    [JCR-4218] - switch bundle comparisonVersion
-    [JCR-4221] - Upgrade Apache HttpComponents to 4.5.4
-    [JCR-4222] - Document reduced RMI interop with older servers after java-9 related changes
-    [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-4226] - Upgrade tika-parsers dependency to 1.16
-    [JCR-4228] - Update Oak dependency to latest 1.0 stable release
-    [JCR-4231] - Upgrade aws-java-sdk-s3 dependency to 1.11.241
-    [JCR-4233] - Update H2DB test dependency
-    [JCR-4236] - remove obsolete textFilterClasses config parameters
-    [JCR-4240] - IndexingQueueTest relies on Tika behavior that is changed in Tika 1.17
-    [JCR-4244] - Upgrade tomcat dependency to 8.5.24
-    [JCR-4247] - Update commons-io dependency
-    [JCR-4248] - Upgrade httpcore dependency to 4.4.9
-    [JCR-4250] - remove guava dependency
-    [JCR-4252] - Upgrade httpclient dependency to 4.5.5
+    [JCR-4254] - Update Logback version to >= 1.2.0, SLF4J accordingly
+    [JCR-4256] - create announcement mail template for releases
+    [JCR-4261] - webapp: align jsons-simple dependencies internally and with oak
+    [JCR-4262] - jcr-server: align org.apache.felix.scr.annotations with oak
+    [JCR-4263] - jcr-server, jackrabbit-bundle: align org.osgi dependencies with oak
+    [JCR-4264] - jackrabbit-standalone: align commons-cli dependency with oak
+    [JCR-4271] - Remove redundant JavaDoc link to Java 7 API
+    [JCR-4272] - Upgrade surefire and failsafe plugins to 2.21.0
+    [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
+    [JCR-4288] - Upgrade tika-parsers dependency to 1.18
+    [JCR-4290] - remove unused commons-codec dependency
+    [JCR-4293] - jackrabbit-core: observation tests should not rely on mix:lockable mixin type
+    [JCR-4294] - TCK tests should pass on repositories without locking support
+    [JCR-4296] - Upgrade httpmime dependency to 4.5.5
+    [JCR-4299] - Update derby dependency to 10.14.2.0
+    [JCR-4311] - 2.16: remove comparisonVersion for baseline check (let defaults apply)
+
+Sub-task
+
+    [JCR-4280] - code coverage checks fail on Java 10
+
 
 
 For more detailed information about all the changes in this and other