Impossible to build image with Spring Boot and Liberica JDK 18 #44
Replies: 2 comments 2 replies
-
Bellsoft 9.10.0 removes Java 18 because it is now EOGS. Options: 1.) Stick with the previous buildpack version (only a short-term fix) The non-LTS releases of Java come and go pretty quickly, their lifetime is short. As such, the buildpack removes them. We cannot ship EOGS software. |
Beta Was this translation helpful? Give feedback.
-
I am unable to build image using Java 21, stack trace below. Is there any fix available for Java 21 version? Please advise. [INFO] [creator] Paketo Buildpack for BellSoft Liberica 10.2.6 |
Beta Was this translation helpful? Give feedback.
-
I'm using Spring Boot 2.7.5 with Liberica JDK 18 and I'm not able to build the docker image through the command
./mvnw spring-boot:build-image
Here the logs just after launched the command
I've verified that nothing is changed from my side.
I've tried to change spring boot version but no luck.
Do you have the same problem from today?
Beta Was this translation helpful? Give feedback.
All reactions