spring-boot/spring-boot-project
Andy Wilkinson 1d396abec5 Fix bootBuildImage integration tests on Java 13
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
2020-01-23 13:50:22 +00:00
..
spring-boot Migrate remaining use of ClassLoader.loadClass to Class.forName 2020-01-23 13:15:45 +01:00
spring-boot-actuator Update copyright year of changed files 2020-01-22 20:24:23 -08:00
spring-boot-actuator-autoconfigure Use parentheses when declaring dependencies 2020-01-22 16:02:38 -08:00
spring-boot-autoconfigure Use Class.forName rather than ClassLoader.loadClass 2020-01-23 10:47:53 +01:00
spring-boot-cli Migrate remaining use of ClassLoader.loadClass to Class.forName 2020-01-23 13:15:45 +01:00
spring-boot-dependencies Upgrade to Kafka 2.4.0 and Spring Kafka 2.4.1 2020-01-23 10:16:36 +01:00
spring-boot-devtools Migrate remaining use of ClassLoader.loadClass to Class.forName 2020-01-23 13:15:45 +01:00
spring-boot-docs Merge branch '2.2.x' 2020-01-23 09:54:09 +01:00
spring-boot-parent Use parentheses when declaring dependencies 2020-01-22 16:02:38 -08:00
spring-boot-properties-migrator Use parentheses when declaring dependencies 2020-01-22 16:02:38 -08:00
spring-boot-starters Remove unnecessary dependency from HATEOAS starter 2020-01-23 13:45:18 +00:00
spring-boot-test Use Class.forName rather than ClassLoader.loadClass 2020-01-23 10:47:53 +01:00
spring-boot-test-autoconfigure Use parentheses when declaring dependencies 2020-01-22 16:02:38 -08:00
spring-boot-tools Fix bootBuildImage integration tests on Java 13 2020-01-23 13:50:22 +00:00