Skip to content

Conversation

jbj338033
Copy link
Contributor

  • Replace multi-line string concatenation with text blocks in HandlerMethod
  • Use String.formatted() instead of string concatenation in exception messages
  • Modernize string formatting using Java 17+ features

These improvements enhance code readability and leverage modern Java capabilities while maintaining full backwards compatibility. All tests pass successfully.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 22, 2025
- Replace multi-line string concatenation with text blocks in HandlerMethod
- Use String.formatted() instead of string concatenation in exception messages
- Modernize string formatting using Java 17+ features

These improvements enhance code readability and leverage modern Java
capabilities while maintaining full backwards compatibility. All tests
pass successfully.
@jbj338033 jbj338033 force-pushed the feature/optimize-switch-expressions branch from bb73ae1 to f33885a Compare September 22, 2025 11:47
@jbj338033 jbj338033 closed this Sep 22, 2025
@bclozel bclozel added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants