Skip to content

Deprecate duplicate String properties converter#3365

Open
akimoovv wants to merge 1 commit into
spring-projects:mainfrom
akimoovv:gh-3020-string-properties-converter
Open

Deprecate duplicate String properties converter#3365
akimoovv wants to merge 1 commit into
spring-projects:mainfrom
akimoovv:gh-3020-string-properties-converter

Conversation

@akimoovv
Copy link
Copy Markdown

Deprecates StringToPropertiesConverter and delegates its conversion logic to the shared Converters.toProperties(String) implementation.

This removes the duplicate String-to-Properties parsing path while preserving the existing converter type for compatibility. A focused converter test was added to cover Redis INFO-style property conversion through the shared converter API.

Closes gh-3020.

Tests:

  • ./mvnw -Dtest=ConvertersUnitTests test
  • ./mvnw -DskipTests verify

Note: ./mvnw verify was also attempted, but local integration tests require Redis on localhost:6379 and failed because Redis was not available.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 10, 2026
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