[xwiki/xwiki-commons] 1131f8: [Misc] Fix three truncated version strings and one...
Branch: refs/heads/claude/nifty-bell-xknuui Home: https://github.com/xwiki/xwiki-commons Commit: 1131f80c122f36a19422303dc65020c942d12b73 https://github.com/xwiki/xwiki-commons/commit/1131f80c122f36a19422303dc65020... Author: Vincent Massol <[email protected]> Date: 2026-08-23 (Sun, 23 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-observation/src/main/java/org/xwiki/component/event/ComponentDescriptorEvent.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-component/xwiki-commons-legacy-component-default/src/main/java/org/xwiki/component/logging/DefaultLogger.java M xwiki-commons-core/xwiki-commons-legacy/xwiki-commons-legacy-properties/src/main/java/org/xwiki/properties/internal/converter/DeprecatedColorConverter.java Log Message: ----------- [Misc] Fix three truncated version strings and one redundant word in the Javadoc * Review feedback on the java:S6355 sweep. The version-matching regex had no trailing word boundary, so a malformed version in the source ("since 4.4MA", "since 5.2M") was captured as its numeric prefix and the rest of the token was left behind in the Javadoc tag. * ComponentDescriptorEvent: 4.4MA read as 4.4M1. DeprecatedColorConverter: 5.2M read as 5.2M1. * DefaultLogger: drop the now-redundant "already deprecated" from the @deprecated description. * All 464 sites of the sweep were audited for the same truncation; these were the only ones. 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
participants (1)
-
XWiki Notifications