Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: d0820e4035919e6947bed149e786affb0534c464 https://github.com/xwiki/xwiki-commons/commit/d0820e4035919e6947bed149e786af... Author: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/Extension.java Log Message: ----------- [Misc] Fix SonarQube issues by adding the missing @Deprecated annotations (#1946) java:S1123 (2): `Extension.FIELD_FEATURE` and `Extension.FIELD_FEATURES` document a deprecation in their Javadoc `@deprecated` tag but carry no `@Deprecated` annotation. The annotation is added with the versions the tag already states (java:S6355 house form), and they are moved out of the tag rather than duplicated. Claude-Session: https://claude.ai/code/session_019rz5ncf6YfgvDPSTqygjoL Co-authored-by: Vincent Massol <[email protected]> Co-authored-by: Claude Opus 5 <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications