mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b7d53ac9a4
This commit ensures that converting DataBuffers to a String does not use an expensive ByteBuffer allocation. Closes gh-29889