datastax / cassandra-quarkus

An Apache Cassandra(R) extension for Quarkus
Apache License 2.0
39 stars 28 forks source link

Quarkus update to 2.16.2.Final #219

Closed msmygit closed 1 year ago

msmygit commented 1 year ago

Quarkus update to 2.16.2.Final.

Updated JenkinsFile to include newer GraalVM as it failed with CI:

[2022-12-23T17:03:47.877Z] [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.2.Final:build (default) on project cassandra-quarkus-integration-tests-main: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[2022-12-23T17:03:47.877Z] [ERROR]  [error]: Build step io.quarkus.deployment.pkg.steps.NativeImageBuildStep#build threw an exception: java.lang.IllegalStateException: Out of date version of GraalVM detected: GraalVM 22.3.0 Java 11 CE (Java Version 11.0.13+7-jvmci-22.3-b05). Quarkus currently supports 22.3.0. Please upgrade GraalVM to this version.
...

Pre-requisites:

msmygit commented 1 year ago

@adutra I need some help as I'm getting the following at the CI pipeline run:

[2023-01-13T13:48:04.114Z] Java version used for compilation:
[2023-01-13T13:48:07.655Z] openjdk version "11.0.2" 2019-01-15
[2023-01-13T13:48:07.655Z] OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
[2023-01-13T13:48:07.655Z] OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
[2023-01-13T13:48:07.655Z] Java version used for native image generation:
[2023-01-13T13:48:07.655Z] 11.0.17-graalvm-ce-22.3.0 isn't installed 
script returned exit code 1