You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/12/14 10:34:25 UTC

[09/18] james-project git commit: MAILBOX-364 Switch Spring Mailbox to MixedEventDelivery

MAILBOX-364 Switch Spring Mailbox to MixedEventDelivery


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/61e82466
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/61e82466
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/61e82466

Branch: refs/heads/master
Commit: 61e8246657525c1fafec7e5c938d528a6f372b45
Parents: 1ec48b0
Author: Benoit Tellier <bt...@linagora.com>
Authored: Wed Dec 12 15:52:54 2018 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Fri Dec 14 17:09:20 2018 +0700

----------------------------------------------------------------------
 mailbox/spring/src/main/resources/META-INF/spring/event-system.xml | 2 +-
 .../spring/src/main/resources/META-INF/spring/spring-mailbox.xml   | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/61e82466/mailbox/spring/src/main/resources/META-INF/spring/event-system.xml
----------------------------------------------------------------------
diff --git a/mailbox/spring/src/main/resources/META-INF/spring/event-system.xml b/mailbox/spring/src/main/resources/META-INF/spring/event-system.xml
index 03f3be7..4ed8ce1 100644
--- a/mailbox/spring/src/main/resources/META-INF/spring/event-system.xml
+++ b/mailbox/spring/src/main/resources/META-INF/spring/event-system.xml
@@ -39,7 +39,7 @@
         <constructor-arg index="1" ref="synchronous-event-delivery"/>
     </bean>
 
-    <bean id="mixed-event-delivery" class="org.apache.james.mailbox.events.delivery.MixedEventDelivery" lazy-init="true">
+    <bean id="event-delivery" class="org.apache.james.mailbox.events.delivery.MixedEventDelivery" lazy-init="true">
         <constructor-arg index="0" ref="asynchronous-event-delivery"/>
         <constructor-arg index="1" ref="synchronous-event-delivery"/>
     </bean>

http://git-wip-us.apache.org/repos/asf/james-project/blob/61e82466/mailbox/spring/src/main/resources/META-INF/spring/spring-mailbox.xml
----------------------------------------------------------------------
diff --git a/mailbox/spring/src/main/resources/META-INF/spring/spring-mailbox.xml b/mailbox/spring/src/main/resources/META-INF/spring/spring-mailbox.xml
index 2774572..eecd37c 100644
--- a/mailbox/spring/src/main/resources/META-INF/spring/spring-mailbox.xml
+++ b/mailbox/spring/src/main/resources/META-INF/spring/spring-mailbox.xml
@@ -67,7 +67,6 @@
     </bean>
 
     <alias name="default-delegating-listener" alias="delegating-listener"/>
-    <alias name="synchronous-event-delivery" alias="event-delivery"/>
 
     <bean id="dispatcher" class="org.apache.james.mailbox.store.event.MailboxEventDispatcher">
         <constructor-arg index="0" ref="delegating-listener"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org