There are 2 updates.
 
 
XWiki Rendering / cid:jira-generated-image-avatar-949dbb09-6134-47d8-849b-a434c4adb16a XRENDERING-804 Open

Upgrade to JavaCC 8

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-703c9b9c-d030-47fe-94d6-10b17276145f Changes by Thomas Mortagne on 20/Feb/26 14:23
 
Summary: Upgrade to JavaCC Maven Plugin 3. 8 .0
Description: See https {noformat}
Differences between v8 versus v7
: very small at the grammar level, more important at the generated sources level:

    * the JavaCC
/ JJTree grammar part is the same
    * most of JavaCC
/ github JJTree options should be the same, but some may be removed and others appear in v8
    * the Java grammar part should be nearly the same (may be some Java 7 & Java 8 features will appear in v8 and not in v7); in the future Java 11
. com/javacc/javacc-maven-plugin/releases/tag/v3 . 8 17 . 0 .21.. features would appear only in v8)
    * the C++ / C# grammar parts may be somewhat different
    * some generated files are not much different, others are (the token manager is token driven)
{noformat}