You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2015/11/26 17:49:10 UTC

[8/8] ignite git commit: Merge branch 'ignite-1.5' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-1.5-cache-get-opts

Merge branch 'ignite-1.5' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-1.5-cache-get-opts


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

Branch: refs/heads/ignite-1.5
Commit: 895760eed90651d618ec1450ead9d16246b851a4
Parents: 5407ea6 df9658b
Author: Alexey Goncharuk <al...@gmail.com>
Authored: Thu Nov 26 19:33:51 2015 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Thu Nov 26 19:33:51 2015 +0300

----------------------------------------------------------------------
 RELEASE_NOTES.txt                               |  17 +++
 .../ComputeFibonacciContinuationExample.java    |  15 +-
 .../computegrid/ComputeTaskMapExample.java      |   6 +-
 .../computegrid/ComputeTaskSplitExample.java    |   4 +-
 .../examples/messaging/MessagingExample.java    |  18 +--
 .../examples/misc/springbean/spring-bean.xml    |   7 -
 .../testsuites/IgniteExamplesSelfTestSuite.java |   4 +-
 .../portable/GridPortableMarshaller.java        |   3 +
 .../internal/portable/PortableContext.java      |  10 +-
 .../ignite/internal/portable/PortableUtils.java |   7 +
 .../processors/cache/GridCacheEventManager.java |   4 +-
 .../distributed/dht/GridDhtLockFuture.java      |   1 +
 .../near/GridNearTxFinishFuture.java            |  14 +-
 .../processors/query/GridQueryProcessor.java    |   8 ++
 .../sharedfs/SharedFsCheckpointSpi.java         |  14 +-
 .../processors/cache/GridCacheStopSelfTest.java | 143 +++++++++++++++++--
 .../session/GridSessionCheckpointSelfTest.java  |  16 +++
 .../tcp/IgniteCacheSslStartStopSelfTest.java    |   1 +
 ...ObjectsCacheDataStructuresSelfTestSuite.java |  33 +++++
 ...BinaryObjectsCacheExpiryPolicyTestSuite.java |  34 +++++
 ...gniteBinaryObjectsCacheRestartTestSuite.java |  33 +++++
 .../IgniteBinaryObjectsCacheTestSuite3.java     |  33 +++++
 .../IgniteBinaryObjectsCacheTestSuite4.java     |  33 +++++
 ...IgniteBinaryObjectsComputeGridTestSuite.java |  33 +++++
 .../IgniteCacheFailoverTestSuite3.java          |   6 -
 .../IgniteCacheFailoverTestSuiteSsl.java        |  41 ++++++
 .../cache/IgniteCacheNoClassQuerySelfTest.java  | 122 ++++++++++++++++
 .../IgniteCacheQuerySelfTestSuite.java          |   2 +
 28 files changed, 601 insertions(+), 61 deletions(-)
----------------------------------------------------------------------