reschke commented on a change in pull request #202:
URL: 
https://github.com/apache/jackrabbit-filevault/pull/202#discussion_r787681961



##########
File path: 
vault-core/src/main/java/org/apache/jackrabbit/vault/packaging/impl/JcrPackageImpl.java
##########
@@ -386,6 +386,7 @@ private void extract(Set<PackageId> processed, 
ImportOptions options, boolean cr
             // MAX_VALUE disables saving completely, therefore we have to use 
a lower value!
             opts.setAutoSaveThreshold(Integer.MAX_VALUE - 1);
         }
+        opts.setIdConflictPolicy(mgr.getDefaultIdConflictPolicy());

Review comment:
       Changed to use null for not set. Please review.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to