[xwiki/xwiki-rendering] 0dcf47: XCOMMONS-3772: Don't run javac lint checks on gene...
Branch: refs/heads/XCOMMONS-3772 Home: https://github.com/xwiki/xwiki-rendering Commit: 0dcf47e6ed1e7f25d6c64550acdbe07aef425a1f https://github.com/xwiki/xwiki-rendering/commit/0dcf47e6ed1e7f25d6c64550acdb... Author: Vincent Massol <[email protected]> Date: 2026-09-07 (Mon, 07 Sep 2026) Changed paths: M xwiki-rendering-wikimodel/pom.xml Log Message: ----------- XCOMMONS-3772: Don't run javac lint checks on generated sources * Compile the JavaCC-generated scanners of xwiki-rendering-wikimodel in their own maven-compiler-plugin execution with -Xlint:none, and restrict the default execution to src/main/java, so that the 12 warnings the generated scanners raise (6 this-escape and 6 static) go away while the hand-written sources keep being fully checked * Pass the hand-written source root on -sourcepath with -implicit:none for the generated execution, since the generated scanners and the hand-written sources reference each other and so cannot simply be compiled in sequence 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-rendering/settings/notifications
participants (1)
-
XWiki Notifications