mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +00:00
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