Replies: 2 comments 3 replies
-
Started the Maven build using Java 21. That caused that I am not sure if it's a good strategy to derive the Runtime Java version from the build Java version. |
Beta Was this translation helpful? Give feedback.
-
Afaik, that's not the case anymore. Starting with Java 9, it's possible to set the That's why I wonder if it's correct to derive the Java runtime version from the MANIFEST.MF. I assume that using the This (very old) issue might be interesting, too: https://issues.apache.org/jira/browse/MJAR-62 |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I am using Spring Boot 3.2.0 with Java 17 and want to build an Image using Buildpacks.
Although BP_JVM_VERSION is set to 17, a BellSoft Liberica JRE 21 is used.
Here is the log:
Beta Was this translation helpful? Give feedback.
All reactions