[
https://issues.apache.org/jira/browse/IGNITE-28797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Chesnokov updated IGNITE-28797:
-----------------------------------------
Description:
The documentation code snippets module still configures the Maven compiler with
Java 8:
<source>1.8</source>
<target>1.8</target>
The main Ignite codebase has already moved to Java 17 under IGNITE-28772. The
snippets module should use the same Java baseline to ensure documentation
examples are validated against the currently supported Java version.
Replace the outdated source/target configuration with:
<source>17</source>
<target>17</target>
was:
The documentation code snippets module still configures the Maven compiler with
Java 8:
<source>1.8</source>
<target>1.8</target>
The main Ignite codebase has already moved to Java 17 under IGNITE-28772. The
snippets module should use the same Java baseline to ensure documentation
examples are validated against the currently supported Java version.
Replace the outdated source/target configuration with:
<source>17</source>
<target>17</target>
Verify that the documentation code snippets compile successfully.
> Update Java version for documentation code snippets to 17
> ---------------------------------------------------------
>
> Key: IGNITE-28797
> URL: https://issues.apache.org/jira/browse/IGNITE-28797
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Chesnokov
> Assignee: Aleksandr Chesnokov
> Priority: Major
> Labels: ise
>
> The documentation code snippets module still configures the Maven compiler
> with Java 8:
> <source>1.8</source>
> <target>1.8</target>
> The main Ignite codebase has already moved to Java 17 under IGNITE-28772. The
> snippets module should use the same Java baseline to ensure documentation
> examples are validated against the currently supported Java version.
> Replace the outdated source/target configuration with:
> <source>17</source>
> <target>17</target>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)