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
When updating to Spring Boot 3.5.0 we get the following warning:
Key: spring.codec.max-in-memory-size
Reason: No metadata found for replacement key 'spring.http.codec.max-in-memory-size'
After double checking the properties in the documentation I think there is a typo in the replacement key as it should be 'spring.http.codecs.max-in-memory-size' .
We used the warning and replaced our config and the got an issue because the size was being ignored. Based on that I would ask if it is possible to log out a warning about configuration that is not being used ?