You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/05/20 11:06:25 UTC

[jackrabbit-filevault] branch master updated: release notes for 3.5.0

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

kwin 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 6ccb43a  release notes for 3.5.0
6ccb43a is described below

commit 6ccb43aa661a0ba3bfc40479660766b01d0b76ca
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu May 20 13:06:12 2021 +0200

    release notes for 3.5.0
---
 RELEASE-NOTES.txt | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index e7918a5..9bf75d6 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit FileVault -- Version 3.4.10
+Release Notes -- Apache Jackrabbit FileVault -- Version 3.5.0
 
 Introduction
 ------------
@@ -9,6 +9,28 @@ 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.0
+--------------------------------------
+
+Release Notes - Jackrabbit FileVault - Version 3.5.0
+This version requires Java 8
+The bundles are backwards compatible with Oak 1.8 and Jackrabbit 2.16
+
+Bug
+    * [JCRVLT-255] - ImportModes act on file serialization level not on node level
+    * [JCRVLT-513] - Don't check for property 'allowIndexDefinitions' in package type validator
+    * [JCRVLT-514] - JcrWorkspaceFilter does not support property filters
+    * [JCRVLT-517] - FSPackageRegistry.contains does not initialize packages
+    * [JCRVLT-520] - ZipVaultPackage does not respect the noIntermediateSaves property.
+Improvement
+    * [JCRVLT-396] - Import mode "MERGE" and "UPDATE" still may remove properties during import
+    * [JCRVLT-509] - Make DocView import failures fail the whole installation
+    * [JCRVLT-511] - Allow to parameterize PackageTasks
+    * [JCRVLT-512] - Add flag to allow install hooks for "application" packages
+    * [JCRVLT-515] - AdminPermissionChecker should evaluate all principals bound to the Session
+    * [JCRVLT-516] - Ease usage of DocViewProperty outside a repository context
+    * [JCRVLT-521] - Drop support of Jackrabbit API 2.14 and Declarative Services 1.3
+
 Changes in Jackrabbit FileVault 3.4.10
 --------------------------------------