You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2022/11/04 04:42:36 UTC

[GitHub] [james-project] chibenwa opened a new pull request, #1292: Provide a fluent API for delegation in order to prevent confusions

chibenwa opened a new pull request, #1292:
URL: https://github.com/apache/james-project/pull/1292

   It is very easy to be confused between the two arguments and I believe staged methods makes this way easier to understand and might prevent errors down the road...


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


[GitHub] [james-project] chibenwa merged pull request #1292: JAMES-3756 Improve delegation

Posted by GitBox <gi...@apache.org>.
chibenwa merged PR #1292:
URL: https://github.com/apache/james-project/pull/1292


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


[GitHub] [james-project] Arsnael commented on pull request #1292: Provide a fluent API for delegation in order to prevent confusions

Posted by GitBox <gi...@apache.org>.
Arsnael commented on PR #1292:
URL: https://github.com/apache/james-project/pull/1292#issuecomment-1302977364

   ```
   04:50:06,823 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project james-server-protocols-smtp: Compilation failure: Compilation failure: 
   04:50:06,823 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1292/server/protocols/protocols-smtp/src/test/java/org/apache/james/smtpserver/SMTPServerTest.java:[298,59] incompatible types: org.apache.james.mailbox.Authorizator is not a functional interface
   04:50:06,823 [ERROR]     no abstract method found in interface org.apache.james.mailbox.Authorizator
   04:50:06,823 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1292/server/protocols/protocols-smtp/src/test/java/org/apache/james/smtpserver/DSNTest.java:[172,59] incompatible types: org.apache.james.mailbox.Authorizator is not a functional interface
   04:50:06,823 [ERROR]     no abstract method found in interface org.apache.james.mailbox.Authorizator
   04:50:06,823 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1292/server/protocols/protocols-smtp/src/test/java/org/apache/james/smtpserver/SMTPSaslTest.java:[192,37] incompatible types: org.apache.james.mailbox.Authorizator is not a functional interface
   04:50:06,823 [ERROR]     no abstract method found in interface org.apache.james.mailbox.Authorizator
   04:50:06,823 [ERROR] /home/jenkins/jenkins-agent/workspace/james_ApacheJames_PR-1292/server/protocols/protocols-smtp/src/test/java/org/apache/james/smtpserver/AuthAnnounceTest.java:[161,59] incompatible types: org.apache.james.mailbox.Authorizator is not a functional interface
   04:50:06,823 [ERROR]     no abstract method found in interface org.apache.james.mailbox.Authorizator
   ```


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