This is an automated email from the ASF dual-hosted git repository.
sergey-chugunov-1985 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 2fcc5145495 IGNITE-28797 Update Java version for documentation code
snippets to 17 (#13253)
2fcc5145495 is described below
commit 2fcc5145495f7bc48e9179b81255a8b5a9d58d35
Author: Aleksandr Chesnokov <[email protected]>
AuthorDate: Fri Jun 19 10:33:21 2026 +0300
IGNITE-28797 Update Java version for documentation code snippets to 17
(#13253)
---
docs/_docs/code-snippets/java/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/_docs/code-snippets/java/pom.xml
b/docs/_docs/code-snippets/java/pom.xml
index 3a152c4edba..990895f58a8 100644
--- a/docs/_docs/code-snippets/java/pom.xml
+++ b/docs/_docs/code-snippets/java/pom.xml
@@ -103,8 +103,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.14.1</version>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <source>17</source>
+ <target>17</target>
</configuration>
</plugin>
<plugin>