Skip to content

Possible typo in warning about spring.codec property #46010

Closed as duplicate
@akoufa

Description

@akoufa

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions