mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
A high surrogate left unconsumed by the encoder was dropped between append calls, so surrogate pairs written a character at a time by JsonValueWriter were replaced with `?`. See gh-51464 Signed-off-by: JaeHyunAn <98042706+yyuneu@users.noreply.github.com>