Arsnael commented on code in PR #1922:
URL: https://github.com/apache/james-project/pull/1922#discussion_r1453071175


##########
server/apps/postgres-app/src/main/java/org/apache/james/PostgresJamesServerMain.java:
##########
@@ -94,20 +97,26 @@ public class PostgresJamesServerMain implements 
JamesServerMain {
         new ActiveMQQueueModule(),
         new BlobExportMechanismModule(),
         new PostgresDelegationStoreModule(),
-        new DefaultProcessorsConfigurationProviderModule(),
         new PostgresMailboxModule(),
         new PostgresDeadLetterModule(),
         new PostgresDataModule(),
         new MailboxModule(),
-        new NoJwtModule(),
-        new RawPostDequeueDecoratorModule(),
         new SievePostgresRepositoryModules(),
         new TaskManagerModule(),
         new MemoryEventStoreModule(),
         new TikaMailboxModule());
 
+    public static final Module JMAP = Modules.combine(
+        new PostgresJmapModule(),
+        new JmapEventBusModule(),
+        new PostgresDataJmapModule(),
+        new MemoryPushSubscriptionModule(),
+        new JMAPServerModule(),
+        new JmapTasksModule(),
+        new JMAPListenerModule());

Review Comment:
   What about the other `JMAPEventBusModule` ?



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