You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2020/12/30 03:35:15 UTC

[james-project] 03/29: JAMES-3431 Mock SMTP server: Run on top of Java 11

This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 97d5b23e033945fd13fbd65e3661227e18938401
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Dec 23 12:23:53 2020 +0700

    JAMES-3431 Mock SMTP server: Run on top of Java 11
---
 server/mailet/mock-smtp-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/mailet/mock-smtp-server/pom.xml b/server/mailet/mock-smtp-server/pom.xml
index 93a3ca2..7b6de67 100644
--- a/server/mailet/mock-smtp-server/pom.xml
+++ b/server/mailet/mock-smtp-server/pom.xml
@@ -121,7 +121,7 @@
                 <artifactId>jib-maven-plugin</artifactId>
                 <configuration>
                     <from>
-                        <image>openjdk:8u222-jre</image>
+                        <image>adoptopenjdk:11-jre-hotspot</image>
                     </from>
                     <to>
                         <image>linagora/mock-smtp-server</image>


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