• Dave Syer's avatar
    Monkey with process forking for Windoze · 8b251e54
    Dave Syer authored
    There were several problems to fix. 1) a bug in the
    JDK (1.7 up to 7_60):
    
    https://bugs.openjdk.java.net/browse/JDK-8023130
    
    which we can work around by detecting buggy VMs and not trying
    to use inheritIO. 2) File<->URL conversion is platform dependent
    and we shouldn't make any assumptions. The problem in this case
    was that file URLs contain a ":" so they can 't be added to a
    path in UNIX, but on Windows you need the absolute path with the
    colon. Solution: use Files on the classpath for spring-boot:run.
    
    Hopefully also fixes gh-767
    8b251e54
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...