You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by il...@apache.org on 2021/05/05 09:54:02 UTC

[ignite] branch master updated: IGNITE-14678 Removed outdated note about TLSv1.3 being unsupported - Fixes #9078.

This is an automated email from the ASF dual-hosted git repository.

ilyak 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 295b8441 IGNITE-14678 Removed outdated note about TLSv1.3 being unsupported - Fixes #9078.
295b8441 is described below

commit 295b8441794bd3a54a6ae6f6b698365bd9e447d9
Author: IgGusev <de...@mail.ru>
AuthorDate: Wed May 5 12:53:30 2021 +0300

    IGNITE-14678 Removed outdated note about TLSv1.3 being unsupported - Fixes #9078.
    
    Signed-off-by: Ilya Kasnacheev <il...@gmail.com>
---
 docs/_docs/includes/java9.adoc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/_docs/includes/java9.adoc b/docs/_docs/includes/java9.adoc
index 69a948d..43dee8c 100644
--- a/docs/_docs/includes/java9.adoc
+++ b/docs/_docs/includes/java9.adoc
@@ -34,9 +34,5 @@ application:
 --illegal-access=permit
 ----
 
-3.  TLSv1.3, which is available in Java 11, is not supported at the
-moment. Consider adding `‑Djdk.tls.client.protocols=TLSv1.2` if SSL
-between nodes is used.
-