You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2018/06/13 09:40:05 UTC

[sling-org-apache-sling-distribution-core] branch master updated: SLING-7730 - Distribution package is lost if there is an installation error on receiver side

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

simonetripodi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git


The following commit(s) were added to refs/heads/master by this push:
     new d89583d  SLING-7730 - Distribution package is lost if there is an installation error on receiver side
d89583d is described below

commit d89583d04f34fa9707eba38005f5cc9143e99a01
Author: Simo Tripodi <st...@adobe.com>
AuthorDate: Wed Jun 13 11:39:34 2018 +0200

    SLING-7730 - Distribution package is lost if there is an installation
    error on receiver side
---
 .../org/apache/sling/distribution/serialization/impl/vlt/VltUtils.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/sling/distribution/serialization/impl/vlt/VltUtils.java b/src/main/java/org/apache/sling/distribution/serialization/impl/vlt/VltUtils.java
index c822e1a..a0be36e 100644
--- a/src/main/java/org/apache/sling/distribution/serialization/impl/vlt/VltUtils.java
+++ b/src/main/java/org/apache/sling/distribution/serialization/impl/vlt/VltUtils.java
@@ -247,6 +247,8 @@ public class VltUtils {
             opts.setAutoSaveThreshold(autosaveThreshold);
         }
 
+        opts.setStrict(true);
+
         return opts;
     }
 

-- 
To stop receiving notification emails like this one, please contact
simonetripodi@apache.org.