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 2021/11/20 11:09:24 UTC

[jackrabbit-filevault] branch master updated: prepare release of 3.5.6

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7659fa8  prepare release of 3.5.6
7659fa8 is described below

commit 7659fa86d4fd861bc96b210a886023051d4009c6
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Sat Nov 20 12:09:12 2021 +0100

    prepare release of 3.5.6
---
 RELEASE-NOTES.txt | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index dd25312..79e58b5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit FileVault -- Version 3.5.4
+Release Notes -- Apache Jackrabbit FileVault -- Version 3.5.6
 
 Introduction
 ------------
@@ -9,6 +9,26 @@ create portable packages of repository content.
 The Vault Command Line Interface aka "vlt" provides a subversion like
 utility to work and develop with repository content.
 
+Changes in Jackrabbit FileVault 3.5.6
+--------------------------------------
+
+Release Notes - Jackrabbit FileVault - Version 3.5.6
+This version requires Java 8
+The bundles are backwards compatible with Oak 1.8 and Jackrabbit 2.16
+
+Bug
+    * [JCRVLT-549] - node cannot be deleted if it's a residual mandatory child node
+    * [JCRVLT-557] - Breaking change in behavior for implict nodetype calculation
+    * [JCRVLT-564] - jackrabbit-packagetype validation fails for content package with .cfg.json OSGi configurations
+    * [JCRVLT-565] - CrossPackageDependenciesIT.testCrossDependency() fails intermittently
+    * [JCRVLT-569] - Import mode "MERGE" and "MERGE_PROPERTIES" still remove properties during import
+Improvement
+    * [JCRVLT-530] - Add Jenkins build automatically deploying SNAPSHOTs
+    * [JCRVLT-531] - InstallHookProcessorImpl leaves orphan tmp files
+    * [JCRVLT-562] - Build with Java 17
+    * [JCRVLT-567] - Move ValidationContext implementation to validation module and export them
+    * [JCRVLT-570] - Use s.apache.org redirects for JCR specs/javadocs
+
 Changes in Jackrabbit FileVault 3.5.4
 --------------------------------------