Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-platform
Commit: 07efa1594ddcc57c8cf714d20bb3e083a8b050b9
https://github.com/xwiki/xwiki-platform/commit/07efa1594ddcc57c8cf714d20bb3…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
M
xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/src/main/java/org/xwiki/mail/script/MailSenderScriptService.java
Log Message:
-----------
XWIKI-12179: MailSenderScriptService will throw a nullpointerexception if there is any
issue instead of returning null
* Bulletproof the API by checking if the result is null before using
it