spring-boot/spring-boot-cli
Andy Wilkinson 2053f4b2bf Clear JAVA_OPTS in CLI tests; avoid permsize config error with Java 8
When a Java 8 JVM is launched with -XX:MaxPermSize a warning message
is output indicating that the option will be ignored. This causes the
CLI tests that assert that no error output has been produced to fail.

This commit updates the CLI's integration test harness to remove
JAVA_OPTS from the environment of the CLI process. This prevents any
unwanted max perm size configuration from leaking into that
environment and breaking the build.
2015-05-11 12:22:02 +01:00
..
samples Fix JMS support in the CLI 2014-12-08 08:39:47 +01:00
src Clear JAVA_OPTS in CLI tests; avoid permsize config error with Java 8 2015-05-11 12:22:02 +01:00
test-samples Add spring-test annotations to auto imports 2014-05-28 14:05:13 +01:00
pom.xml Next development version 2015-03-30 22:56:20 -07:00