Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: a5a07cf5d9397c7d757bf57530fdce1ba23fa450 https://github.com/xwiki/xwiki-commons/commit/a5a07cf5d9397c7d757bf57530fdce... Author: Vincent Massol <[email protected]> Date: 2026-08-27 (Thu, 27 Aug 2026) Changed paths: M .github/workflows/sonar-pr.yml Log Message: ----------- [Misc] Analyze pull requests with SonarCloud and fail on their quality gate * Read the JDK to build with from the xwiki.java.version property of the effective root pom instead of hardcoding it, so that the workflow follows the Java version a branch targets and can be copied to xwiki-rendering and xwiki-platform unchanged. * The property is evaluated with Maven rather than searched for in the pom text because outside xwiki-commons it is inherited from the xwiki-commons parent, which Maven has to download to know it. The snapshot profile supplies the repositories that parent comes from, a runner having no settings.xml declaring them. 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