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/10/30 11:38:55 UTC

svn commit: r1882994 - /jackrabbit/branches/2.20/RELEASE-NOTES.txt

Author: reschke
Date: Fri Oct 30 11:38:54 2020
New Revision: 1882994

URL: http://svn.apache.org/viewvc?rev=1882994&view=rev
Log:
JCR-4649: Release Jackrabbit 2.20.2 - Candidate Release Notes

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

Modified: jackrabbit/branches/2.20/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/RELEASE-NOTES.txt?rev=1882994&r1=1882993&r2=1882994&view=diff
==============================================================================
--- jackrabbit/branches/2.20/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/2.20/RELEASE-NOTES.txt Fri Oct 30 11:38:54 2020
@@ -1,13 +1,13 @@
-Release Notes -- Apache Jackrabbit -- Version 2.20.1
+Release Notes -- Apache Jackrabbit -- Version 2.20.2
 
 Introduction
 ------------
 
-This is Apache Jackrabbit(TM) 2.20.1, a fully compliant implementation of the
+This is Apache Jackrabbit(TM) 2.20.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.20.1 is an incremental feature release based on
+Apache Jackrabbit 2.20.2 is an incremental feature release based on
 and compatible with earlier stable Jackrabbit 2.x releases. Jackrabbit
 2.20.x releases are considered stable and targeted for production use.
 
@@ -18,48 +18,83 @@ The minimum Java version for this releas
 for maintenance versions that support earlier Java versions.
 
 
-Changes in Jackrabbit 2.20.1
+Changes in Jackrabbit 2.20.2
 ----------------------------
 
 Bug
 
-    [JCR-3942] - Content-Length header field may be set twice
-    [JCR-4549] - backup with RepositoryCopier.copy() fails on second method call
-    [JCR-4551] - Use the normalized MediaType to check if the given MediaType should be indexed
+    [JCR-4537] - MalformedURLException: Nested JAR URLs are not supported
+    [JCR-4579] - jackrabbit-data: allow to disable statement pooling through system property
+    [JCR-4590] - jcr-server: DirListingExportHandler sets empty Etag
+    [JCR-4603] - spi-commons: Iterators - incorrect method signature
+    [JCR-4626] - CI build fail because org.glassfish:javax.el:jar:3.0.1-b06-SNAPSHOT can't be retrieved
 
 Improvement
 
-    [JCR-4541] - reduce classpath lookups for SaxParserFactory
+    [JCR-4536] - spi2dav: allow disabling cert and host name checks for TLS connections
+    [JCR-4583] - remove XML serialization workaround for ancient Java versions
+    [JCR-4589] - upgrade to servlet-api 3.10
+    [JCR-4591] - basic trailer field support
+    [JCR-4609] - Improve logging in case of exception in JcrUtils.getRepository()
+    [JCR-4617] - Emit apache-rat-plugin errors on console
+    [JCR-4618] - Relax PredefinedNodeTypeTest to not require nt:frozenNode to be referenceable
 
 Task
 
