You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/07/09 11:14:19 UTC

[26/26] incubator-ignite git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-gg-10509

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-gg-10509


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/392130d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/392130d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/392130d9

Branch: refs/heads/ignite-gg-10509
Commit: 392130d98841ad72fdbf3ff06370978cda38a8f9
Parents: 89be5f7 c134dcf
Author: iveselovskiy <iv...@gridgain.com>
Authored: Thu Jul 9 12:13:32 2015 +0300
Committer: iveselovskiy <iv...@gridgain.com>
Committed: Thu Jul 9 12:13:32 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 --
 14 files changed, 200 insertions(+), 181 deletions(-)
----------------------------------------------------------------------