This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from b4ecb88  Next will be 9.0.55
     new f42b113  Regenerate parser using JavaCC 7.0.10
     new 96a921e  Fix parsing bug for literal Maps constructed using variables.

The 2 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.java            | 2341 +++++++++++---------
 java/org/apache/el/parser/ELParser.jjt             |    2 +-
 .../org/apache/el/parser/ELParserTokenManager.java | 1188 +++++-----
 .../apache/el/parser/ELParserTreeConstants.java    |    4 +-
 java/org/apache/el/parser/JJTELParserState.java    |    4 +-
 java/org/apache/el/parser/ParseException.java      |   48 +-
 java/org/apache/el/parser/SimpleCharStream.java    |   57 +-
 java/org/apache/el/parser/Token.java               |    7 +-
 java/org/apache/el/parser/TokenMgrError.java       |   32 +-
 test/org/apache/el/parser/TestAstMapData.java      |   15 +
 webapps/docs/changelog.xml                         |   12 +
 11 files changed, 2028 insertions(+), 1682 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to