mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
The JSP VariableResolver API has been deprecated since JSP 2.1 in favor of the newer ELContext API. This commit therefore refactors JspPropertyAccessor to use the ELContext API. Closes gh-32383