spring-boot/spring-boot-tools
Dave Syer 8b251e546a Monkey with process forking for Windoze
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
2014-05-02 12:55:13 +01:00
..
spring-boot-dependency-tools minor - correcting modifiers order 2014-04-25 18:20:09 +04:00
spring-boot-gradle-plugin Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00
spring-boot-loader Merge branch '1.0.x' 2014-04-30 22:06:24 +01:00
spring-boot-loader-tools Monkey with process forking for Windoze 2014-05-02 12:55:13 +01:00
spring-boot-maven-plugin Monkey with process forking for Windoze 2014-05-02 12:55:13 +01:00
pom.xml Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00