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 43fb4594fe Changelog update
     new a501929e6a Add further test case for BZ 69338
     new 89e573e582 Add tests for empty
     new 52240c4ffe Complete fix for BZ 69338. Optimise "not empty"
     new 5ba377b5a4 Update generated code for 'not empty' optimisation

The 4 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:
 .../{AstEmpty.java => AstAbstractEmpty.java}       |  35 +-
 java/org/apache/el/parser/AstEmpty.java            |  37 +-
 .../org/apache/el/parser/AstNotEmpty.java          |  14 +-
 java/org/apache/el/parser/ELParser.java            | 853 ++++++++++++---------
 java/org/apache/el/parser/ELParser.jjt             |   3 +
 .../apache/el/parser/ELParserTreeConstants.java    |  45 +-
 .../parser/{TestAstNot.java => TestAstEmpty.java}  |  16 +-
 .../{TestAstNot.java => TestAstNotEmpty.java}      |  14 +-
 .../apache/el/parser/TestELParserPerformance.java  |  32 +
 webapps/docs/changelog.xml                         |   3 +-
 10 files changed, 568 insertions(+), 484 deletions(-)
 copy java/org/apache/el/parser/{AstEmpty.java => AstAbstractEmpty.java} (62%)
 copy test/org/apache/el/parser/TesterBeanB.java => 
java/org/apache/el/parser/AstNotEmpty.java (82%)
 copy test/org/apache/el/parser/{TestAstNot.java => TestAstEmpty.java} (78%)
 copy test/org/apache/el/parser/{TestAstNot.java => TestAstNotEmpty.java} (78%)


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

Reply via email to