Merge branch 'ignite-1.4' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-1.4
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3a280a0e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3a280a0e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3a280a0e Branch: refs/heads/ignite-1349 Commit: 3a280a0e552c6f474b3112ad74cfa7f9ec9e7c21 Parents: 9057a4c b847148 Author: Denis Magda <[email protected]> Authored: Thu Sep 3 09:08:12 2015 +0300 Committer: Denis Magda <[email protected]> Committed: Thu Sep 3 09:08:12 2015 +0300 ---------------------------------------------------------------------- modules/aop/pom.xml | 1 + modules/apache-license-gen/pom.xml | 1 + modules/aws/pom.xml | 1 + modules/clients/pom.xml | 1 + modules/cloud/pom.xml | 1 + modules/codegen/pom.xml | 1 + modules/core/pom.xml | 1 + .../GridCacheLoaderWriterStoreFactory.java | 20 +++- .../processors/cache/GridCacheProcessor.java | 10 +- .../store/StoreResourceInjectionSelfTest.java | 104 +++++++++++++++++++ .../ignite/testsuites/IgniteCacheTestSuite.java | 4 +- modules/gce/pom.xml | 1 + modules/geospatial/pom.xml | 1 + modules/hadoop/pom.xml | 1 + modules/hibernate/pom.xml | 1 + modules/indexing/pom.xml | 1 + modules/jcl/pom.xml | 1 + modules/jms11/pom.xml | 1 + modules/jta/pom.xml | 1 + modules/kafka/pom.xml | 1 + modules/log4j/pom.xml | 1 + modules/log4j2/pom.xml | 1 + modules/mesos/pom.xml | 1 + modules/platform/pom.xml | 1 + .../platform/cache/PlatformCache.java | 2 +- modules/rest-http/pom.xml | 1 + modules/scalar-2.10/pom.xml | 1 + modules/scalar/pom.xml | 1 + modules/schedule/pom.xml | 1 + modules/schema-import/pom.xml | 1 + modules/slf4j/pom.xml | 1 + modules/spark-2.10/pom.xml | 1 + modules/spark/pom.xml | 1 + modules/spring/pom.xml | 1 + modules/ssh/pom.xml | 1 + modules/tools/pom.xml | 1 + modules/urideploy/pom.xml | 1 + modules/visor-console-2.10/pom.xml | 1 + modules/visor-console/pom.xml | 1 + modules/visor-plugins/pom.xml | 1 + modules/web/pom.xml | 1 + modules/yardstick/pom.xml | 1 + modules/yarn/pom.xml | 1 + modules/zookeeper/pom.xml | 1 + parent/pom.xml | 1 + 45 files changed, 174 insertions(+), 6 deletions(-) ----------------------------------------------------------------------
