>From Ian Maxon <[email protected]>: Ian Maxon has uploaded this change for review. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19286 )
Change subject: [ASTERIXDB-3541][OTH] Upgrade to Java 21 ...................................................................... [ASTERIXDB-3541][OTH] Upgrade to Java 21 Change-Id: I70603440c83bbdc3fc60360629141b75fa512fac --- M asterixdb/NOTICE M asterixdb/pom.xml M hyracks-fullstack/NOTICE M hyracks-fullstack/pom.xml 4 files changed, 13 insertions(+), 4 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/86/19286/1 diff --git a/asterixdb/NOTICE b/asterixdb/NOTICE index 06d538d..5118782 100644 --- a/asterixdb/NOTICE +++ b/asterixdb/NOTICE @@ -1,5 +1,5 @@ Apache AsterixDB -Copyright 2015-2024 The Apache Software Foundation +Copyright 2015-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index c0f9792..a8b5cd3 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>11</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/NOTICE b/hyracks-fullstack/NOTICE index e9bb9a4..722db88 100644 --- a/hyracks-fullstack/NOTICE +++ b/hyracks-fullstack/NOTICE @@ -1,5 +1,5 @@ Apache Hyracks and Algebricks -Copyright 2015-2024 The Apache Software Foundation +Copyright 2015-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index ec78f7b..156426d 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> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19286 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: asterixdb Gerrit-Branch: goldfish Gerrit-Change-Id: I70603440c83bbdc3fc60360629141b75fa512fac Gerrit-Change-Number: 19286 Gerrit-PatchSet: 1 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-MessageType: newchange