-    [JCR-4519] - Update httpcore dependency to 4.4.13
-    [JCR-4520] - Update Jackrabbit trunk and 2.20 to Oak 1.22.0
-    [JCR-4522] - Update httpclient/mime dependencies to 4.5.11
-    [JCR-4525] - Update Jackrabbit trunk and 2.20 to Oak 1.24.0
-    [JCR-4529] - Update tomcat dependency to 8.5.50
-    [JCR-4530] - jackrabbit-core: avoid use of deprecated commons-collections Buffers
-    [JCR-4531] - Update tomcat dependency to 8.5.51/7.0.100
-    [JCR-4539] - Update Jackrabbit trunk and 2.20 to Oak 1.26.0
-    [JCR-4543] - Update Tika dependency to 1.24
-    [JCR-4544] - Update slf4j dependency to 1.7.30
-    [JCR-4545] - Update httpclient/mime dependencies to 4.5.12
-    [JCR-4546] - Update aws java sdk version to 1.11.700 (consistent with Oak)
-    [JCR-4547] - Update tomcat dependency to 8.5.53/7.0.103
-    [JCR-4548] - update javadoc-plugin dependency to 3.2.0
-    [JCR-4554] - Update Tika dependency to 1.24.1
-    [JCR-4555] - Update mockito dependency to 3.3.3
-    [JCR-4556] - Update tomcat dependency to 8.5.54
-    [JCR-4557] - update junit dependency to 4.13
-    [JCR-4558] - update Apache parent pom to version 23
-    [JCR-4559] - Update commons file-upload dependency to 1.4
-    [JCR-4560] - Update h2db dependency to 1.4.200
-    [JCR-4561] - webapp: update htmlunit dependency to 2.40.0
-    [JCR-4562] - Remove workaround for FELIX-2492
-    [JCR-4563] - test OSGi bundles
-    [JCR-4564] - jackrabbit-jcr-server: remove obsolete workaround for scr-plugin
-    [JCR-4575] - Update tomcat dependency to 8.5.55/7.0.104
-
+    [JCR-4567] - Jackrabbit should build and test with Java 15
+    [JCR-4568] - Update to jacoco version 0.8.6 (compatible with Java 15)
+    [JCR-4569] - Update to maven bundle plugin compatible with Java 15
+    [JCR-4572] - Update Jackrabbit trunk to oak 1.30.0
+    [JCR-4573] - Update Jetty dependency to 9.2.30.v20200428
+    [JCR-4574] - add tests for https (with self-signed cert)
+    [JCR-4592] - Update maven-assembly-plugin to 3.3.0
+    [JCR-4593] - update war-plugin dependency to 3.3.0
+    [JCR-4594] - update pmd-plugin dependency to 3.13.0
+    [JCR-4595] - update checkstyle-plugin dependency to 3.1.1
+    [JCR-4596] - update build-helper-maven-plugin to version 3.2.0
+    [JCR-4597] - Update commons-io dependency to 2.7
+    [JCR-4598] - Update easymock dependency to 4.2
+    [JCR-4599] - webapp: update htmlunit dependency to 2.41.0
+    [JCR-4600] - Update tomcat dependency to 8.5.56
+    [JCR-4601] - jackrabbit-jcr-commons: update cglib dependency to 3.3.0
+    [JCR-4604] - deprecate Iterators.Predicate
+    [JCR-4605] - standalone: fix deprecation warning wrt GnuParser
+    [JCR-4612] - Update tomcat dependency to 8.5.57/7.0.105
+    [JCR-4613] - Update oak-jackrabbit-api to 1.32.0
+    [JCR-4615] - jcr-server: add minimal test coverage for remoting WebDAV servlet
+    [JCR-4616] - parent: remove PMC information from POM
+    [JCR-4621] - add 'javadoc' profile for Jenkins matrix builds
+    [JCR-4622] - add 'rat' profile for Jenkins matrix builds
+    [JCR-4623] - webapp: update htmlunit dependency to 2.42.0
+    [JCR-4624] - Update mockito dependency to 3.4.4
+    [JCR-4629] - Update spotbugs-maven-plugin to 4.0.4
+    [JCR-4630] - Update animal-sniffer dependency to 1.19
+    [JCR-4631] - update war-plugin dependency to 3.3.1
+    [JCR-4632] - Update mockito dependency to 3.5.2
+    [JCR-4633] - webapp: update htmlunit dependency to 2.43.0
+    [JCR-4636] - Update mockito dependency to 3.5.7
+    [JCR-4638] - Update mockito dependency to 3.5.10
+    [JCR-4639] - Update antrun plugin dependency to 3.0.0
+    [JCR-4640] - Update Jackrabbit trunk to Oak 1.34.0
+    [JCR-4641] - Update commons-io dependency to 2.8.0
+    [JCR-4642] - update geronimo-j2ee-connector_1.5_spec dependency to 2.0.0
+    [JCR-4643] - Update pax-exam version to 4.13.1
+    [JCR-4644] - Update tomcat dependency to 8.5.58/7.0.106
+    [JCR-4645] - Update mockito dependency to 3.5.11
+    [JCR-4646] - Update tomcat dependency to 8.5.59
+    [JCR-4647] - update junit dependency to 4.13.1
+
+Sub-task
+
+    [JCR-4166] - support GZIP content coding in requests
+    [JCR-4167] - signal support for GZIP content coding as per RFC 7694
+    [JCR-4169] - make WebdavServerTests run automatically
+    [JCR-4581] - use GZIP encoding in XML responses when client signals support
+    [JCR-4582] - support 'deflate' encoding in requests
+    [JCR-4585] - jackrabbit-webdav: return Etag with 304 response
+    [JCR-4586] - jackrabbit-webdav: must ignore if-modified-since with broken date
+    [JCR-4587] - jackrabbit-webdav: include if-unmodified-since in precondition check
+    [JCR-4588] - jackrabbit-webdav/server: add parsers for http dates and use them in conditional eval
 
 For more detailed information about all the changes in this and other
 Jackrabbit releases, please see the Jackrabbit issue tracker at