@ -51,6 +51,8 @@ Many other APIs and features were removed as part of [#33809](https://github.com
@@ -51,6 +51,8 @@ Many other APIs and features were removed as part of [#33809](https://github.com
* WebJars support with `org.webjars:webjars-locator-core` in favor of `org.webjars:webjars-locator-lite`
* OkHttp3 support
`RequestContext#jstPresent` protected static field has been renamed to `JSTL_PRESENT` as part of [#35525](https://github.com/spring-projects/spring-framework/issues/35525).
### Deprecations
* The `<mvc:*` XML configuration namespace for Spring MVC is now deprecated in favor of the Java configuration variant. There are no plans yet for removing it completely, but XML configuration will not be updated to follow the Java configuration model. Other namespaces (like `<bean>`) are NOT deprecated.