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 776f350e87 Complete the early hints implementation by updating the Servlet API new 1242677516 Add support for the Elvis operator new 891032a748 s 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: .../el/parser/{AstChoice.java => AstElvis.java} | 20 +- java/org/apache/el/parser/ELParser.java | 921 +++++++++++---------- java/org/apache/el/parser/ELParser.jjt | 20 +- .../org/apache/el/parser/ELParserTokenManager.java | 3 + .../apache/el/parser/ELParserTreeConstants.java | 77 +- test/org/apache/el/TestELEvaluation.java | 11 + webapps/docs/changelog.xml | 4 + 7 files changed, 580 insertions(+), 476 deletions(-) copy java/org/apache/el/parser/{AstChoice.java => AstElvis.java} (70%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org