You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A change in Spring Framework (spring-projects/spring-framework#26330) requires the use of Servlet API 4.0.1 which contains the javax.servlet.http.HttpServletResponse.setContentLengthLong(…) method. We still refer to version 3.0.1.
The text was updated successfully, but these errors were encountered:
We now build against a newer Servlet API version to align with Spring Framework.
Also, introduce a version property servlet.version for centralized version management.
Closes#1951
A change in Spring Framework (spring-projects/spring-framework#26330) requires the use of Servlet API 4.0.1 which contains the
javax.servlet.http.HttpServletResponse.setContentLengthLong(…)
method. We still refer to version 3.0.1.The text was updated successfully, but these errors were encountered: