Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 62876200D64 for ; Tue, 26 Dec 2017 15:10:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 613D6160C10; Tue, 26 Dec 2017 14:10:24 +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 D037E160C00 for ; Tue, 26 Dec 2017 15:10:23 +0100 (CET) Received: (qmail 94675 invoked by uid 500); 26 Dec 2017 14:10:22 -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 94664 invoked by uid 99); 26 Dec 2017 14:10:22 -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; Tue, 26 Dec 2017 14:10:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 822D6DFC2F; Tue, 26 Dec 2017 14:10:22 +0000 (UTC) From: andrey-kuznetsov To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org References: In-Reply-To: Subject: [GitHub] ignite pull request #3197: Ignite 6734 Content-Type: text/plain Message-Id: <20171226141022.822D6DFC2F@git1-us-west.apache.org> Date: Tue, 26 Dec 2017 14:10:22 +0000 (UTC) archived-at: Tue, 26 Dec 2017 14:10:24 -0000 GitHub user andrey-kuznetsov reopened a pull request: https://github.com/apache/ignite/pull/3197 Ignite 6734 You can merge this pull request into a Git repository by running: $ git pull https://github.com/andrey-kuznetsov/ignite ignite-6734 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3197.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 #3197 ---- commit aff7c61f66ed0ba8de051f8ab037aa8f3076f167 Author: Andrey Kuznetsov Date: 2017-12-11T12:04:45Z IGNITE-6734: Switched language level to 8 for entire project. commit cac8bcc74fc2075a75a74c445757ccce9f86c4f2 Author: Andrey Kuznetsov Date: 2017-12-11T12:08:34Z IGNITE-6734: Replaced sun.misc.BASE64Encoder with standard Java 8 encoder. commit 9e310825570314afda08cc4d2b2996cdd7aee15d Author: Andrey Kuznetsov Date: 2017-12-26T13:38:03Z Merge branch 'master' into ignite-6734 commit 5c7913b685eaf659dccec68a20c704d7f2c81ac2 Author: Andrey Kuznetsov Date: 2017-12-26T14:08:09Z IGNITE-6734: Changed to reflective Base64 encoding. ---- ---