mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
This commit implements StringToRegexConverter in Java in order to avoid circular dependencies between Java and Kotlin codes that can break IDE support, and for consistency with the rest of the codebase. See gh-24311