Branch: refs/heads/XCOMMONS-3772 Home: https://github.com/xwiki/xwiki-platform Commit: 1249b9ec4896257359addca92c9cc82228195509 https://github.com/xwiki/xwiki-platform/commit/1249b9ec4896257359addca92c9cc... Author: Vincent Massol <[email protected]> Date: 2026-09-07 (Mon, 07 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-query/xwiki-platform-query-jpql-parser/pom.xml Log Message: ----------- XCOMMONS-3772: Don't run javac lint checks on generated sources * Compile the SableCC-generated parser and AST nodes of xwiki-platform-query-jpql-parser in their own maven-compiler-plugin execution with -Xlint:none, and restrict the default execution to src/main/java, so that the 100 rawtypes warnings the generated code raises go away while the hand-written sources keep being fully checked * Fix the indentation of the closing properties tag 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-platform/settings/notifications