- Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Labels
theme: performanceIssues related to general performanceIssues related to general performancetype: enhancementA general enhancementA general enhancement
Milestone
Description
CodecsAutoConfiguration
is conditional on CodecConfigurer
which is part of spring-web
. This means that the auto-configuration will kick in for any typical web application. This is somewhat at odds with the codecs only being used, I think, by WebClient
and WebFlux. We should see if we can tighten up the conditions so that CodecsAutoConfiguration
(and its inner configurations JacksonCodecConfiguration
and LoggingCodecConfiguration
) only kick in when more likely to be used.
Metadata
Metadata
Assignees
Labels
theme: performanceIssues related to general performanceIssues related to general performancetype: enhancementA general enhancementA general enhancement