Branch: refs/heads/claude/cool-tesla-xknuui Home: https://github.com/xwiki/xwiki-dev-llm Commit: 77b95ad90d64124951db558ef90e7d590ced96ca https://github.com/xwiki/xwiki-dev-llm/commit/77b95ad90d64124951db558ef90e7d... Author: Vincent Massol <[email protected]> Date: 2026-08-23 (Sun, 23 Aug 2026) Changed paths: M xwiki/okf/conventions/versioning.md M xwiki/okf/sonarqube/syntax-rules.md Log Message: ----------- Document the @Deprecated conventions the Java Code Style page defines * okf/conventions/versioning.md covered the version FORMAT and the multi-line @since backport rule, but nothing about @Deprecated itself, so a Sonar sweep of java:S6355 missed three of the four rules on https://dev.xwiki.org/xwiki/bin/view/Community/CodeStyle/JavaCodeStyle/#HDep...: no forRemoval, no version in the @deprecated Javadoc tag, and — the one that cost a review round — a deprecation done on several branches lists ALL its versions, comma-separated. * Corrects the java:S6355 entry in sonarqube/syntax-rules.md, which called the multi-version case a judgement call and told the reader to pick one version. Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications