spring-framework/spring-core
Brian Clozel 2b65d0e51f Fix error when writing empty String to DataBuffer
Prior to this commit, `DataBuffer.write` would throw an
`IllegalStateException` when called with an empty `String`, since the
`CharsetEncoder` would be flushed on an incorrent state.

This commit skips entirely the encoding phase for empty `String`.

Fixes #22262
2019-01-17 11:09:48 -05:00
..
src Fix error when writing empty String to DataBuffer 2019-01-17 11:09:48 -05:00
spring-core.gradle Upgrade to CGLIB 3.2.10 2018-12-12 16:03:31 +01:00