Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: dd529e998419eff0da9cff81ccd3bb4ee7bc574e https://github.com/xwiki/xwiki-platform/commit/dd529e998419eff0da9cff81ccd3b... Author: Claude <[email protected]> Date: 2026-06-21 (Sun, 21 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/test/java/org/xwiki/wysiwyg/internal/cleaner/HTMLCleanerTest.java Log Message: ----------- [Misc] Use try-with-resources to close the reader in HTMLCleanerTest * Fixes the SonarQube issue java:S2093 by replacing the try/finally block with a try-with-resources statement so the BufferedReader is always closed automatically. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_011PG839yfYhvGh1JU8aWhB2 Commit: 5ca52f851922e5ea35dbaa435d1c32c6cf0268d9 https://github.com/xwiki/xwiki-platform/commit/5ca52f851922e5ea35dbaa435d1c3... Author: Thomas Mortagne <[email protected]> Date: 2026-06-22 (Mon, 22 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/test/java/org/xwiki/wysiwyg/internal/cleaner/HTMLCleanerTest.java Log Message: ----------- Merge pull request #5663 from xwiki/claude/amazing-brahmagupta-4j6dhe [Misc] Use try-with-resources in HTMLCleanerTest Compare: https://github.com/xwiki/xwiki-platform/compare/16beccade210...5ca52f851922 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications