• Andy Wilkinson's avatar
    Clear JAVA_OPTS in CLI tests; avoid permsize config error with Java 8 · 2053f4b2
    Andy Wilkinson authored
    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.
    2053f4b2
Name
Last commit
Last update
..
java/org/springframework/boot/cli Loading commit data...
resources/jar-command Loading commit data...