Merge remote-tracking branch 'remotes/origin/sprint-3' into ignite-565
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/7f2fc777 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/7f2fc777 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/7f2fc777 Branch: refs/heads/ignite-443 Commit: 7f2fc777013240eb2867d71825356c9ef307db52 Parents: f1dd830 71ecef2 Author: ivasilinets <ivasilin...@gridgain.com> Authored: Fri Mar 27 15:40:40 2015 +0300 Committer: ivasilinets <ivasilin...@gridgain.com> Committed: Fri Mar 27 15:40:40 2015 +0300 ---------------------------------------------------------------------- examples/pom-standalone.xml | 16 +- examples/pom.xml | 106 +- examples/schema-import/pom.xml | 11 +- modules/aop/pom.xml | 25 +- modules/aws/pom.xml | 43 +- modules/clients/pom.xml | 43 +- .../rest/AbstractRestProcessorSelfTest.java | 2 + .../JettyRestProcessorAbstractSelfTest.java | 5 - modules/codegen/pom.xml | 15 +- modules/core/pom.xml | 87 +- ...idCacheValueConsistencyAbstractSelfTest.java | 57 + modules/extdata/p2p/pom.xml | 23 +- modules/extdata/uri/pom.xml | 25 +- modules/geospatial/pom.xml | 43 +- modules/hadoop/pom.xml | 38 +- modules/hibernate/pom.xml | 32 +- modules/indexing/pom.xml | 43 +- .../query/h2/sql/IgniteVsH2QueryTest.java | 853 +++++++++++++ .../IgniteCacheQuerySelfTestSuite.java | 3 + modules/jcl/pom.xml | 16 +- modules/jta/pom.xml | 30 +- modules/log4j/pom.xml | 16 +- modules/rest-http/pom.xml | 14 +- .../http/jetty/GridJettyRestHandler.java | 6 + modules/scalar/pom.xml | 51 +- modules/schedule/pom.xml | 16 +- modules/schema-import/pom.xml | 14 +- modules/slf4j/pom.xml | 14 +- modules/spring/pom.xml | 20 +- modules/ssh/pom.xml | 20 +- modules/tools/pom.xml | 11 +- .../ant/beautifier/GridJavadocAntTask.java | 2 +- modules/urideploy/pom.xml | 52 +- modules/visor-console/pom.xml | 24 +- .../ignite/visor/commands/VisorConsole.scala | 4 +- .../commands/start/VisorStartCommand.scala | 17 +- modules/visor-plugins/pom.xml | 14 +- modules/web/pom.xml | 26 +- modules/yardstick/pom.xml | 22 +- parent/pom.xml | 711 +++++++++++ pom.xml | 1146 ++---------------- 41 files changed, 2233 insertions(+), 1483 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/7f2fc777/modules/clients/src/test/java/org/apache/ignite/internal/processors/rest/AbstractRestProcessorSelfTest.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/7f2fc777/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheValueConsistencyAbstractSelfTest.java ----------------------------------------------------------------------