mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
With JDK 8 being the baseline and JDK 7 not being supported anymore we can get rid of the workaround for a JDK 7 bug in ProcessBuilder.inheritIO on Windows machines. Closes gh-12337