This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 628d3d3 Add Eclipse IDE generated equals() and hashCode()
new 22e4810 Regenerate parser using JavaCC 7.0.10
new 0790ba1 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 | 2342 +++++++++++---------
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(+), 1683 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]