You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/05/25 04:00:48 UTC

[30/30] incubator-ignite git commit: Merge branches 'ignite-843' and 'ignite-sprint-5' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-843

Merge branches 'ignite-843' and 'ignite-sprint-5' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-843


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

Branch: refs/heads/ignite-843
Commit: 0cbdbeeb928b6635c00c90b6602d6aa40a1554f2
Parents: ed87f8e 050f429
Author: Andrey <an...@gridgain.com>
Authored: Mon May 25 09:00:01 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Mon May 25 09:00:01 2015 +0700

----------------------------------------------------------------------
 .gitignore                                      |   3 +-
 dev-tools/build.gradle                          |  35 +-
 dev-tools/gradle/wrapper/gradle-wrapper.jar     | Bin 0 -> 51017 bytes
 .../gradle/wrapper/gradle-wrapper.properties    |   6 +
 dev-tools/gradlew                               | 164 +++++++
 dev-tools/slurp.sh                              |  74 +++
 dev-tools/src/main/groovy/jiraslurp.groovy      | 475 +++++++++++++++----
 examples/pom.xml                                |   2 +-
 modules/aop/pom.xml                             |   2 +-
 modules/aws/pom.xml                             |   2 +-
 modules/clients/pom.xml                         |   2 +-
 .../ClientAbstractConnectivitySelfTest.java     |  14 +
 modules/cloud/pom.xml                           |   2 +-
 modules/codegen/pom.xml                         |   2 +-
 modules/core/pom.xml                            |   2 +-
 modules/core/src/main/java/META-INF/LICENSE     | 238 ++++++++++
 modules/core/src/main/java/META-INF/NOTICE      |  12 +
 .../internal/interop/InteropException.java      |  71 +++
 .../interop/InteropNoCallbackException.java     |  50 ++
 .../processors/cache/GridCacheAdapter.java      |  16 +-
 .../ignite/internal/util/IgniteUtils.java       |   6 +-
 .../core/src/main/resources/ignite.properties   |   2 +-
 .../RandomEvictionPolicyCacheSizeSelfTest.java  |  72 +++
 .../IgniteCacheEvictionSelfTestSuite.java       |   1 +
 modules/extdata/p2p/pom.xml                     |   2 +-
 modules/extdata/uri/pom.xml                     |   2 +-
 modules/gce/pom.xml                             |   2 +-
 modules/geospatial/pom.xml                      |   2 +-
 modules/hadoop/pom.xml                          |   2 +-
 .../processors/hadoop/v2/HadoopV2Context.java   |  10 +-
 .../testsuites/IgniteHadoopTestSuite.java       |   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 +-
 .../config/benchmark-client-mode.properties     |  89 ++++
 modules/yardstick/pom.xml                       |   2 +-
 parent/pom.xml                                  |   5 +-
 pom.xml                                         |  45 +-
 52 files changed, 1283 insertions(+), 167 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/0cbdbeeb/pom.xml
----------------------------------------------------------------------