This is an automated email from the ASF dual-hosted git repository.
sk0x50 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 a57ef58eba5 IGNITE-20748 Updated java opens (#11030)
a57ef58eba5 is described below
commit a57ef58eba57976dd0a4e61483b88e4a83a7acd7
Author: IgGusev <[email protected]>
AuthorDate: Thu Nov 30 15:35:04 2023 +0400
IGNITE-20748 Updated java opens (#11030)
---
docs/_docs/includes/java9.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/_docs/includes/java9.adoc b/docs/_docs/includes/java9.adoc
index 0e2316ab57f..dce4dc222db 100644
--- a/docs/_docs/includes/java9.adoc
+++ b/docs/_docs/includes/java9.adoc
@@ -58,5 +58,6 @@ tab:Java 17[]
--add-opens=java.base/java.math=ALL-UNNAMED
--add-opens=java.sql/java.sql=ALL-UNNAMED
--add-opens=java.base/java.net=ALL-UNNAMED
+--add-opens=java.base/sun.util.calendar=ALL-UNNAMED
----
--