arkanovicz commented on code in PR #19:
URL: https://github.com/apache/velocity-tools/pull/19#discussion_r3415609399
##########
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:
> Good, thanks. @arkanovicz I wonder whether we should raise to Servlet 4.0
before that.
Well, I guess the Tools 3.x branch can stay on Serlvets 3.1, and Tools 4.0
(jakarta) can jump to 6.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]