mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
948f5999c3
With JDK 9, java.util.regex.Matcher received overloaded variants of appendReplacement() and appendTail() that accept a StringBuilder, allowing us to replace the use of StringBuffer with StringBuilder. Closes gh-27822