Defer StringHttpMessageConverter Charset.availableCharsets() call [SPR-15502] #20061
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Phil Webb opened SPR-15502 and commented
The
StringHttpMessageConverter
callsCharset.availableCharsets()
which can be quite an expensive thing to do on startup. Switching it to obtain it on the first call may help improve startup times a little.Affects: 4.3.8
Referenced from: commits 90477b4, ee40310
The text was updated successfully, but these errors were encountered: