From dev-return-30056-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Jan 15 15:26:26 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 AE205180657 for ; Mon, 15 Jan 2018 15:26:26 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9E474160C31; Mon, 15 Jan 2018 14:26:26 +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 DC07C160C25 for ; Mon, 15 Jan 2018 15:26:25 +0100 (CET) Received: (qmail 23012 invoked by uid 500); 15 Jan 2018 14:26:25 -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 23001 invoked by uid 99); 15 Jan 2018 14:26:24 -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; Mon, 15 Jan 2018 14:26:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 89B86DFF75; Mon, 15 Jan 2018 14:26:24 +0000 (UTC) From: dmekhanikov To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #3378: IGNITE-3935: Fix P2P class loading for StreamTran... Content-Type: text/plain Date: Mon, 15 Jan 2018 14:26:24 +0000 (UTC) GitHub user dmekhanikov opened a pull request: https://github.com/apache/ignite/pull/3378 IGNITE-3935: Fix P2P class loading for StreamTransformer.from() You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-3935-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3378.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 #3378 ---- commit 44bae8f97be94be40584a7500339663e25133fad Author: Denis Mekhanikov Date: 2018-01-15T10:22:41Z ignite-3935 fix P2P class loading for StreamTransformer.from() commit c3d52c511169c3624aaf1ebd39c0e93022f9a242 Author: Denis Mekhanikov Date: 2018-01-15T14:14:55Z ignite-3935 add test for P2P class loading for stream transformer ---- ---