spring-framework/spring-core
Phillip Webb a57d6ba5f3 Optimize StringUtils.cleanPath
Add an early exit to `StringUtils.cleanPath` to save array creating and
string concatenation. With a typical Spring application, the `cleanPath`
method can be called over 600 times, often with a path constructed by
a `ClassPathResource` that is likely to already be clean.

Closes gh-22568
2019-03-22 20:40:05 +01:00
..
src Optimize StringUtils.cleanPath 2019-03-22 20:40:05 +01:00
spring-core.gradle Add support for Deferred to ReactiveAdapterRegistry 2019-03-15 18:22:19 +01:00