mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
6685e78c36
NestedIOException has been removed in Spring Framework 6 and this commit marks it as deprecated in 5.x. Users that were relying on this exception should use IOException directly. Closes gh-28929