spring-boot/spring-boot-tools
Phillip Webb e23bcdbe29 Update OSX Java 1.6 compatibility fix for plugins
Change the initial fix for OSX Java 1.6 compatibility by removing the
need for a direct `tools.jar` dependency.

It appears that `system` dependencies are always pulled in when
used in a Maven plugin. This makes the the dependency on `tools.jar`
particularly brittle since we need to make assumptions about where
the jar is located.

Since the tools jar is *only* needed for Spring Loaded support, the
plugin has now been updated to locate the jar programmatically and
call it via reflection. This should reduce the risk of problems when
using the plugin and at the very least isolate them to Spring Loaded
support.

(See original commit b8c4720)

Fixes gh-497
2014-03-18 12:05:35 -07:00
..
spring-boot-dependency-tools Remove duplicate documentation 2014-03-16 23:00:12 -07:00
spring-boot-gradle-plugin Omit any file that is not a zip when repackaging 2014-03-18 10:03:38 +00:00
spring-boot-loader Polish 2014-03-18 10:23:54 -07:00
spring-boot-loader-tools Update OSX Java 1.6 compatibility fix for plugins 2014-03-18 12:05:35 -07:00
spring-boot-maven-plugin Update OSX Java 1.6 compatibility fix for plugins 2014-03-18 12:05:35 -07:00
pom.xml Next development version 2014-03-03 22:46:12 -08:00