Skip to content

Commit 638cfda

Browse files
committed
1. Quarkus update to 2.16.2.Final
2. Update GRAALVM for JDK 11 to help fix CI error 3. Deprecate adopt-hotspot in favor of temurin
1 parent 4b3096c commit 638cfda

File tree

5 files changed

+3
-11
lines changed

5 files changed

+3
-11
lines changed

.github/workflows/quarkus-build-native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: graalvm/setup-graalvm@v1
1919
with:
20-
version: '22.3.0'
20+
version: '22.3.1'
2121
java-version: ${{ matrix.java_version }}
2222
components: 'native-image'
2323
github-token: ${{ secrets.GB_TOKEN }}

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pipeline {
8787
}
8888
environment {
8989
JABBA_VERSION = '[email protected]'
90-
GRAALVM_VERSION = '11.0.17-graalvm-ce-22.3.0'
90+
GRAALVM_VERSION = '11.0.18-graalvm-ce-22.3.1'
9191
}
9292

9393
stages {

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ link:http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.datastax.oss%22.quark
2020

2121
== Compatibility
2222

23-
The extension is compatible with Quarkus version 2.15.0.Final and higher.
23+
The extension is compatible with Quarkus version `2.16.2.Final` and higher.
2424

2525
It requires Java 11 or higher.
2626

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@
3333
Note: when upgrading the Quarkus version or the DataStax Java driver version, make sure that you
3434
upgrade them in the quickstart module too.
3535
-->
36-
<<<<<<< HEAD
3736
<quarkus.version>2.16.2.Final</quarkus.version>
38-
=======
39-
<quarkus.version>2.15.3.Final</quarkus.version>
40-
>>>>>>> 9d897dc (1. Quarkus update to 2.15.3.Final)
4137
<datastax-java-driver.version>4.15.0</datastax-java-driver.version>
4238
<assertj.version>3.23.1</assertj.version>
4339
<maven.compiler.target>11</maven.compiler.target>

quickstart/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@
2727
<inceptionYear>2020</inceptionYear>
2828
<properties>
2929
<java.version>11</java.version>
30-
<<<<<<< HEAD
3130
<quarkus.version>2.16.2.Final</quarkus.version>
32-
=======
33-
<quarkus.version>2.15.3.Final</quarkus.version>
34-
>>>>>>> 9d897dc (1. Quarkus update to 2.15.3.Final)
3531
<datastax-java-driver.version>4.15.0</datastax-java-driver.version>
3632
<assertj.version>3.23.1</assertj.version>
3733
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)