spring-framework/spring-core
Rossen Stoyanchev fa096dc60f Minor refactoring in StringDecoder + polish
1. Avoid re-creating the List with delimited byte arrays on every
request if using the default delimiters which don't vary by charset.

2. Replace flatMap with flatMapIterable for splitOnDelimiter.

3. Avoid going through DataBufferUtils#join, and unnecessarily creating
Flux from the List, since the join method needs a list anyway.
2018-10-26 13:24:53 -04:00
..
src Minor refactoring in StringDecoder + polish 2018-10-26 13:24:53 -04:00
spring-core.gradle Upgrade to Objenesis 3.0.1 2018-10-22 18:54:18 +02:00