Use ELContext
instead of deprecated VariableResolver
API in JspPropertyAccessor
#32383
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
The JSP
VariableResolver
API has been deprecated since JSP 2.1 in favor of the newerELContext
API.We should therefore use
ELContext
instead of the deprecatedVariableResolver
API inJspPropertyAccessor
.The text was updated successfully, but these errors were encountered: