Aleksandr Chesnokov created IGNITE-28797:
--------------------------------------------
Summary: 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
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)