This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 0b0d835b7b Fix BZ 69521 - allow Korean (and other) characters in EL identifiers new 58e8a2aa13 Update grammar to use Java 17 definition of Java identifier new 072210bd26 Regenerate parser to use Java 17 definition of Java identifier new b27657e78d Improve EL Identifier tests The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: java/org/apache/el/parser/ELParser.jjt | 50 ++++--- .../org/apache/el/parser/ELParserTokenManager.java | 152 +++++++++++---------- test/org/apache/el/parser/TestAstIdentifier.java | 34 ++++- .../el/parser/TesterGenerateIdentifierRanges.java | 5 + 4 files changed, 142 insertions(+), 99 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org