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 2024/01/04 11:09:11 UTC

(jackrabbit) branch 2.20 updated: JCR-5010: Release Jackrabbit 2.20.14 - Candidate Release Notes

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 2.20
in repository https://gitbox.apache.org/repos/asf/jackrabbit.git


The following commit(s) were added to refs/heads/2.20 by this push:
     new 3aede4883 JCR-5010: Release Jackrabbit 2.20.14 - Candidate Release Notes
3aede4883 is described below

commit 3aede48837386ea1070c3027f195f0de86c564d0
Author: Julian Reschke <re...@apache.org>
AuthorDate: Thu Jan 4 12:09:04 2024 +0100

    JCR-5010: Release Jackrabbit 2.20.14 - Candidate Release Notes
---
 RELEASE-NOTES.txt | 48 ++++++++++++++++++++++++++++++++++++------------
 1 file changed, 36 insertions(+), 12 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 6e10e0d49..681255c7b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,13 +1,13 @@
-Release Notes -- Apache Jackrabbit -- Version 2.20.12
+Release Notes -- Apache Jackrabbit -- Version 2.20.14
 
 Introduction
 ------------
 
-This is Apache Jackrabbit(TM) 2.20.13, a fully compliant implementation of the
+This is Apache Jackrabbit(TM) 2.20.14, 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.13 is an incremental feature release based on
+Apache Jackrabbit 2.20.14 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,22 +18,46 @@ The minimum Java version for this release is Java 8. See
 for maintenance versions that support earlier Java versions.
 
 
-Changes in Jackrabbit 2.20.13
+Changes in Jackrabbit 2.20.14
 -----------------------------
 
 Bug
 
-    [JCR-4940] - jackrabbit-jcr2spi is incompatible with Java 21
+    [JCR-4570] - WebdavRequestImpl does not check ETags if there is no resource or no exclusive write lock
+    [JCR-4571] - WebdavRequestImpl stores If-Header values using either absolute URIs or absolute paths, but both may be used for lookup
+
+Improvement
+
+    [JCR-4979] - Migrate from Subversion to Git
+    [JCR-4980] - make webapp build reproducible
+
+Test
+
+    [JCR-4967] - test coverage for modification of non-versioned node with jcr:isCheckedOut==false property
+    [JCR-4990] - add test for observing effect of remapping a namespace prefix to a different namespace name
 
 Task
 
-    [JCR-4951] - Update oak-jackrabbit-api.version.used in trunk and 2.20 to Oak 1.22.16
-    [JCR-4970] - it-osgi: fix package name
-    [JCR-4971] - Update oak-jackrabbit-api.version.used in trunk and 2.20 to Oak 1.22.17
-    [JCR-4973] - jackrabbit-jcr-rmi: deprecate RMI support
-    [JCR-4974] - Update easymock dependency to 5.2.0
-    [JCR-4975] - update aws java sdk version to 1.12.560
-    [JCR-4976] - Update tomcat dependency to 9.0.80
+    [JCR-4956] - Replace deprecated Surefire fork options
+    [JCR-4959] - update Apache parent pom to version 30
+    [JCR-4981] - jackrabbit-webapp: deprecate RMI support
+    [JCR-4982] - jackrabbit-spi-commons: update Javadoc for IllegalNameException
+    [JCR-4983] - jackrabbit-spi-commons: improve diagnostics for invalid names
+    [JCR-4986] - update Jetty to 9.4.53.v20231009
+    [JCR-4987] - Update to jacoco version 0.8.11
+    [JCR-4992] - Update animal-sniffer plugin dependency to 1.23
+    [JCR-4993] - Update war-plugin dependency to 3.4.0
+    [JCR-4994] - Update build-helper-maven-plugin to version 3.4.0
+    [JCR-4995] - Update pmd-plugin dependency to 3.21.2
+    [JCR-4996] - update checkstyle-plugin dependency to 3.3.1
+    [JCR-4997] - Update spotbugs-maven-plugin to 4.8.1.0
+    [JCR-4998] - Update commons-io dependency to 2.15.0
+    [JCR-4999] - Update commons-cli dependency to 1.6.0
+    [JCR-5001] - Update tomcat dependency to 9.0.83
+    [JCR-5002] - update aws java sdk version to 1.12.591
+    [JCR-5003] - Update h2db dependency to 2.2.224
+    [JCR-5004] - jcr-commons: get rid of cglib test dependency (unmaintained)
+    [JCR-5005] - Update oak-jackrabbit-api.version.used in trunk and 2.20 to Oak 1.22.18
 
 
 For more detailed information about all the changes in this and other