Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 678b9a53058afb93fdeea135df6e708846622169 https://github.com/xwiki/xwiki-commons/commit/678b9a53058afb93fdeea135df6e70... Author: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Date: 2026-08-14 (Fri, 14 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509DnsName.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509IpAddress.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509Rfc822Name.java M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-pkix/src/main/java/org/xwiki/crypto/pkix/params/x509certificate/extension/X509URI.java M xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-plugin/src/main/java/org/xwiki/tool/xar/AbstractXARMojo.java Log Message: ----------- [Misc] Access static members through the class that declares them (SonarQube) (#1899) * SonarQube java:S3252 "static base class members should not be accessed via derived types": replace the derived-type qualifier with the class that actually declares the member, and adjust the imports accordingly. * Pure qualifier change: no declaration, signature or value is modified. Co-authored-by: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications