deps: update dependency com.icegreen:greenmail to v2#6616
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
b4c798d to
23dd75d
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Is that bit a problem for your use-cases @MarcelBochtler and / or @nnobelis? |
23dd75d to
4af9ebb
Compare
4af9ebb to
3646d73
Compare
The use of `jakarta.mail` and its predecessor `javax.mail` cannot be mixed. As GreenMail 2.0 migrated to `jakarta.mail` [1] but `commons-email` does not support `jakarta.mail` yet [2], simply remove `commons-email` in favor of using `jakarta.mail` directly to resolve the conflict. For simplicity, this also slightly changes the behavior: In case of a plain-text email, the email is now sent as single-part instead of multi-part. [1]: https://github.com/greenmail-mail-test/greenmail/releases/tag/release-2.0.0 [2]: apache/commons-email#133 Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
3646d73 to
3a7f741
Compare
No, our use cases still work as expected. |
Thanks for checking! |
This PR contains the following updates:
1.6.14->2.0.0Release Notes
greenmail-mail-test/greenmail
v2.0.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.