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/08/25 15:12:04 UTC

[tomcat] branch main updated: Add changelog entry

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new f605e9f352 Add changelog entry
f605e9f352 is described below

commit f605e9f3524b1804448fb3bb487f595210e39b55
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 25 16:11:32 2022 +0100

    Add changelog entry
---
 webapps/docs/changelog.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index bd9d78faa7..9c2b9a41b9 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -220,6 +220,12 @@
         <bug>66235</bug>: Fix various issues with the bean resolver used for
         Graal. (remm)
       </fix>
+      <fix>
+        Improve the performance of the <code>ImportHandler</code> in the
+        Expression Language implementation. This removes a previous optimisation
+        that is now detrimental rather than helpful. Pull request <pr>547</pr>
+        provided by rmannibucau. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Cluster">


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