Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Servlet API 4.0 for MVC (PushBuilder and Servlet mocks) [SPR-15879] #20434

Closed
spring-projects-issues opened this issue Aug 20, 2017 · 0 comments
Assignees
Labels
in: test Issues in the test module in: web Issues in web modules (web, webmvc, webflux, websocket) type: task A general task
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Aug 20, 2017

Juergen Hoeller opened SPR-15879 and commented

Servlet 4.0 is finally GA now, with its API available in final form from Maven Central. Let's upgrade spring-test to it for actual MockServletContext overrides, and also spring-webmvc for non-reflective PushBuilder injection with corresponding tests (#17273).

spring-web keeps building against the Servlet API 3.1 for the time being. This may change as we start to optionally integrate with specific Servlet 4.0 features in the core web facilities (e.g. #19883 in UrlPathHelper outside of spring-webmvc) but isn't necessary at this point.


Affects: 5.0 RC1

Issue Links:

Referenced from: commits fac1f23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: test Issues in the test module in: web Issues in web modules (web, webmvc, webflux, websocket) type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants