• Andy Wilkinson's avatar
    Fix bootBuildImage integration tests on Java 13 · 1d396abe
    Andy Wilkinson authored
    We build with Java 8, 11, and 13 without specifying target
    compatibility for the bytecode of the app that's placed in the image.
    The built image uses Java 11 and when the app is built with Java 13
    it fails to start as the Java 11 VM can't read that Java 13 bytecode.
    
    This commit configures the app that's placed in the image to be built
    with target compatibility of 1.8. This allows it to be compiled with
    all version of Java with which we build and to also be compatible
    with the JVM that's in the image.
    
    See gh-19831
    1d396abe
Name
Last commit
Last update
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...