You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/10/28 08:23:58 UTC

[tomcat] branch main updated (d84e447a62 -> ad022402db)

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 d84e447a62 Add JEP number
     add ad022402db Fix BZ 66325 - Correct concurrency issue in lambda expression evaluation

No new revisions were added by this update.

Summary of changes:
 java/org/apache/el/lang/EvaluationContext.java     | 35 +++++++++++++
 .../el/lang/LambdaExpressionNestedState.java       | 51 +++++++++++++++++++
 java/org/apache/el/parser/AstLambdaExpression.java | 57 +++++-----------------
 webapps/docs/changelog.xml                         |  4 ++
 4 files changed, 103 insertions(+), 44 deletions(-)
 create mode 100644 java/org/apache/el/lang/LambdaExpressionNestedState.java


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