Hello team!

Just wanted to share that I've noticed that the latest spring-boot-ci jdk-16 image on docker hub is configured with java 8. I'm pretty sure this has an impact on current builds of https://ci.spring.io.

Screen Shot 2021-04-28 at 2 00 40 PM

Cheers!

Comment From: wilkinsona

The image is configured with both Java 8 and Java 16:

https://github.com/spring-projects/spring-boot/blob/c548693fa10a01d3fa23eee55eeca340764b02d4/ci/images/ci-image-jdk16/Dockerfile#L6

We run Gradle on Java 8 and use its tool chain support to compile and test with Java 16. Thanks anyway.

Comment From: daniellavoie

I can see that now. Thank you for your explanations.

I'm lazy and been spoiled by your previous jdk15 image which had 15 as it's default jdk. Time to fly with my own images :)