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 5F3961861A for ; Thu, 9 Jul 2015 11:30:09 +0000 (UTC) Received: (qmail 92528 invoked by uid 500); 9 Jul 2015 11:30:09 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 92496 invoked by uid 500); 9 Jul 2015 11:30:09 -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 92487 invoked by uid 99); 9 Jul 2015 11:30:09 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2015 11:30:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 9C2DE1A6AE8 for ; Thu, 9 Jul 2015 11:30:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.791 X-Spam-Level: X-Spam-Status: No, score=0.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id wxAxeeA6nJMZ for ; Thu, 9 Jul 2015 11:29:54 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id E87DC4E229 for ; Thu, 9 Jul 2015 11:29:40 +0000 (UTC) Received: (qmail 88789 invoked by uid 99); 9 Jul 2015 11:29:40 -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, 09 Jul 2015 11:29:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0D522E6825; Thu, 9 Jul 2015 11:29:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 09 Jul 2015 11:30:08 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [30/30] incubator-ignite git commit: Merge remote-tracking branch 'remotes/origin/master' into ignite-929 Merge remote-tracking branch 'remotes/origin/master' into ignite-929 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/3a99afe3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3a99afe3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/3a99afe3 Branch: refs/heads/ignite-929 Commit: 3a99afe35bd35194287d5cf8fea61e8962106040 Parents: 9f62174 546d595 Author: sboikov Authored: Thu Jul 9 14:28:10 2015 +0300 Committer: sboikov Committed: Thu Jul 9 14:28:10 2015 +0300 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 12 ++ .../src/main/java/org/apache/ignite/Ignite.java | 2 +- .../apache/ignite/internal/IgniteKernal.java | 32 +++--- .../processors/cache/GridCacheProcessor.java | 97 +++++------------ .../continuous/CacheContinuousQueryHandler.java | 4 +- .../datastructures/DataStructuresProcessor.java | 39 +++++-- .../GridCacheCountDownLatchImpl.java | 15 ++- ...cheStoreSessionListenerAbstractSelfTest.java | 1 - .../IgniteCacheConfigurationTemplateTest.java | 26 +---- .../cache/IgniteDynamicCacheStartSelfTest.java | 16 +-- .../IgniteDynamicClientCacheStartSelfTest.java | 5 +- .../IgniteClientDataStructuresAbstractTest.java | 109 ++++++++++++++----- .../IgniteCountDownLatchAbstractSelfTest.java | 12 +- modules/kafka/pom.xml | 11 -- .../util/spring/IgniteSpringHelperImpl.java | 10 +- .../IgniteExcludeInConfigurationTest.java | 5 +- .../org/apache/ignite/spring/sprint-exclude.xml | 19 ++++ .../visor/commands/open/VisorOpenCommand.scala | 2 +- 18 files changed, 229 insertions(+), 188 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3a99afe3/modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3a99afe3/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3a99afe3/modules/core/src/test/java/org/apache/ignite/cache/store/CacheStoreSessionListenerAbstractSelfTest.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3a99afe3/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteDynamicCacheStartSelfTest.java ----------------------------------------------------------------------