This is an automated email from the ASF dual-hosted git repository.
mhubail pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
The following commit(s) were added to refs/heads/master by this push:
new 2c568d05b3 [ASTERIXDB-3541][OTH] Upgrade to Java 21
2c568d05b3 is described below
commit 2c568d05b3ac583a201ca6a5f7a12b19645b8597
Author: Ian Maxon <[email protected]>
AuthorDate: Mon Jan 6 14:19:13 2025 -0800
[ASTERIXDB-3541][OTH] Upgrade to Java 21
Change-Id: I70603440c83bbdc3fc60360629141b75fa512fad
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19287
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Ian Maxon <[email protected]>
Tested-by: Ian Maxon <[email protected]>
---
asterixdb/pom.xml | 2 +-
hyracks-fullstack/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 351c14eef3..aaaeb25022 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -46,7 +46,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<file.encoding>UTF-8</file.encoding>
<jvm.extraargs />
- <maven.compiler.release>17</maven.compiler.release>
+ <maven.compiler.release>21</maven.compiler.release>
<javac.xlint.value>all</javac.xlint.value>
<source-format.goal>format</source-format.goal>
<source-format.skip>false</source-format.skip>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 0a9ff13dbd..f749bbfb65 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -49,7 +49,7 @@
<root.dir>${basedir}</root.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<file.encoding>UTF-8</file.encoding>
- <maven.compiler.release>17</maven.compiler.release>
+ <maven.compiler.release>21</maven.compiler.release>
<javac.xlint.value>all</javac.xlint.value>
<jvm.extraargs />
<sonar.jacoco.reportPath>${env.PWD}/target/jacoco-merged.exec</sonar.jacoco.reportPath>