With #25209, DispatcherServlet.properties
loading and parsing will be useless for most of use cases, and it requires configuration on GraalVM native images.
The purpose of this issue to make such loading and parsing lazy, only invoked in getDefaultStrategies()
if needed.