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 05:08:23 UTC

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

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