Merge branch 'ignite-2979' of https://github.com/ptupitsyn/ignite into 
ignite-2979


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

Branch: refs/heads/ignite-2977
Commit: 0d885f83aad54f35b0fb5fe571477d57d8741816
Parents: 477ec83 0de7d70
Author: vozerov-gridgain <[email protected]>
Authored: Wed Apr 13 14:51:25 2016 +0300
Committer: vozerov-gridgain <[email protected]>
Committed: Wed Apr 13 14:51:25 2016 +0300

----------------------------------------------------------------------
 .../PlatformDefaultJavaObjectFactory.java       |   6 +-
 .../PlatformJavaObjectFactoryProxy.java         |  61 +++--
 .../PlatformJavaObjectSingletonFactory.java     |  48 ++++
 .../platform/utils/PlatformUtils.java           |   4 +-
 .../platform/PlatformCacheEntryEventFilter.java | 137 +++++++++-
 .../PlatformCacheEntryEventFilterFactory.java   |   8 +
 ...latformDefaultJavaObjectFactorySelfTest.java | 185 +++++++++++++
 .../PlatformJavaObjectFactoryProxySelfTest.java | 220 +++++++++++++++
 .../platform/javaobject/TestJavaObject.java     | 271 +++++++++++++++++++
 .../javaobject/TestJavaObjectNoDefaultCtor.java |  49 ++++
 .../TestJavaObjectNoDefaultCtorFactory.java     |  68 +++++
 .../ignite/testsuites/IgniteBasicTestSuite.java |   2 +
 .../testsuites/IgnitePlatformsTestSuite.java    |  41 +++
 .../Continuous/ContinuousQueryJavaFilterTest.cs | 116 +++++++-
 .../Apache.Ignite.Core.csproj                   |   2 +-
 .../Common/JavaObjectFactory.cs                 |  79 ------
 .../JavaObjects/JavaCacheEntryEventFilter.cs    |   6 +-
 .../Apache.Ignite.Core/Interop/JavaObject.cs    |  92 +++++++
 18 files changed, 1276 insertions(+), 119 deletions(-)
----------------------------------------------------------------------


Reply via email to