Skip to content

Deprecate StringToPropertiesConverter#3361

Open
answndud wants to merge 1 commit into
spring-projects:mainfrom
answndud:fix/string-properties-converter-3020
Open

Deprecate StringToPropertiesConverter#3361
answndud wants to merge 1 commit into
spring-projects:mainfrom
answndud:fix/string-properties-converter-3020

Conversation

@answndud

Copy link
Copy Markdown

Closes #3020.

StringToPropertiesConverter duplicates Converters.toProperties(String). This change deprecates the standalone converter and delegates to the shared converter implementation so Redis INFO string parsing is kept in one place.

Tests: ./mvnw -Dtest=ConvertersUnitTests test

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 27, 2026
Signed-off-by: MJY <jmoon0227@gmail.com>
@answndud answndud force-pushed the fix/string-properties-converter-3020 branch from 061427b to 2468efa Compare April 27, 2026 23:32
@mp911de mp911de added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: task A general task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicate code in StringToPropertiesConverter class

3 participants