Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: 6e18c6a9c84690c531abd03e5f557e1a68c18d41 https://github.com/xwiki/xwiki-dev-llm/commit/6e18c6a9c84690c531abd03e5f557e... Author: Vincent Massol <[email protected]> Date: 2026-09-16 (Wed, 16 Sep 2026) Changed paths: M xwiki/okf/conventions/code-style.md M xwiki/okf/sonarqube/constant-and-resource-rules.md M xwiki/okf/sonarqube/index.md Log Message: ----------- [Misc] Record the java:S1214 policy agreed on the forum * On a published API, java:S1214 is retired in the code with @SuppressWarnings plus its reason, not refactored and not merely marked Accepted in SonarCloud. * In an internal package it is a normal fix, so it moves out of the denylist and into the constant-and-resource family file. * In a -legacy module it is excluded pom-wide, so document the sonar.issue.ignore.multicriteria mechanism next to the @SuppressWarnings convention. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: 3f1d83ec2a15701fb791f11635e85d9f746246ba https://github.com/xwiki/xwiki-dev-llm/commit/3f1d83ec2a15701fb791f11635e85d... Author: Vincent Massol <[email protected]> Date: 2026-09-16 (Wed, 16 Sep 2026) Changed paths: M xwiki/okf/servers/index.md Log Message: ----------- [Misc] Parse ~/.xwiki-credentials instead of sourcing it * An unquoted password containing shell metacharacters makes `source` a syntax error, and bash quotes the offending line — password included — into the output, so sourcing leaks the secret exactly when it is strong. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: 24ca1242cdaf83762a11a877fbf8f7b813ae4dd1 https://github.com/xwiki/xwiki-dev-llm/commit/24ca1242cdaf83762a11a877fbf8f7... Author: Vincent Massol <[email protected]> Date: 2026-09-16 (Wed, 16 Sep 2026) Changed paths: M xwiki/okf/conventions/code-style.md M xwiki/okf/servers/index.md M xwiki/okf/sonarqube/constant-and-resource-rules.md M xwiki/okf/sonarqube/index.md Log Message: ----------- Merge pull request #141 from xwiki/sonar-s1214-policy [Misc] Record the java:S1214 policy agreed on the forum Compare: https://github.com/xwiki/xwiki-dev-llm/compare/60276034848f...24ca1242cdaf To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications