Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: b2df10e94807a0f6f7babdea83d7154eb28de84e https://github.com/xwiki/xwiki-platform/commit/b2df10e94807a0f6f7babdea83d71... Author: Vincent Massol <vincent@massol.net> Date: 2026-04-24 (Fri, 24 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-mailsender/src/main/java/com/xpn/xwiki/plugin/mailsender/MailSenderPlugin.java Log Message: ----------- [Misc] Fix issue reported by SonarQube (S2095) * Wrapped FileOutputStream in try-with-resources so it's always closed even if write() throws. Commit: df47361f60d434b8affea1ba20c58c3dd4096581 https://github.com/xwiki/xwiki-platform/commit/df47361f60d434b8affea1ba20c58... Author: Vincent Massol <vincent@massol.net> Date: 2026-04-24 (Fri, 24 Apr 2026) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.js Log Message: ----------- [Misc] Fix issue reported by SonarQube (javascript:S2703), with the help of Marius Compare: https://github.com/xwiki/xwiki-platform/compare/0b0dafffe38e...df47361f60d4 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications