This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 632d0e996e Remove Graal resolver as it is not present in 8.5.x
632d0e996e is described below
commit 632d0e996e2f9b5ba3d7ad4105457ba10dfd98c4
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Nov 28 09:18:42 2023 +0000
Remove Graal resolver as it is not present in 8.5.x
---
java/javax/el/CompositeELResolver.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/javax/el/CompositeELResolver.java
b/java/javax/el/CompositeELResolver.java
index 2280f9a805..9f06aff0ee 100644
--- a/java/javax/el/CompositeELResolver.java
+++ b/java/javax/el/CompositeELResolver.java
@@ -48,7 +48,6 @@ public class CompositeELResolver extends ELResolver {
KNOWN_NON_TYPE_CONVERTING_RESOLVERS.add("jakarta.servlet.jsp.el.ImplicitObjectELResolver");
KNOWN_NON_TYPE_CONVERTING_RESOLVERS.add("jakarta.servlet.jsp.el.ScopedAttributeELResolver");
// Tomcat internal resolvers - referenced by name to avoid creating
dependency
-
KNOWN_NON_TYPE_CONVERTING_RESOLVERS.add("org.apache.jasper.el.JasperELResolver$GraalBeanELResolver");
KNOWN_NON_TYPE_CONVERTING_RESOLVERS.add("org.apache.el.stream.StreamELResolverImpl");
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]