Merge branch 'ignite-sprint-3' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-sprint-3
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/cd65c177 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/cd65c177 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/cd65c177 Branch: refs/heads/ignite-366 Commit: cd65c17763eef3924230bec4808c1df85b245072 Parents: 404da5f 1a8bd5b Author: Andrey Novikov <anovi...@gridgain.com> Authored: Tue Apr 7 17:08:40 2015 +0700 Committer: Andrey Novikov <anovi...@gridgain.com> Committed: Tue Apr 7 17:08:40 2015 +0700 ---------------------------------------------------------------------- examples/pom.xml | 2 +- modules/aop/pom.xml | 2 +- modules/aws/pom.xml | 2 +- modules/clients/pom.xml | 2 +- modules/codegen/pom.xml | 2 +- modules/core/pom.xml | 2 +- .../configuration/CacheConfiguration.java | 3 - .../processors/cache/CacheLazyEntry.java | 10 +- .../processors/cache/KeyCacheObjectImpl.java | 13 +- .../cacheobject/IgniteCacheObjectProcessor.java | 3 +- .../IgniteCacheObjectProcessorImpl.java | 28 +-- .../org/apache/ignite/lang/IgniteImmutable.java | 49 ----- .../GridCacheOnCopyFlagAbstractSelfTest.java | 112 +---------- .../GridCacheReturnValueTransferSelfTest.java | 1 - .../IgniteCacheStoreValueAbstractTest.java | 186 ++++++++++++++++++- modules/extdata/p2p/pom.xml | 2 +- modules/extdata/uri/pom.xml | 2 +- modules/geospatial/pom.xml | 2 +- modules/hadoop/pom.xml | 2 +- modules/hibernate/pom.xml | 2 +- modules/indexing/pom.xml | 2 +- modules/jcl/pom.xml | 2 +- modules/jta/pom.xml | 2 +- modules/log4j/pom.xml | 2 +- modules/rest-http/pom.xml | 2 +- modules/scalar/pom.xml | 2 +- modules/schedule/pom.xml | 2 +- modules/schema-import/pom.xml | 2 +- modules/slf4j/pom.xml | 2 +- modules/spring/pom.xml | 2 +- modules/ssh/pom.xml | 2 +- modules/tools/pom.xml | 2 +- modules/urideploy/pom.xml | 2 +- modules/visor-console/pom.xml | 2 +- modules/visor-plugins/pom.xml | 2 +- modules/web/pom.xml | 2 +- modules/yardstick/pom.xml | 2 +- pom.xml | 2 +- 38 files changed, 230 insertions(+), 233 deletions(-) ----------------------------------------------------------------------