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/01/11 18:50:54 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: Add release notes for 1.1.6

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-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c13b4df  Add release notes for 1.1.6
c13b4df is described below

commit c13b4df7f7bccf8abe34906d8cb3fd9510007a83
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Jan 11 19:50:42 2021 +0100

    Add release notes for 1.1.6
---
 RELEASE-NOTES.md | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index ea1d5e6..9550ab1 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -15,7 +15,7 @@
    limitations under the License.
   -->
 
-Release Notes -- Apache Jackrabbit FileVault Package Maven Plugin -- Version 1.1.4
+Release Notes -- Apache Jackrabbit FileVault Package Maven Plugin -- Version 1.1.6
 ==================================================================================
 
 Introduction
@@ -24,6 +24,25 @@ The Apache Jackrabbit FileVault package Maven plugin is an Apache Maven plugin t
 content package Maven artifacts. The content packages can later be used to install content into a JCR repository
 using the Apache Jackrabbit FileVault packaging runtime.
 
+Changes in Jackrabbit FileVault Package Maven Plugin 1.1.6
+---------------------------------------------------
+
+#### Bug Fixes
+* [JCRVLT-467] - Thread Context ClassLoader destroyed in validate-files mojo
+* [JCRVLT-477] - package maven plugin filtering complains about platform encoding although project.build.sourceEncoding is set
+* [JCRVLT-478] - package maven plugin reports warning when classifier option is not used
+* [JCRVLT-481] - filefault-package:format-xml fails when executed in build reactor
+* [JCRVLT-483] - Package thumbnail image is copied twice (and produced warnings) if placed in META-INF/vault/definition folder
+* [JCRVLT-490] - jackrabbit-filevault-package-maven-plugin fails embedding files located on different drives on Windows
+
+#### Improvements
+* [JCRVLT-466] - Allow embeddeds and subpackages to optionally only work on direct but not transitive dependencies
+* [JCRVLT-468] - Skip "validate-files" when "validate-package" is executed later on also in case of forked executions
+* [JCRVLT-471] - Allow configuring files that will be packaged under META-INF
+* [JCRVLT-475] - Enable Sonarcloud.io analysis with Travis
+
+
+
 Changes in Jackrabbit FileVault Package Maven Plugin 1.1.4
 ---------------------------------------------------