vttranlina commented on code in PR #1883:
URL: https://github.com/apache/james-project/pull/1883#discussion_r1439388037


##########
mailbox/postgres/src/main/java/org/apache/james/mailbox/postgres/mail/dao/PostgresMailboxMessageDAO.java:
##########
@@ -110,7 +112,7 @@ private static SelectFinalStep<Record1<Long>> 
selectMessageUidByMailboxIdAndExtr
     private final PostgresExecutor postgresExecutor;
 
     @Inject
-    public PostgresMailboxMessageDAO(PostgresExecutor postgresExecutor) {
+    public PostgresMailboxMessageDAO(@Named(POOL_INJECT_NAME) PostgresExecutor 
postgresExecutor) {

Review Comment:
   I'm not sure now, 
   I just changed the Injection name for that 
   Before that, It used "Default" postgresExecutor
   
https://github.com/apache/james-project/pull/1869/files#diff-a80f5949952a7ccc09552049a8975e1042ed3dd6235fc2f498e68475c7f6303b
   CC: @hungphan227 
   



-- 
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-unsubscr...@james.apache.org

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


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

Reply via email to