Skip to content

Deprecate StringToPropertiesConverter#3361

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

Deprecate StringToPropertiesConverter#3361
answndud wants to merge 1 commit intospring-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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicate code in StringToPropertiesConverter class

2 participants