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
Some API in WebContentGenerator was deprecated back in 4.2 and we should remove this support now. HTTP 1.0 is not supported anymore, the CacheControl configuration variant is much superior and the HTTP caching defaults are more in line with best practices.
The text was updated successfully, but these errors were encountered:
I've come across some deprecated APIs in the codebase in context of this issue. I wanted to seek your guidance on how you would like contributions related to these deprecated APIs to be handled. Specifically, I'm wondering if the intention is to simply remove the deprecated APIs, or if there is a preference to migrate to the CacheControl configuration.
bclozel
added a commit
to bclozel/spring-framework
that referenced
this issue
Oct 30, 2023
Some API in
WebContentGenerator
was deprecated back in 4.2 and we should remove this support now. HTTP 1.0 is not supported anymore, theCacheControl
configuration variant is much superior and the HTTP caching defaults are more in line with best practices.The text was updated successfully, but these errors were encountered: