Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76019178CE for ; Thu, 18 Jun 2015 08:44:26 +0000 (UTC) Received: (qmail 18208 invoked by uid 500); 18 Jun 2015 08:44:26 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 18145 invoked by uid 500); 18 Jun 2015 08:44:26 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 18085 invoked by uid 99); 18 Jun 2015 08:44:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2015 08:44:26 +0000 X-ASF-Spam-Status: No, hits=-2000.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 18 Jun 2015 08:42:13 +0000 Received: (qmail 15301 invoked by uid 99); 18 Jun 2015 08:44:00 -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; Thu, 18 Jun 2015 08:44:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AA088E1801; Thu, 18 Jun 2015 08:44:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 18 Jun 2015 08:44:14 -0000 Message-Id: <0722e9bbfa96429fb814d286e698a52b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [15/50] incubator-ignite git commit: Merge branches 'ignite-484-1' and 'ignite-sprint-6' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-484-1 X-Virus-Checked: Checked by ClamAV on apache.org Merge branches 'ignite-484-1' and 'ignite-sprint-6' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-484-1 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d7a18c4c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d7a18c4c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d7a18c4c Branch: refs/heads/ignite-sprint-7 Commit: d7a18c4c63077a5195a3c20076fe8ec76e2566c1 Parents: d8825fd 40f826b Author: S.Vladykin Authored: Sun Jun 14 19:25:33 2015 +0300 Committer: S.Vladykin Committed: Sun Jun 14 19:25:33 2015 +0300 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 2 + .../datastructures/DataStructuresProcessor.java | 67 +++++++++++++++++++- .../rest/client/message/GridRouterRequest.java | 18 ++++++ .../rest/client/message/GridRouterResponse.java | 18 ++++++ .../ignite/tools/classgen/ClassesGenerator.java | 12 ++++ 5 files changed, 114 insertions(+), 3 deletions(-) ----------------------------------------------------------------------