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
@mp911de mp911de added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 3, 2026
@mp911de
mp911de force-pushed the main branch 2 times, most recently from e0163c7 to 5e76bfb Compare August 5, 2026 14:13
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