You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Michael Semb Wever (Jira)" <ji...@apache.org> on 2022/12/05 15:52:00 UTC

[jira] [Comment Edited] (CASSANDRA-17869) Add JDK17 option to cassandra-builds (build-scripts and jenkins dsl) and on jenkins agents

    [ https://issues.apache.org/jira/browse/CASSANDRA-17869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17643422#comment-17643422 ] 

Michael Semb Wever edited comment on CASSANDRA-17869 at 12/5/22 3:51 PM:
-------------------------------------------------------------------------

This is a starting working point: https://github.com/apache/cassandra-builds/compare/trunk...thelastpickle:cassandra-builds:mck/17869 

Looking at the diff, i'm wondering if all this would be simpler if we brought these* scripts  in-tree, and introduced variables in build.xml
{code}
<property name="java.default" value="11" />
<property name="java.supported" value="11,17" />
{code}

Questions…
* For the {{jvm-dtest-upgrade}} I presume we would then only support the default (implied that's the JDK that overlaps with the previous major).
* Can we remove JAVA8_HOME and JAVA11_HOME from dtests script and image?
* Can we avoid introducing any CASSANDRA_USE_JDK17 ? 






was (Author: michaelsembwever):
This is a starting working point: https://github.com/apache/cassandra-builds/compare/trunk...thelastpickle:cassandra-builds:mck/17869 

Looking at the diff, i'm wondering if all this would be simpler if we brought these* scripts  in-tree, and introduced variables in build.xml
{code}
<property name="java.default" value="11" />
<property name="java.supported" value="11,17" />
{code}



> Add JDK17 option to cassandra-builds (build-scripts and jenkins dsl) and on jenkins agents
> ------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17869
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17869
>             Project: Cassandra
>          Issue Type: Task
>          Components: Build
>            Reporter: Michael Semb Wever
>            Priority: Normal
>
> Add JDK17 option to cassandra-builds build-scripts, they only currently support options {{8}} and {{1}}.
> Add JDK17 to the matrix axes in the jenkins dsl.
> Ensure JDK17 is installed on all the jenkins agents.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org