Branch: refs/heads/stable-17.4.x Home: https://github.com/xwiki/xwiki-commons Commit: 442c100c6e79e8b7709842ce248298d6e5bf81b2 https://github.com/xwiki/xwiki-commons/commit/442c100c6e79e8b7709842ce248298... Author: Thomas Mortagne <[email protected]> Date: 2025-09-04 (Thu, 04 Sep 2025) Changed paths: M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/pom.xml M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/AbstractMessageParser.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/ExtendedMessageFormatter.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageFormatMessageParser.java R xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageParser.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/SLF4JMessageParser.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java R xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/MessageParserTest.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/MessageformatMessageParserTest.java A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/SLF4JMessageParserTest.java Log Message: ----------- XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages * introduce dedicated parsers for each source of message (cherry picked from commit e434b2aa32db99d6f38d8b892afd5ff699bf89c6) Commit: 6e2497deaf4d024f15bd431f44d6c883e345ee36 https://github.com/xwiki/xwiki-commons/commit/6e2497deaf4d024f15bd431f44d6c8... Author: Thomas Mortagne <[email protected]> Date: 2025-09-04 (Thu, 04 Sep 2025) Changed paths: M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java Log Message: ----------- XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages * fix cases where the translation uses more parameters than the original message (cherry picked from commit 7d396311a9d39db18a44ca4c374d80960c526cc6) Compare: https://github.com/xwiki/xwiki-commons/compare/cd3d05cbf8e0...6e2497deaf4d To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications