This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit cccdf6a5c85cb076551a84427bfa81499215c679 Author: tran tien duc <[email protected]> AuthorDate: Thu Feb 21 11:00:55 2019 +0700 MAILBOX-379 Inject empty hooks to Spring related MailboxManagers --- mailbox/maildir/src/main/resources/META-INF/spring/mailbox-maildir.xml | 1 + mailbox/memory/src/main/resources/META-INF/spring/mailbox-memory.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/mailbox/maildir/src/main/resources/META-INF/spring/mailbox-maildir.xml b/mailbox/maildir/src/main/resources/META-INF/spring/mailbox-maildir.xml index de43601..3c7f7e9 100644 --- a/mailbox/maildir/src/main/resources/META-INF/spring/mailbox-maildir.xml +++ b/mailbox/maildir/src/main/resources/META-INF/spring/mailbox-maildir.xml @@ -46,6 +46,7 @@ <constructor-arg index="8" ref="quotaComponents" /> <constructor-arg index="9" ref="indexer" /> <constructor-arg index="10" ref="no-mailbox-configuration" /> + <constructor-arg index="11"><set/></constructor-arg> </bean> <bean id ="no-mailbox-configuration" class="org.apache.james.mailbox.store.MailboxManagerConfiguration.NoMailboxConfiguration"/> diff --git a/mailbox/memory/src/main/resources/META-INF/spring/mailbox-memory.xml b/mailbox/memory/src/main/resources/META-INF/spring/mailbox-memory.xml index 4dd811f..39aeaa6 100644 --- a/mailbox/memory/src/main/resources/META-INF/spring/mailbox-memory.xml +++ b/mailbox/memory/src/main/resources/META-INF/spring/mailbox-memory.xml @@ -42,6 +42,7 @@ <constructor-arg index="7" ref="storeRightManager" /> <constructor-arg index="8" ref="quotaComponents" /> <constructor-arg index="9" ref="indexer" /> + <constructor-arg index="10"><set/></constructor-arg> </bean> <bean id ="memory-subscriptionManager" class="org.apache.james.mailbox.store.StoreSubscriptionManager"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
