spring-framework/spring-core
Arjen Poutsma a30a134c23 Make StringDecoder use DataBufferUtils.split
* Added DataBufferUtils.split variant that takes multiple delimiters
  as argument (instead of 1).
* Use this new split() variant from within StringDecoder, replacing
  its inefficient algorithm with the Knuth-Morris-Pratt algorithm.
2019-05-15 16:07:28 +02:00
..
src Make StringDecoder use DataBufferUtils.split 2019-05-15 16:07:28 +02:00
spring-core.gradle Merge branch '5.1.x' 2019-04-30 18:55:34 +02:00