Branch: refs/heads/claude/sweet-lamport-nvfq9 Home: https://github.com/xwiki/xwiki-platform Commit: ccfbd5a6052d62f541e2784368ee5c2ef593b2c7 https://github.com/xwiki/xwiki-platform/commit/ccfbd5a6052d62f541e2784368ee5... Author: Claude <[email protected]> Date: 2026-06-05 (Fri, 05 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-model/src/main/java/org/xwiki/xar/internal/XarUtils.java Log Message: ----------- Prevent exception masking when closing XMLStreamReader in XarUtils Replace the throw statement in the finally block with a warning log so that a close failure no longer masks the original parsing exception. The XMLStreamReader is now always closed and any close error is surfaced via the logger without discarding the primary exception context. https://claude.ai/code/session_01KLG8YY32tZev2UjuWmHuRB To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications