eduarddrenth commented on code in PR #19:
URL: https://github.com/apache/velocity-tools/pull/19#discussion_r1683818957
##########
velocity-tools-view-jsp/src/main/java/org/apache/velocity/tools/view/jsp/jspimpl/VelocityPageContext.java:
##########
@@ -409,20 +408,6 @@ public JspWriter getOut() {
return jspWriter;
}
- @SuppressWarnings("deprecation")
- @Override
- public javax.servlet.jsp.el.ExpressionEvaluator getExpressionEvaluator() {
- // Really, who cares?
- throw new UnsupportedOperationException("This class works only with JSP
2.1");
- }
-
- @SuppressWarnings("deprecation")
- @Override
- public javax.servlet.jsp.el.VariableResolver getVariableResolver() {
- // Really, who cares?
- throw new UnsupportedOperationException("This class works only with JSP
2.1");
- }
-
Review Comment:
Since 4.0.0, 3.1.1 still has it. See also
https://projects.eclipse.org/projects/ee4j.jsp/releases/4.0.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]