You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2017/04/26 14:19:55 UTC

[1/2] ignite git commit: IGNITE-5088: Fixed OSGI test build instructions.

Repository: ignite
Updated Branches:
  refs/heads/ignite-2.0 efb7abce8 -> 50fe5aa5a


IGNITE-5088: Fixed OSGI test build instructions.


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

Branch: refs/heads/ignite-2.0
Commit: 34a5ae3c052f5de836f9b7434492711de41826d0
Parents: 6998785
Author: devozerov <vo...@gridgain.com>
Authored: Wed Apr 26 17:19:19 2017 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Wed Apr 26 17:19:19 2017 +0300

----------------------------------------------------------------------
 modules/osgi/README.txt | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/34a5ae3c/modules/osgi/README.txt
----------------------------------------------------------------------
diff --git a/modules/osgi/README.txt b/modules/osgi/README.txt
index 35b133d..7e46032 100644
--- a/modules/osgi/README.txt
+++ b/modules/osgi/README.txt
@@ -43,12 +43,7 @@ Bundles are provisioned into the container via mvn: URLs. For this to work, you
 top directory of the Ignite source tree, including the install goal, which provisions the modules into your local
 Maven repository:
 
-   mvn clean install -Plgpl
-
-Neither compiling and running the tests, nor generating Javadocs are necessary. To disable these steps,
-use these switches:
-
-   -DskipTests -Dmaven.test.skip=true -Dmaven.javadoc.skip=true
+   mvn clean install -Plgpl -Dmaven.javadoc.skip=true
 
 You may then run the OSGi test suite:
 


[2/2] ignite git commit: Merge remote-tracking branch 'origin/ignite-2.0' into ignite-2.0

Posted by vo...@apache.org.
Merge remote-tracking branch 'origin/ignite-2.0' into ignite-2.0


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

Branch: refs/heads/ignite-2.0
Commit: 50fe5aa5acb94c04565f9cc28f108f3f0c6ec7cf
Parents: 34a5ae3 efb7abc
Author: devozerov <vo...@gridgain.com>
Authored: Wed Apr 26 17:19:46 2017 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Wed Apr 26 17:19:46 2017 +0300

----------------------------------------------------------------------
 .../jdbc2/JdbcAbstractDmlStatementSelfTest.java |   6 +
 .../internal/jdbc2/JdbcMetadataSelfTest.java    |  28 +-
 .../ignite/jdbc/JdbcMetadataSelfTest.java       |   8 +-
 .../org/apache/ignite/cache/QueryEntity.java    |  81 ++++
 .../configuration/CacheConfiguration.java       |  12 +-
 .../cache/query/GridCacheQueryManager.java      |  14 +-
 .../utils/PlatformConfigurationUtils.java       |   6 +
 .../query/GridQueryTypeDescriptor.java          |  12 +
 .../query/QueryTypeDescriptorImpl.java          |  34 +-
 .../internal/processors/query/QueryUtils.java   | 134 +++++--
 .../IgniteOffheapReadWriteLockSelfTest.java     |  18 +-
 .../query/h2/DmlStatementsProcessor.java        |  17 +-
 .../processors/query/h2/IgniteH2Indexing.java   | 191 ++++++++-
 .../query/h2/dml/UpdatePlanBuilder.java         |  32 +-
 .../query/h2/opt/GridH2AbstractKeyValueRow.java |  78 ++--
 .../query/h2/opt/GridH2CollocationModel.java    |   4 +-
 .../query/h2/opt/GridH2IndexBase.java           |  15 +-
 .../query/h2/opt/GridH2KeyValueRowOffheap.java  |   6 +-
 .../query/h2/opt/GridH2KeyValueRowOnheap.java   |   6 +-
 .../query/h2/opt/GridH2ProxyIndex.java          | 204 ++++++++++
 .../query/h2/opt/GridH2ProxySpatialIndex.java   |  70 ++++
 .../query/h2/opt/GridH2RowDescriptor.java       |  67 ++++
 .../processors/query/h2/opt/GridH2Table.java    | 114 +++++-
 .../query/h2/opt/GridLuceneIndex.java           |   4 +-
 .../processors/query/h2/sql/DmlAstUtils.java    |  36 +-
 .../IgniteBinaryObjectQueryArgumentsTest.java   |   4 +-
 .../IgniteCacheAbstractFieldsQuerySelfTest.java |  15 +-
 .../IgniteCacheDeleteSqlQuerySelfTest.java      |   6 +-
 .../IgniteCacheUpdateSqlQuerySelfTest.java      |   8 +-
 .../cache/index/AbstractSchemaSelfTest.java     |   3 +
 .../index/DynamicIndexAbstractSelfTest.java     |   3 +
 .../query/IgniteSqlKeyValueFieldsTest.java      | 392 +++++++++++++++++++
 .../query/IgniteSqlSplitterSelfTest.java        |   8 +-
 .../h2/GridIndexingSpiAbstractSelfTest.java     |  10 +
 .../query/h2/sql/GridQueryParsingTest.java      |   2 +-
 .../IgniteCacheQuerySelfTestSuite.java          |   2 +
 .../core-test/config/cache-query-default.xml    |   6 +
 .../cpp/core-test/src/cache_query_test.cpp      |  82 ++++
 .../cpp/odbc-test/config/queries-default.xml    |   5 +
 .../cpp/odbc-test/include/complex_type.h        |  25 ++
 .../cpp/odbc-test/src/queries_test.cpp          | 148 +++++++
 .../Cache/Query/CacheLinqTest.cs                |   7 +
 .../Cache/Query/CacheQueriesTest.cs             |  52 +++
 .../IgniteConfigurationSerializerTest.cs        |   4 +-
 .../Cache/Configuration/QueryEntity.cs          |  20 +
 .../IgniteConfigurationSection.xsd              |  14 +
 .../Impl/CacheQueryExpressionVisitor.cs         |  14 +-
 .../Impl/CacheQueryModelVisitor.cs              |  12 +-
 48 files changed, 1835 insertions(+), 204 deletions(-)
----------------------------------------------------------------------