Open-Up / workshop-ifi-27-07-2018

Guiding IFI students on their way to their first free software contributions....
0 stars 3 forks source link

JPA-SMTP guice project needs a docker file #2

Open chibenwa opened 5 years ago

chibenwa commented 5 years ago

James supports two packaging (IOC framework): guice and spring. Guice allows defining specific products shipping only some components of the James server. As part of this solution, we implemented a simple SMTP (only) server using JPA in the jpa-smtp project.

However, this project currently misses a DockerFile.

You will create such a DockerFile in /dockerfiles/run/guice/jpa-smtp along with a relevant default configuration. You can, of course, get a look to surrounding guice dockerfiles.

See https://issues.apache.org/jira/browse/JAMES-2153

sonfack commented 5 years ago

we are working on this already Adama and Serge