spring-framework/spring-core
Andrew Tulloch 090aceb3ad Fix repeated calls to DataBuffer.write(CharSequence, Charset)
Prior to this commit, repeated calls to `DataBuffer.write(CharSequence,
Charset)` would not write the given chars to the expected position in
the original buffer.

This commit fixes that by writing to the `outBuffer.position()`, offset
by the current `DataBuffer.writePosition()`.

Fixes gh-22484
2019-03-04 13:37:06 +01:00
..
src Fix repeated calls to DataBuffer.write(CharSequence, Charset) 2019-03-04 13:37:06 +01:00
spring-core.gradle Upgrade to CGLIB 3.2.10 2018-12-12 16:03:31 +01:00