Branch: refs/heads/claude/dreamy-franklin-8wRBr Home: https://github.com/xwiki/xwiki-platform Commit: 9ed36190548ce2d296cdf6b1c58c2fb2a06385d1 https://github.com/xwiki/xwiki-platform/commit/9ed36190548ce2d296cdf6b1c58c2... Author: Claude <[email protected]> Date: 2026-06-06 (Sat, 06 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-api/src/main/java/org/xwiki/attachment/validation/AttachmentValidationException.java Log Message: ----------- [Misc] Make the translationParameters field transient to fix a SonarQube issue * SonarQube rule java:S1948 flagged the non-transient List field in the Serializable AttachmentValidationException class. * Mark the field as transient and keep the getter null-safe so it still returns a non-null list after deserialization. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications