mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
2fb1dd177b
This commit removes Spring's custom NestedIOException and replaces its usage with the standard IOException which has supported a root cause since Java 6. Closes gh-28198