Branch: refs/heads/claude/nifty-bell-ll87u0 Home: https://github.com/xwiki/xwiki-commons Commit: 68685035552a55f8531bca33da4e19fd3182e8ab https://github.com/xwiki/xwiki-commons/commit/68685035552a55f8531bca33da4e19... Author: Vincent Massol <[email protected]> Date: 2026-09-12 (Sat, 12 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-api/src/main/java/org/xwiki/extension/wrap/AbstractWrappingObject.java M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-xml/src/main/java/org/xwiki/filter/xml/internal/parameter/CollectionConverter.java M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-xml/src/main/java/org/xwiki/filter/xml/internal/parameter/MapConverter.java M xwiki-commons-core/xwiki-commons-groovy/src/main/java/org/xwiki/groovy/internal/GroovyScriptEngineFactory.java M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-api/src/main/java/org/xwiki/job/internal/AbstractJobStatus.java M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/java/org/xwiki/job/internal/AbstractJob.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-velocity/src/main/java/org/xwiki/velocity/introspection/AbstractChainableUberspector.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-velocity/src/main/java/org/xwiki/velocity/introspection/ChainableUberspector.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-velocity/src/main/java/org/xwiki/velocity/introspection/DeprecatedCheckUberspector.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/Logger.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/TranslationMarker.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-common/src/main/java/org/xwiki/logging/internal/tail/XStreamFileLoggerTail.java M xwiki-commons-core/xwiki-commons-repository/xwiki-commons-repository-api/src/main/java/org/xwiki/extension/repository/xwiki/Resources.java M xwiki-commons-core/xwiki-commons-repository/xwiki-commons-repository-api/src/main/java/org/xwiki/extension/repository/xwiki/UriBuilder.java M xwiki-commons-core/xwiki-commons-text/src/main/java/org/xwiki/text/StringUtils.java M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/CollectionTool.java M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/ComparisonDateTool.java M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/EscapeTool.java M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/tools/StringTool.java M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/internal/DefaultVelocityManagerTest.java M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/EntityResolver.java Log Message: ----------- [Misc] Record the deliberate SonarQube name-shadowing false positives in the code * Suppress the java:S2176 and java:S9149 issues raised on types and static methods that carry the name of the type or method they specialise on purpose, with a comment stating why in each case. * 63 SonarQube issues. Co-Authored-By: Vincent Massol <[email protected]> Claude-Session: https://claude.ai/code/session_01Y7umCMMQKjGDPL6sojVLdG To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications