ottoka commented on a change in pull request #748:
URL: https://github.com/apache/james-project/pull/748#discussion_r749405060



##########
File path: 
server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/src/test/java/org/apache/james/webadmin/vault/routes/DeletedMessagesVaultRoutesTest.java
##########
@@ -198,7 +199,7 @@ void beforeEach() throws Exception {
         taskManager = new MemoryTaskManager(new Hostname("foo"));
         JsonTransformer jsonTransformer = new JsonTransformer();
 
-        RestoreService vaultRestore = new RestoreService(vault, 
mailboxManager);
+        RestoreService vaultRestore = new RestoreService(vault, 
mailboxManager, RestoreLocationConfiguration.DEFAULT);

Review comment:
       Done, see latest push. RetentionConfiguration now is VaultConfiguration 
and contains both config options.




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to