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 8996618F29 for ; Sun, 3 Jan 2016 15:33:48 +0000 (UTC) Received: (qmail 25684 invoked by uid 500); 3 Jan 2016 15:33:48 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 25563 invoked by uid 500); 3 Jan 2016 15:33:48 -0000 Mailing-List: contact commits-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 commits@ignite.apache.org Received: (qmail 25247 invoked by uid 99); 3 Jan 2016 15:33:48 -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; Sun, 03 Jan 2016 15:33:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1E65DE09E6; Sun, 3 Jan 2016 15:33:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.apache.org Date: Sun, 03 Jan 2016 15:33:57 -0000 Message-Id: <23a516ee10c1426fbc3ad35f15181a5c@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [12/50] [abbrv] ignite git commit: Merge branch 'ignite-1.5' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-1.5.1-2 Merge branch 'ignite-1.5' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-1.5.1-2 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b534c427 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b534c427 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b534c427 Branch: refs/heads/ignite-2264 Commit: b534c42711d289408bacc9824300d6ec5fcc0fe7 Parents: 524d72e 81458f5 Author: Alexey Goncharuk Authored: Mon Dec 21 18:56:55 2015 +0300 Committer: Alexey Goncharuk Committed: Mon Dec 21 18:56:55 2015 +0300 ---------------------------------------------------------------------- .../internal/binary/BinaryObjectImpl.java | 20 +- .../processors/cache/IgniteCacheProxy.java | 5 +- .../cache/query/GridCacheQueryManager.java | 8 +- .../processors/query/GridQueryProcessor.java | 10 +- .../IgniteCacheBinaryObjectsScanSelfTest.java | 137 +++++++++ .../cache/IgniteCacheAbstractQuerySelfTest.java | 300 +++++++++++++------ .../IgniteCacheReplicatedQuerySelfTest.java | 10 +- .../local/IgniteCacheLocalQuerySelfTest.java | 2 +- .../IgniteBinaryCacheQueryTestSuite.java | 2 + .../Apache.Ignite.Core/Binary/Package-Info.cs | 2 +- .../Apache.Ignite.Core/Cache/Package-Info.cs | 2 +- .../Cache/Query/Continuous/Package-Info.cs | 2 +- .../Cache/Query/Package-Info.cs | 2 +- .../Cache/Store/Package-Info.cs | 2 +- .../Apache.Ignite.Core/Cluster/Package-Info.cs | 2 +- .../Apache.Ignite.Core/Compute/Package-Info.cs | 2 +- .../Datastream/Package-Info.cs | 2 +- .../Apache.Ignite.Core/Events/Package-Info.cs | 2 +- .../Lifecycle/Package-Info.cs | 2 +- .../Messaging/Package-Info.cs | 2 +- .../dotnet/Apache.Ignite.Core/Package-Info.cs | 2 +- .../Apache.Ignite.Core/Resource/Package-Info.cs | 2 +- .../Apache.Ignite.Core/Services/Package-Info.cs | 2 +- .../Transactions/Package-Info.cs | 2 +- 24 files changed, 394 insertions(+), 130 deletions(-) ----------------------------------------------------------------------