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
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.
The text was updated successfully, but these errors were encountered:
CodecsAutoConfiguration
is conditional onCodecConfigurer
which is part ofspring-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, byWebClient
and WebFlux. We should see if we can tighten up the conditions so thatCodecsAutoConfiguration
(and its inner configurationsJacksonCodecConfiguration
andLoggingCodecConfiguration
) only kick in when more likely to be used.The text was updated successfully, but these errors were encountered: