ricardozanini commented on PR #2892: URL: https://github.com/apache/incubator-kie-tools/pull/2892#issuecomment-2632066045
@tiagobento @thiagoelg, [the minimal required version for Quarkus 3.15 is **3.8.6**](https://github.com/quarkusio/quarkus/blob/3.15/build-parent/pom.xml#L58). The image installs the latest available patch from the **3.8** stream from RHT repos as far as I can tell. ```shell # running inside the latest tag mvn --version Apache Maven 3.8.5 (Red Hat 3.8.5-6) Maven home: /usr/share/maven Java version: 17.0.14, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-17-openjdk-17.0.14.0.7-3.el8.aarch64 Default locale: en, platform encoding: UTF-8 OS name: "linux", version: "6.8.0-36-generic", arch: "aarch64", family: "unix" ``` Not sure what `5-6` means. But since Quarkus checks for the named version, it won't work. I'll ask around about this. And I'd rather not create an image or override anything in the base ones. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
