- Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed as duplicate of#46010
Closed as duplicate of#46010
Copy link
Labels
status: duplicateA duplicate of another issueA duplicate of another issue
Description
In SB 3.5.0 I get the following warning in my application.properties file
Deprecated configuration property 'spring.codec.max-in-memory-size'
The recommended fix is
Use replacement key 'spring.http.codec.max-in-memory-size'
It seems like a switch from CodecProperties to HttpCodecsProperties should be done as well, but in https://docs.spring.io/spring-boot/api/java/org/springframework/boot/autoconfigure/http/codec/HttpCodecsProperties.html it has
@ConfigurationProperties("spring.http.codecs")
.
Should the recommendation for replacement be spring.http.codecs.max-in-memory-size
? I.e. codecs instead of codec.
Metadata
Metadata
Assignees
Labels
status: duplicateA duplicate of another issueA duplicate of another issue