Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: aa40d7d2f770a23b67076f60378fddda04a26bd4 https://github.com/xwiki/xwiki-platform/commit/aa40d7d2f770a23b67076f60378fd... Author: Vincent Massol <[email protected]> Date: 2026-06-30 (Tue, 30 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-model/src/main/java/org/xwiki/xar/XarPackage.java Log Message: ----------- [Misc] Use try-with-resources in XarPackage.read(InputStream) Fixes SonarCloud issue java:S2093: replace the manual try/finally close of the ZipArchiveInputStream with a try-with-resources. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications