drewr / postal

Clojure email support
MIT License
586 stars 85 forks source link

Fix tests in CI #106

Closed drewr closed 4 years ago

drewr commented 4 years ago

The tests weren't passing in CI, a few notes:

  1. The reference to the Docker image clojure:lein-2.8.1 was stale
  2. Updating that to clojure:lein-2.9.1 also bumped to Java 11, which revealed an incompatibility (I think) between Java 11 and JavaMail. I don't have time to fix right now.
  3. Updated JavaMail to 1.6.2, but that seems ok.
  4. Using clojure:openjdk-8-lein-2.9.1 works, so we'll go with that for now.