Skip to content

2.0.0 alpha 2

Compare
Choose a tag to compare
@marcelmay marcelmay released this 19 Sep 11:54
· 345 commits to master since this release
21add77

2.0.0-alpha-2 is an update of the previous release 2.0.0-alpha-1 on the road towards 2.0.0.

  • Based on Jakarta Mail 2.0 (breaking change since 1.6!).
    GreenMail 2.0 requires JDK 8+ now, and used Jakarta Mail 2.0.x
  • This release contains mostly bugfixes and dependency updates, as included in (1.6.5)[https://github.com/greenmail-mail-test/greenmail/releases/tag/release-1.6.5].

Changes

  • Enhancements

    • #403 Refactor protocol handling for common socket handling base
  • Bugfixes

    • #395 Fix Client Timeout Handling
    • #399 Imap bug with deleting of inbox and renaming folder to existing name
    • #380 "java.lang.IllegalStateException: Can not read line, read 0 bytes" when trying to send SMTP mail since v1.6.3
  • Dependency updates

    • #385 Add jakarta.activation-api dependency to Greenmail Core
    • #386 Update com.sun.mail:jakarta.mail to 2.0.1
    • #397 Update spring to 4.3.30.RELEASE
    • #401 Update jetty to 9.4.43.v20210629
    • #402 Update docker base image to openjdk:8u302-jre-slim-buster
    • #404 Update slf4j to 1.7.32
  • Misc

    • #405 -Dgreenmail.users.login missing in CLI help
    • #396 Fix Line-Endings by introducing .gitattributes

Download

See Download instructions or use Maven Central with GAV coordinates com.icegreen:greenmail:2.0.0-alpha-2 .