mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Update `AsciiBytes.hashCode(int hash, String string)` so that it no longer copies the backing array of the string. Closes gh-7851