Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 014392e23e5ddc4541a61813f7cb1ca931cf257f https://github.com/xwiki/xwiki-platform/commit/014392e23e5ddc4541a61813f7cb1... Author: Vincent Massol <[email protected]> Date: 2026-07-05 (Sun, 05 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/TemplateProviderViewPage.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/PageTypePicker.java M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-docker/pom.xml Log Message: ----------- XWIKI-20411: Add automated test for "Name strategies automatic character replacement validation" Fix the stable-17.10.x build after backporting this issue. The flavor-test-docker module kept the master parent version 18.5.0-SNAPSHOT, so it resolved xwiki-platform-test-docker:18.5.0-SNAPSHOT from the remote repository (a frozen master snapshot without the standardFlavor attribute) instead of the reactor's 17.10.10-SNAPSHOT build. Align it with the branch version. Also replace List.getFirst() (a Java 21 API that does not compile on this Java 17 branch, introduced by the XWIKI-18260 backport) with get(0) in PageTypePicker and TemplateProviderViewPage. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications