You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by "chibenwa (via GitHub)" <gi...@apache.org> on 2023/05/04 08:48:31 UTC

[GitHub] [james-project] chibenwa commented on a diff in pull request #1550: POC Protocol restart - easy with current james code base

chibenwa commented on code in PR #1550:
URL: https://github.com/apache/james-project/pull/1550#discussion_r1184727727


##########
testing/base/src/main/resources/logback-test.xml:
##########
@@ -17,10 +17,6 @@
                 <encoder>
                         <pattern>%d{HH:mm:ss.SSS} [%-5level] %logger{15} - %msg%n%rEx</pattern>
                 </encoder>
-                <immediateFlush>false</immediateFlush>
-                <filter class="ch.qos.logback.classic.filter.ThresholdFilter">
-                        <level>ERROR</level>
-                </filter>

Review Comment:
   Should not be kept



##########
server/apps/memory-app/src/main/java/org/apache/james/ImapRoutes.java:
##########
@@ -0,0 +1,40 @@
+package org.apache.james;

Review Comment:
   License



-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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