Branch: refs/heads/XCOMMONS-3799 Home: https://github.com/xwiki/xwiki-commons Commit: 8e3506e885cfb765d1348fb8e2d70d3d9457520d https://github.com/xwiki/xwiki-commons/commit/8e3506e885cfb765d1348fb8e2d70d... Author: Thomas Mortagne <[email protected]> Date: 2026-09-18 (Fri, 18 Sep 2026) Changed paths: M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/pom.xml M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/src/main/java/org/xwiki/extension/maven/internal/MavenUtils.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-maven/src/test/java/org/xwiki/extension/maven/internal/converter/MavenUtilsTest.java M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/pom.xml M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/main/java/org/xwiki/extension/repository/maven/internal/MavenExtensionScanner.java A xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/test/java/org/xwiki/extension/repository/maven/internal/MavenExtensionScannerTest.java A xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/test/resources/rawpom/META-INF/maven/rawgroupid/rawartifactid/pom.xml Log Message: ----------- XCOMMONS-3799: The artifact id of a core extension found from a pom.xml embedded in a JAR is not resolved * Resolve the group id and the artifact id of a core extension from the location of the descriptor when the pom.xml embedded in the JAR does not provide usable ones * Ignore a Maven descriptor whose identifier cannot be resolved, instead of registering a core extension with an identifier which can never be resolved on a remote repository * Stop looping forever when the version of a model is a reference to the version of the project itself * Only parse a value as a Maven property reference when it's a well formed "${...}" * Raise the JaCoCo ratios following the new tests Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications