From dev-return-29925-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Wed Jan 10 16:00:33 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 6F6FA18072F for ; Wed, 10 Jan 2018 16:00:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5F562160C2E; Wed, 10 Jan 2018 15:00:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9D5EB160C23 for ; Wed, 10 Jan 2018 16:00:32 +0100 (CET) Received: (qmail 87024 invoked by uid 500); 10 Jan 2018 15:00:31 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 87010 invoked by uid 99); 10 Jan 2018 15:00:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2018 15:00:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5657FDFC2F; Wed, 10 Jan 2018 15:00:31 +0000 (UTC) From: agura To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #3351: ignite-7352 sun.misc.SharedSecrets and sun.misc.J... Content-Type: text/plain Date: Wed, 10 Jan 2018 15:00:31 +0000 (UTC) GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/3351 ignite-7352 sun.misc.SharedSecrets and sun.misc.JavaNioAccess direct usages are removed …usages are removed You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite ignite-7352 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3351.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3351 ---- commit c24b9031fb032800424d83b1ba713c0479bbd1a9 Author: Andrey Gura Date: 2018-01-10T14:51:51Z ignite-7352 sun.misc.SharedSecrets and sun.misc.JavaNioAccess direct usages are removed ---- ---