mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
0a4d3c14db
Before this commit, the Jackson2JsonDecoder was not able to decode an empty JSON array (`[]`). After this commit, it is. Issue: SPR-15685