Which version of the servlet api are used for each of the Spring MVC versions, and where can I find such information? I couldn't find them in the docs.
There is another way to find out about dependencies:
For the case that something (like Spring WebMVC) could be found via mvnrepository then you could lookup the dependencies there.
For example:
org.springframework » spring-webmvc
Under: Provided Dependencies
-------------------------------------------------------------- |WebMVC |Dependency |Min-Max version -------------------------------------------------------------- |5.1.9 |javax.servlet » javax.servlet-api|4.0.1 -------------------------------------------------------------- |5.0.15 |javax.servlet » javax.servlet-api|4.0.1 -------------------------------------------------------------- |4.3.25 |javax.servlet » javax.servlet-api|3.0.1 - 4.0.1 -------------------------------------------------------------- |4.2.9 |javax.servlet » javax.servlet-api|3.0.1 - 4.0.1 -------------------------------------------------------------- |4.1.9 |javax.servlet » javax.servlet-api|3.0.1 - 4.0.1 -------------------------------------------------------------- |4.0.9 |javax.servlet » javax.servlet-api|3.0.1 - 4.0.1 -------------------------------------------------------------- |3.2.18 |javax.servlet » javax.servlet-api|3.0.1 - 4.0.1 -------------------------------------------------------------- |3.1.4 |javax.servlet » javax.servlet-api|2.1 - 2.3.3 -------------------------------------------------------------- |3.0.7 |javax.servlet » javax.servlet-api|2.1 - 2.3.3 -------------------------------------------------------------- |2.5.6.SEC03|javax.servlet » javax.servlet-api|2.4 - 4.0.1 -------------------------------------------------------------- |2.0.8 |javax.servlet » javax.servlet-api|2.4 - 4.0.1 --------------------------------------------------------------
Spring MVC 4 focused primarily on Servlet 3.0+ environments. The information is given in spring framework reference manual.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With