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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org